Searched refs:DMAdaptorList (Results 1 – 2 of 2) sorted by relevance
28 PETSC_EXTERN PetscFunctionList DMAdaptorList; variable
15 PetscFunctionList DMAdaptorList = NULL; variable60 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()