#include "petscdm.h" #include "petscdmlabel.h" PetscErrorCode DMComputeL2Diff(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, PetscReal, const PetscReal [], PetscInt, PetscScalar *, void *), void **ctxs, Vec X, PetscReal *diff)
dm | - The DM Many br | |
time | - The time Many br | |
funcs | - The functions to evaluate for each field component Many br | |
ctxs | - Optional array of contexts to pass to each function, or NULL. Many br | |
X | - The coefficient vector u_h Many br |
Many br
Level:developer
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages