petsc-3.9.4 2018-09-11
Report Typos and Errors

SNESSetFunctionDomainError

tells SNES that the input vector to your SNESFunction is not in the functions domain. For example, negative pressure.

Synopsis

#include "petscsnes.h"  
PetscErrorCode  SNESSetFunctionDomainError(SNES snes)
Logically Collective on SNES

Input Parameters

snes -the SNES context

Keywords

SNES, view

See Also

SNESCreate(), SNESSetFunction(), SNESFunction

Level

advanced

Location

src/snes/interface/snes.c

Examples

src/ts/examples/tutorials/ex10.c.html

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