Geomi
|
#include <Abstract_Integrator.hpp>
Public Member Functions | |
Integrator (RKMK::Abstract::Problem< T_LIE_ALGEBRA, T_M > &problem, RKMK::Abstract::Step< T_LIE_ALGEBRA, T_N_INTERNAL_STAGES, T_M > &step) | |
void | setCoeffs (std::vector< double > va, std::vector< double > vb) |
bool | integrate (void) |
Private Attributes | |
RKMK::Abstract::Problem< T_LIE_ALGEBRA, T_M > & | m_problem |
RKMK::Abstract::Step< T_LIE_ALGEBRA, T_N_INTERNAL_STAGES, T_M > & | m_step |
Template class for RKMK integrators. This class should not be instatiated explicitely by the user, but used through RKMK::Factory instead. If RKMK::Factory does not provide the appropriate integrator, here is a code snippet for the classical RK 4 method to help you create your own.