#include "petscsnes.h" int MatSNESMFSetCheckh(Mat J,int (*fun)(Vec,Vec,PetscScalar*,void*),void* ctx)Collective on Mat
J | - the MatSNESMF matrix | |
fun | - the function that checks h | |
ctx | - any context needed by the function |
Notes: For example, MatSNESMFSetCheckPositivity() insures that all entries of U + h*a are non-negative
Level:advanced
Location:src/snes/mf/snesmfj.c
Index of all SNESMF routines
Table of Contents for all manual pages
Index of all manual pages