#include "petscdm.h" PetscErrorCode DMComputeJacobian(DM dm,Vec x,Mat A,Mat B,MatStructure *stflag)Collective on DM
dm | - the DM object | |
x | - location to compute Jacobian at; will be PETSC_NULL for linear problems, for nonlinear problems if not provided then pulled from DM | |
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