Searched refs:PetscSectionGetFieldSym (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscsection.h | 109 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldSym(PetscSection, PetscInt, PetscSectionSym *);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 118 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 D | sfutils.c | 276 PetscCall(PetscSectionGetFieldSym(rootSection, f, &sym)); in PetscSFDistributeSection()
|