#include "petscda.h" PetscErrorCode PETSCDM_DLLEXPORT DAFormFunction(DA da,PetscErrorCode (*lf)(void),Vec vu,Vec vfu,void *w)
da | - the DA that defines the grid | |
vu | - input vector | |
vfu | - output vector | |
w | - any user data |
Notes: Does NOT do ghost updates on vu upon entry
This should eventually replace 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