petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscSectionPermute

Reorder the section according to the input point permutation

Synopsis

#include "petscvec.h"   
PetscErrorCode PetscSectionPermute(PetscSection section, IS permutation, PetscSection *sectionNew)
Collective on PetscSection Many br

Input Parameter

section - The PetscSection object Many br
perm - The point permutation, old point p becomes new point perm[p] Many br

Output Parameter

sectionNew -The permuted PetscSection Many br

Many br

Keywords

mesh

See Also

MatPermute()

Level:intermediate
Location:
src/vec/is/utils/vsectionis.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages