Searched defs:matfd (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/matfd/ |
| H A D | fdmatrix.c | 170 PetscErrorCode MatFDColoringSetParameters(MatFDColoring matfd, PetscReal error, PetscReal umin) in MatFDColoringSetParameters() 195 PetscErrorCode MatFDColoringSetBlockSize(MatFDColoring matfd, PetscInt brows, PetscInt bcols) in MatFDColoringSetBlockSize() 258 PetscErrorCode MatFDColoringGetFunction(MatFDColoring matfd, MatFDColoringFn **f, void **fctx) in MatFDColoringGetFunction() 290 PetscErrorCode MatFDColoringSetFunction(MatFDColoring matfd, MatFDColoringFn *f, void *fctx) in MatFDColoringSetFunction() 328 PetscErrorCode MatFDColoringSetFromOptions(MatFDColoring matfd) in MatFDColoringSetFromOptions() 379 PetscErrorCode MatFDColoringSetType(MatFDColoring matfd, MatMFFDType type) in MatFDColoringSetType()
|
| /petsc/src/mat/tests/ |
| H A D | ex249.c | 12 PetscViewer matfd, rowfd, colfd; in main() local
|