#include "petscsnes.h" PetscErrorCode PETSCSNES_DLLEXPORT MatSNESMFComputeJacobian(SNES snes,Vec x,Mat *jac,Mat *B,MatStructure *flag,void *dummy)Collective on SNES
snes | - the nonlinear solver context | |
x | - the point at which the Jacobian vector products will be performed | |
jac | - the matrix-free Jacobian object | |
B | - either the same as jac or another matrix type (ignored) | |
flag | - not relevent for matrix-free form | |
dummy | - the user context (ignored) |
Level:developer
Location:src/snes/mf/snesmfj.c
Index of all SNESMF routines
Table of Contents for all manual pages
Index of all manual pages