petsc-3.8.4 2018-03-24
Report Typos and Errors

PetscSectionSymCreate

Creates an empty PetscSectionSym object.

Synopsis

#include "petscvec.h"   
PetscErrorCode PetscSectionSymCreate(MPI_Comm comm, PetscSectionSym *sym)
Collective on MPI_Comm

Input Parameter

comm -the MPI communicator

Output Parameter

sym -pointer to the new set of symmetries

See Also

PetscSectionSym, PetscSectionSymDestroy()

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