DAMultiplyByJacobian1WithAdic

Applies an ADIC-provided Jacobian function to a vector on each processor that shares a DA.

Synopsis

#include "petscda.h"   
int DAMultiplyByJacobian1WithAdic(DA da,Vec vu,Vec v,Vec f,void *w)

Input Parameters

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

Notes

This routine does NOT do ghost updates on vu upon entry.

See Also

DAFormFunction1()

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