Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmadaptor.h28 PETSC_EXTERN PetscFunctionList DMAdaptorList; variable
/petsc/src/snes/utils/dm/
H A Ddmadapt.c15 PetscFunctionList DMAdaptorList = NULL; variable
60 PetscCall(PetscFunctionListAdd(&DMAdaptorList, name, create_func)); in DMAdaptorRegister()
99 PetscCall(PetscFunctionListDestroy(&DMAdaptorList)); in DMAdaptorRegisterDestroy()
275 PetscCall(PetscFunctionListFind(DMAdaptorList, method, &r)); in DMAdaptorSetType()
500 …PetscCall(PetscOptionsFList("-adaptor_type", "DMAdaptor", "DMAdaptorSetType", DMAdaptorList, defNa… in DMAdaptorSetFromOptions()