GSNESEvaluateRhsOperator

Constructs only the portion of the nonlinear equation dependent of the solution variable x.

Synopsis

#include "petscsnes.h" 
#include "gsolver.h" 
int GSNESEvaluateRhsOperator(GSNES snes, GVec x, GVec f, void *ctx)
Collective on GSNES

Input Parameters

snes - The grid SNES
x - The current iterate
ctx - The optional user context

Output Parameter

f -The function value

Keywords

grid SNES, rhs, operator

See Also

GSNESEvaluateRhsLinearOperator(), GSNESEvaluateRhsNonlinearOperator(), GSNESEvaluateRhsFunction(),
GSNESEvaluateRhs(), GSNESEvaluateJacobian()

Level:advanced
Location:
src/gsolver/interface/gsnes.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages