petsc-3.7.7 2017-09-25
   
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