#include "petscda.h" int DAMultiplyByJacobian1WithAdic(DA da,Vec vu,Vec v,Vec f,void *w)
da | - the DA that defines the grid | |
vu | - Jacobian is computed at this point (ghosted) | |
v | - product is done on this vector (ghosted) | |
fu | - output vector = J(vu)*v (not ghosted) | |
w | - any user data |
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