Lines Matching refs:MatFDColoring

9 PetscErrorCode MatFDColoringSetF(MatFDColoring fd, Vec F)  in MatFDColoringSetF()
24 MatFDColoring fd = (MatFDColoring)Aa; in MatFDColoringView_Draw_Zoom()
44 static PetscErrorCode MatFDColoringView_Draw(MatFDColoring fd, PetscViewer viewer) in MatFDColoringView_Draw()
97 PetscErrorCode MatFDColoringView(MatFDColoring c, PetscViewer viewer) in MatFDColoringView()
170 PetscErrorCode MatFDColoringSetParameters(MatFDColoring matfd, PetscReal error, PetscReal umin) in MatFDColoringSetParameters()
195 PetscErrorCode MatFDColoringSetBlockSize(MatFDColoring matfd, PetscInt brows, PetscInt bcols) in MatFDColoringSetBlockSize()
223 PetscErrorCode MatFDColoringSetUp(Mat mat, ISColoring iscoloring, MatFDColoring color) in MatFDColoringSetUp()
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()
394 static PetscErrorCode MatFDColoringViewFromOptions(MatFDColoring fd, const char prefix[], const cha… in MatFDColoringViewFromOptions()
434 PetscErrorCode MatFDColoringCreate(Mat mat, ISColoring iscoloring, MatFDColoring *color) in MatFDColoringCreate()
436 MatFDColoring c; in MatFDColoringCreate()
488 PetscErrorCode MatFDColoringDestroy(MatFDColoring *c) in MatFDColoringDestroy()
491 MatFDColoring color = *c; in MatFDColoringDestroy()
545 PetscErrorCode MatFDColoringGetPerturbedColumns(MatFDColoring coloring, PetscInt *n, const PetscInt… in MatFDColoringGetPerturbedColumns()
579 PetscErrorCode MatFDColoringApply(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply()