#include "petscdmplex.h" #include "petscsnes.h" PetscErrorCode DMSNESCheckFromOptions(SNES snes, Vec u, PetscErrorCode (**exactFuncs)(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar *u, void *ctx), void **ctxs)
snes | - the SNES object | |
u | - representative SNES vector | |
exactFuncs | - pointwise functions of the exact solution for each field | |
ctxs | - contexts for the functions |