ExaDG
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ExaDG::LowStorageRKTD< Operator, VectorType > Class Template Reference
Inheritance diagram for ExaDG::LowStorageRKTD< Operator, VectorType >:
ExaDG::ExplicitTimeIntegrator< Operator, VectorType >

Public Member Functions

 LowStorageRKTD (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
 

Member Function Documentation

◆ get_order()

template<typename Operator , typename VectorType >
unsigned int ExaDG::LowStorageRKTD< Operator, VectorType >::get_order ( ) const
inlinefinalvirtual

◆ solve_timestep()

template<typename Operator , typename VectorType >
void ExaDG::LowStorageRKTD< Operator, VectorType >::solve_timestep ( VectorType & vec_np,
VectorType & vec_n,
double const time,
double const time_step )
inlinefinalvirtual

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