Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddmgeommodel.c3 PetscFunctionList DMGeomModelList = NULL; variable
105 PetscCall(PetscFunctionListAdd(&DMGeomModelList, sname, fnc)); in DMGeomModelRegister()
112 PetscCall(PetscFunctionListDestroy(&DMGeomModelList)); in DMGeomModelRegisterDestroy()
151 PetscCall(PetscFunctionListFind(DMGeomModelList, name, &dm->ops->snaptogeommodel)); in DMSetSnapToGeomModel()
/petsc/include/
H A Dpetscdm.h54 PETSC_EXTERN PetscFunctionList DMGeomModelList; variable