petsc-3.5.4 2015-05-23
Report Typos and Errors

TSComputeRHSJacobian

Computes the Jacobian matrix that has been set with TSSetRHSJacobian().

Synopsis

#include "petscts.h"  
PetscErrorCode  TSComputeRHSJacobian(TS ts,PetscReal t,Vec U,Mat A,Mat B)
Collective on TS and Vec

Input Parameters

ts - the TS context
t - current timestep
U - input vector

Output Parameters

A - Jacobian matrix
B - optional preconditioning matrix
flag - flag indicating matrix structure

Notes

Most users should not need to explicitly call this routine, as it is used internally within the nonlinear solvers.

See KSPSetOperators() for important information about setting the flag parameter.

Keywords

SNES, compute, Jacobian, matrix

See Also

TSSetRHSJacobian(), KSPSetOperators()

Level:developer
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages