Hermes2D
3.0
|
Provides methods of integration order calculation. More...
#include <discrete_problem_integration_order_calculator.h>
Friends | |
template<typename T > | |
class | DiscreteProblem |
template<typename T > | |
class | DiscreteProblemThreadAssembler |
Additional Inherited Members | |
Protected Member Functions inherited from Hermes::Hermes2D::Mixins::DiscreteProblemRungeKutta< Scalar > | |
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 inherited from Hermes::Hermes2D::Mixins::DiscreteProblemRungeKutta< Scalar > | |
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 |
Provides methods of integration order calculation.
DiscreteProblemIntegrationOrderCalculator class.
Definition at line 39 of file discrete_problem_integration_order_calculator.h.