Home
last modified time | relevance | path

Searched refs:PetscSectionSymDestroy (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscsection.h101 PETSC_EXTERN PetscErrorCode PetscSectionSymDestroy(PetscSectionSym *);
/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c301 PetscCall(PetscSectionSymDestroy(&sym)); in SetSymmetries()
/petsc/src/vec/is/section/interface/
H A Dsection.c2800 PetscCall(PetscSectionSymDestroy(&s->sym)); in PetscSectionReset()
3439 …_SYM_CLASSID, "PetscSectionSym", "Section Symmetry", "IS", comm, PetscSectionSymDestroy, PetscSect… in PetscSectionSymCreate()
3536 PetscErrorCode PetscSectionSymDestroy(PetscSectionSym *sym) in PetscSectionSymDestroy() function
3603 PetscCall(PetscSectionSymDestroy(&section->sym)); in PetscSectionSetSym()
/petsc/src/dm/impls/plex/
H A Dplexsection.c76 PetscCall(PetscSectionSymDestroy(&sym)); in DMPlexCreateSectionFields()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c281 PetscCall(PetscSectionSymDestroy(&dsym)); in PetscSFDistributeSection()