Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmlabel.h10 PETSC_EXTERN PetscFunctionList DMLabelList; variable
/petsc/src/dm/label/
H A Ddmlabel.c7 PetscFunctionList DMLabelList = NULL; variable
2447 PetscCall(PetscFunctionListAdd(&DMLabelList, name, create_func)); in DMLabelRegister()
2484 PetscCall(PetscFunctionListDestroy(&DMLabelList)); in DMLabelRegisterDestroy()
2516 PetscCall(PetscFunctionListFind(DMLabelList, method, &r)); in DMLabelSetType()