Searched refs:DMLabelList (Results 1 – 2 of 2) sorted by relevance
10 PETSC_EXTERN PetscFunctionList DMLabelList; variable
7 PetscFunctionList DMLabelList = NULL; variable2447 PetscCall(PetscFunctionListAdd(&DMLabelList, name, create_func)); in DMLabelRegister()2484 PetscCall(PetscFunctionListDestroy(&DMLabelList)); in DMLabelRegisterDestroy()2516 PetscCall(PetscFunctionListFind(DMLabelList, method, &r)); in DMLabelSetType()