DMSNESCheckResidual#
Check the residual of the exact solution
Synopsis#
#include "petscdmplex.h"
#include "petscsnes.h"
PetscErrorCode DMSNESCheckResidual(SNES snes, DM dm, Vec u, PetscReal tol, PetscReal *residual)
Input Parameters#
Output Parameter#
residual - The residual norm of the exact solution, or
NULL
See Also#
DNSNESCheckFromOptions()
, DMSNESCheckDiscretization()
, DMSNESCheckJacobian()
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages