Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Ddlregisvec.c25 PetscCall(PetscFunctionListDestroy(&PetscSectionSymList)); in ISFinalizePackage()
/petsc/include/
H A Dpetscsection.h95 PETSC_EXTERN PetscFunctionList PetscSectionSymList; variable
/petsc/src/vec/is/section/interface/
H A Dsection.c3416 PetscFunctionList PetscSectionSymList = NULL; variable
3466 PetscCall(PetscFunctionListFind(PetscSectionSymList, method, &r)); in PetscSectionSymSetType()
3520 PetscCall(PetscFunctionListAdd(&PetscSectionSymList, sname, function)); in PetscSectionSymRegister()