#include "petscts.h" PetscErrorCode TSRKSetMultirate(TS ts,PetscBool use_multirate)Logically collective
ts | - timestepping context | |
use_multirate | - PETSC_TRUE enables the multirate RK method, sets the basic method to be RK2A and sets the ratio between slow stepsize and fast stepsize to be 2 |
-ts_rk_multirate | - <true,false> |