#include "petscdmda.h" PetscErrorCode DMDAComputeFunction(DM da,PetscErrorCode (*lf)(void),Vec vu,Vec vfu,void *w)
da | - the DM 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 DMDAComputeFunction1
Level:advanced
Location:src/dm/impls/da/da2.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages