Go to the source code of this file.
|
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename, typename > typename LinearSolver> |
using | DiFfRG::TimeStepperSUNDIALS_IDA_BoostRK54 |
| A class to perform time stepping using the adaptive Boost Runge-Kutta Cash-Karp54 method for the explicit part and SUNDIALS IDA for the implicit part. In this scheme, the IDA stepper is the controller and the Boost RK stepper solves the explicit part of the problem on-demand.
|
|
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename, typename > typename LinearSolver> |
using | DiFfRG::TimeStepperSUNDIALS_IDA_BoostRK78 |
| A class to perform time stepping using the adaptive Boost Runge-Kutta Fehlberg78 method for the explicit part and SUNDIALS IDA for the implicit part. In this scheme, the IDA stepper is the controller and the Boost RK stepper solves the explicit part of the problem on-demand.
|
|