Searched refs:MatMFFDType (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 69 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 D | fdmatrix.c | 379 PetscErrorCode MatFDColoringSetType(MatFDColoring matfd, MatMFFDType type) in MatFDColoringSetType()
|
| /petsc/include/ |
| H A D | petscmat.h | 2272 typedef const char *MatMFFDType; typedef 2276 PETSC_EXTERN PetscErrorCode MatMFFDSetType(Mat, MatMFFDType); 2282 PETSC_EXTERN PetscErrorCode MatFDColoringSetType(MatFDColoring, MatMFFDType);
|