ExaDG
|
Public Member Functions | |
ExplicitRungeKuttaTimeIntegrator (unsigned int order_time_integrator, std::shared_ptr< Operator > const operator_in) | |
void | solve_timestep (VectorType &dst, VectorType &src, double const time, double const time_step) final |
unsigned int | get_order () const final |
![]() | |
ExplicitTimeIntegrator (std::shared_ptr< Operator > operator_in) | |
Additional Inherited Members | |
![]() | |
std::shared_ptr< Operator > | underlying_operator |
|
inlinefinalvirtual |
|
inlinefinalvirtual |