|
| StepGenericInternals (Abstract::Problem< T_M, T_Q, T_LIE_ALGEBRA > &interface) |
|
void | operator= (const StepGenericInternals< T_M, T_Q, T_LIE_ALGEBRA, T_N_INTERNAL_STAGES > &other) |
|
double | a_coeffs (int i, int j) const |
|
void | setData (T_M h_var, T_Q y0_var) |
|
bool | setCoeffs (std::vector< double > a, std::vector< double > b) |
|
void | setTruncatureOrder () |
|
bool | computeSolution (void) |
|
const T_Q | reconstruct (const NOXVector< T_Q::DOF > &solution) |
|
const T_Q | reconstruct () |
|
bool | computeA (T_LIE_ALGEBRA &A, const T_Q &y) |
|
bool | computeJacobianA (std::vector< T_LIE_ALGEBRA > &JA, const T_Q &y) |
|
|
T_Q | m_y0 |
|
T_M | m_h |
|
T_LIE_ALGEBRA | m_solution |
|
Abstract::Problem< T_M, T_Q, T_LIE_ALGEBRA > & | m_interface |
|
double | m_a_coeffs [T_N_INTERNAL_STAGES *T_N_INTERNAL_STAGES] |
|
double | m_b_coeffs [T_N_INTERNAL_STAGES] |
|
T_LIE_ALGEBRA | m_k [T_N_INTERNAL_STAGES] |
|
unsigned int | m_order_q |
|
◆ computeSolution()
template<typename T_M, typename T_Q, typename T_LIE_ALGEBRA, int T_N_INTERNAL_STAGES>
Computes the Runge-Kutta method.
The documentation for this class was generated from the following file: