Home
last modified time | relevance | path

Searched refs:PetscSectionSetSym (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscsection.h106 PETSC_EXTERN PetscErrorCode PetscSectionSetSym(PetscSection, PetscSectionSym);
/petsc/src/vec/is/section/interface/
H A Dsection.c126 PetscCall(PetscSectionSetSym(newSection, sym)); in PetscSectionCopy_Internal()
3599 PetscErrorCode PetscSectionSetSym(PetscSection section, PetscSectionSym sym) in PetscSectionSetSym() function
3655 PetscCall(PetscSectionSetSym(section->field[field], sym)); in PetscSectionSetFieldSym()