Hermes2D  3.0
Hermes::Hermes2D::Mixins::DiscreteProblemRungeKutta< Scalar > Class Template Reference
+ Inheritance diagram for Hermes::Hermes2D::Mixins::DiscreteProblemRungeKutta< Scalar >:

Protected Member Functions

 DiscreteProblemRungeKutta ()
 Constructor for multiple components / equations.
 
virtual void set_RK (int original_spaces_count, bool force_diagonal_blocks=nullptr, Table *block_weights=nullptr)
 Set the special handling of external functions of Runge-Kutta methods, including information how many spaces were there in the original problem.
 
double block_scaling_coeff (MatrixForm< Scalar > *form) const
 
double block_scaling_coeff (MatrixFormDG< Scalar > *form) const
 

Protected Attributes

bool rungeKutta
 Turn on Runge-Kutta specific handling of external functions.
 
int RK_original_spaces_count
 Number of spaces in the original problem in a Runge-Kutta method.
 
bool force_diagonal_blocks
 
Table * block_weights
 

Detailed Description

template<typename Scalar>
class Hermes::Hermes2D::Mixins::DiscreteProblemRungeKutta< Scalar >

Definition at line 29 of file discrete_problem_helpers.h.


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