petsc-3.12.5 2020-03-29
Report Typos and Errors

PetscSectionSymCreate

Creates an empty PetscSectionSym object.

Synopsis

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

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/section/interface/section.c
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages