SNESGetFunctionDomainError#

Gets the status of the domain error after a call to SNESComputeFunction();

Synopsis#

#include "petscsnes.h"  
PetscErrorCode SNESGetFunctionDomainError(SNES snes, PetscBool *domainerror)

Logically Collective

Input Parameters#

  • snes - the SNES context

Output Parameters#

See Also#

SNESSetFunctionDomainError(), SNESComputeFunction()

Level#

developer

Location#

src/snes/interface/snes.c


Edit on GitLab

Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages