ExaDG
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
ExaDG::ExplicitTimeIntegrator< Operator, VectorType > Class Template Referenceabstract
Inheritance diagram for ExaDG::ExplicitTimeIntegrator< Operator, VectorType >:
ExaDG::ExplicitRungeKuttaTimeIntegrator< Operator, VectorType > ExaDG::LowStorageRK3Stage4Reg2C< Operator, VectorType > ExaDG::LowStorageRK4Stage5Reg2C< Operator, VectorType > ExaDG::LowStorageRK4Stage5Reg3C< Operator, VectorType > ExaDG::LowStorageRK5Stage9Reg2S< Operator, VectorType > ExaDG::LowStorageRKTD< Operator, VectorType > ExaDG::SSPRK< Operator, VectorType >

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
 

The documentation for this class was generated from the following file: