GSNESEvaluateJacobianMF

Constructs the application of the system matrix for Newton's equation

Synopsis

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

Input Parameters

snes - The grid SNES
x - The current iterate
y - The vector to which to apply the Jacobian
ctx - The optional user context

Output Parameter

f -The vector J(x) y

Keywords

grid SNES< jacobian, mf

See Also

GSNESEvaluateJacobian(), GSNESEvaluateRhs(), GridEvaluateSystemMatrix(), GVecEvaluateJacobian()

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