GTSEvaluateJacobian

Constructs the Jacobian matrix for U_t = F(U,t)

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSEvaluateJacobian(GTS ts, double t, GVec x, GMat *J, GMat *M, MatStructure *flag, PetscObject ctx)
Collective on GTS

Input Parameters

ts -The grid TS
x -The current iterate
flag -The matrix structure flag
ctx -The optional user context

Output Parameters

J -The Jacobian matrix
M -The preconditioner for the Jacobian matrix, usually the same as J

Keywords

grid ts, evaluate, jacobian

See Also

SNESComputeJacobian(), GridEvaluateSystemMatrix()

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