GSNESEvaluateRhsLinearOperator

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

Synopsis

#include "petscsnes.h" 
#include "gsolver.h" 
int GSNESEvaluateRhsLinearOperator(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, linear

See Also

GSNESEvaluateRhsOperator(), 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