Home
last modified time | relevance | path

Searched refs:MatMFFDType (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/mffd/
H A Dmffd.c69 static PetscErrorCode MatMFFDSetType_MFFD(Mat mat, MatMFFDType ftype) in MatMFFDSetType_MFFD()
117 PetscErrorCode MatMFFDSetType(Mat mat, MatMFFDType ftype) in MatMFFDSetType()
122 PetscTryMethod(mat, "MatMFFDSetType_C", (Mat, MatMFFDType), (mat, ftype)); in MatMFFDSetType()
/petsc/src/mat/matfd/
H A Dfdmatrix.c379 PetscErrorCode MatFDColoringSetType(MatFDColoring matfd, MatMFFDType type) in MatFDColoringSetType()
/petsc/include/
H A Dpetscmat.h2272 typedef const char *MatMFFDType; typedef
2276 PETSC_EXTERN PetscErrorCode MatMFFDSetType(Mat, MatMFFDType);
2282 PETSC_EXTERN PetscErrorCode MatFDColoringSetType(MatFDColoring, MatMFFDType);