Home
last modified time | relevance | path

Searched refs:PetscSectionGetFieldSym (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscsection.h109 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldSym(PetscSection, PetscInt, PetscSectionSym *);
/petsc/src/vec/is/section/interface/
H A Dsection.c118 PetscCall(PetscSectionGetFieldSym(section, f, &sym)); in PetscSectionCopy_Internal()
2053 PetscCall(PetscSectionGetFieldSym(s, fields[f], &sym)); in PetscSectionCreateSubsection()
2151 PetscCall(PetscSectionGetFieldSym(s, 0, &sym)); in PetscSectionCreateComponentSubsection()
3675 PetscErrorCode PetscSectionGetFieldSym(PetscSection section, PetscInt field, PetscSectionSym *sym) in PetscSectionGetFieldSym() function
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c276 PetscCall(PetscSectionGetFieldSym(rootSection, f, &sym)); in PetscSFDistributeSection()