GTSEvaluateSystemMatrix
Constructs the system matrix for U_t = A(U,t) U
Synopsis
#include "petscts.h"
#include "gsolver.h"
int GTSEvaluateSystemMatrix(GTS ts, double t, GMat *A, GMat *M, MatStructure *flag, PetscObject ctx)
Collective on GTS
Input Parameters
ts -The grid TS
flag -The matrix structure flag
ctx -The optional user context
Output Parameters
A -The system matrix
M -The preconditioner for the system matrix, usually the same as A
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