|
ExaDG
|
Public Member Functions | |
| SSPRK (std::shared_ptr< Operator > const operator_in, unsigned int const order_in, unsigned int const stages_in) | |
| void | solve_timestep (VectorType &vec_np, VectorType &vec_n, double const time, double const time_step) final |
| unsigned int | get_order () const final |
Public Member Functions inherited from ExaDG::ExplicitTimeIntegrator< Operator, VectorType > | |
| ExplicitTimeIntegrator (std::shared_ptr< Operator > operator_in) | |
Additional Inherited Members | |
Protected Attributes inherited from ExaDG::ExplicitTimeIntegrator< Operator, VectorType > | |
| std::shared_ptr< Operator > | underlying_operator |
|
inlinefinalvirtual |
|
finalvirtual |