petsc-3.14.6 2021-03-30
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