Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h33 PETSC_EXTERN PetscFunctionList DMPlexTransformList; variable
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c7 PetscFunctionList DMPlexTransformList = NULL; variable
87 PetscCall(PetscFunctionListAdd(&DMPlexTransformList, name, create_func)); in DMPlexTransformRegister()
140 PetscCall(PetscFunctionListDestroy(&DMPlexTransformList)); in DMPlexTransformRegisterDestroy()
203 PetscCall(PetscFunctionListFind(DMPlexTransformList, method, &r)); in DMPlexTransformSetType()
342 …plex_transform_type", "DMPlexTransform", "DMPlexTransformSetType", DMPlexTransformList, defName, t… in DMPlexTransformSetFromOptions()