ExaDG
|
Public Member Functions | |
ExplicitTimeIntegrator (std::shared_ptr< Operator > operator_in) | |
virtual void | solve_timestep (VectorType &dst, VectorType &src, double const time, double const time_step)=0 |
virtual unsigned int | get_order () const =0 |
Protected Attributes | |
std::shared_ptr< Operator > | underlying_operator |