TSRKGetMultirate#
Gets whether to use the interpolation-based multirate TSRK
method
Synopsis#
#include "petscts.h"
PetscErrorCode TSRKGetMultirate(TS ts, PetscBool *use_multirate)
Not Collective
Input Parameter#
ts - timestepping context
Output Parameter#
use_multirate -
PETSC_TRUE
if the multirate RK method is enabled,PETSC_FALSE
otherwise
See Also#
Level#
intermediate
Location#
Implementations#
TSRKGetMultirate_RK in src/ts/impls/explicit/rk/mrk.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages