File rkscheme.hxx¶
-
class
RKScheme
¶ Subclassed by CASHKARPScheme, RK4SIMPLEScheme, RKF34Scheme, RKF45Scheme
Public Functions
-
virtual
~RKScheme
()¶
-
void
init
(int nlocalIn, int neqIn, bool adaptiveIn, BoutReal atolIn, BoutReal rtolIn, Options *options = nullptr)¶
-
virtual std::string
getType
()¶
-
int
getStageCount
()¶
-
int
getNumOrders
()¶
Protected Functions
-
virtual