#include "petscdm.h" PetscErrorCode DMComputeJacobianDefault(DM dm,Vec x,Mat A,Mat B,MatStructure *stflag)Collective on DM
dm | - the DM object | |
x | - location to compute Jacobian at; may be ignored for linear problems | |
A | - matrix that defines the operator for the linear solve | |
B | - the matrix used to construct the preconditioner |
Level:developer
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages