#include "petscda.h" int DAComputeJacobian1WithAdic(DA da,Vec vu,Mat J,void *w)
da | - the DA that defines the grid | |
vu | - input vector (ghosted) | |
J | - output matrix | |
w | - any user data |
Notes: Does NOT do ghost updates on vu upon entry
Level:advanced
Location:src/dm/da/src/da2.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages