petsc-3.8.4 2018-03-24
TSThetaGetEndpoint
Gets whether to use the endpoint variant of the method (e.g. trapezoid/Crank-Nicolson instead of midpoint rule).
Synopsis
#include "petscts.h"
PetscErrorCode TSThetaGetEndpoint(TS ts,PetscBool *endpoint)
Not Collective
Input Parameter
ts -timestepping context
Output Parameter
endpoint -PETSC_TRUE when using the endpoint variant
See Also
TSThetaSetEndpoint(), TSTHETA, TSCN
Level:Advanced
Location:src/ts/impls/implicit/theta/theta.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages