#include "petscdmda.h" PetscErrorCode DMDAComputeL2GradientDiff(DM dm, PetscErrorCode (**funcs)(PetscInt, const PetscReal [], const PetscReal [], PetscInt, PetscScalar *, void *), void **ctxs, Vec X, const PetscReal n[], PetscReal *diff)
dm | - The DM | |
funcs | - The gradient functions to evaluate for each field component | |
ctxs | - Optional array of contexts to pass to each coordinate function. ctxs itself may be null. | |
X | - The coefficient vector u_h | |
n | - The vector to project along |
Level:developer
Location:src/dm/impls/da/dalocal.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages