#include "petscmat.h" PetscErrorCode MatMFFDSetCheckh(Mat J,PetscErrorCode (*fun)(void*,Vec,Vec,PetscScalar*),void* ctx)Logically Collective on Mat
J | - the MatMFFD matrix | |
fun | - the function that checks h | |
ctx | - any context needed by the function |
Notes: For example, MatMFFDSetCheckPositivity() insures that all entries of U + h*a are non-negative
Level:advanced
Location:src/mat/impls/mffd/mffd.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages