Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsectiontypes.h70 typedef const char *PetscSectionSymType; typedef
H A Dpetscsection.h96 PETSC_EXTERN PetscErrorCode PetscSectionSymSetType(PetscSectionSym, PetscSectionSymType);
97 PETSC_EXTERN PetscErrorCode PetscSectionSymGetType(PetscSectionSym, PetscSectionSymType *);
/petsc/src/vec/is/section/interface/
H A Dsection.c3456 PetscErrorCode PetscSectionSymSetType(PetscSectionSym sym, PetscSectionSymType method) in PetscSectionSymSetType()
3491 PetscErrorCode PetscSectionSymGetType(PetscSectionSym sym, PetscSectionSymType *type) in PetscSectionSymGetType()