Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h57 PETSC_EXTERN PetscFunctionList MatMFFDList; variable
H A Dmffd.c4 PetscFunctionList MatMFFDList = NULL; variable
23 PetscCall(PetscFunctionListDestroy(&MatMFFDList)); in MatMFFDFinalizePackage()
87 PetscCall(PetscFunctionListFind(MatMFFDList, ftype, &r)); in MatMFFDSetType_MFFD()
199 PetscCall(PetscFunctionListAdd(&MatMFFDList, sname, function)); in MatMFFDRegister()
505 …PetscCall(PetscOptionsFList("-mat_mffd_type", "Matrix free type", "MatMFFDSetType", MatMFFDList, (… in MatSetFromOptions_MFFD()