/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/timestepping/boost_rk.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
boost_rk.hh
Go to the documentation of this file.
67 virtual void run(AbstractFlowingVariables<NumberType, VectorType> &initial_condition, const double t_start,
81 // set of valid arguments is closed by the explicit instantiations in src/. Applications name the
Implement a simple interface to do all adaptivity tasks, i.e. solution transfer, reinit of dofHandler...
Definition abstract_adaptor.hh:11
This is the general assembler interface for any kind of discretization. An assembler is responsible f...
Definition abstract_assembler.hh:54
A class to set up initial data for whatever discretization we have chosen. Also used to switch/manage...
Definition abstract_data.hh:21
The abstract base class for all timestepping algorithms. It provides a standard constructor which pop...
Definition abstract_timestepper.hh:155
VectorType VectorType
Definition abstract_timestepper.hh:158
struct DiFfRG::AbstractTimestepper::ExplicitParameters expl
typename get_type::BlockVectorType< VectorType > BlockVectorType
Definition abstract_timestepper.hh:169
AbstractAssembler< VectorType, SparseMatrixType, dim > & assembler
Definition abstract_timestepper.hh:309
OutputSession_impl< dim, VectorType > & data_out
Definition abstract_timestepper.hh:310
AbstractAdaptor< VectorType > & adaptor
Definition abstract_timestepper.hh:311
typename get_type::NumberType< VectorType > NumberType
Definition abstract_timestepper.hh:159
const ConfigTree config
Definition abstract_timestepper.hh:307
struct DiFfRG::AbstractTimestepper::ImplicitParameters impl
double output_dt
Definition abstract_timestepper.hh:318
A hierarchical configuration tree, readable from JSON and TOML files.
Definition config_tree.hh:32
Definition output_session.hh:176
A class to perform time stepping using adaptive Boost Runge-Kutta methods. This stepper uses adaptive...
Definition boost_rk.hh:38
TimeStepperBoostRK_impl(const ConfigTree &config, AbstractAssembler< VectorType, SparseMatrixType, dim > &assembler, OutputSession_impl< dim, VectorType > &data_out)
Definition boost_rk.hh:50
void run_vars(VectorType &initial_data, const double t_start, const double t_stop)
typename get_type::InverseSparseMatrixType< SparseMatrixType > InverseSparseMatrixType
Definition boost_rk.hh:43
TimeStepperBoostRK_impl(const ConfigTree &config, AbstractAssembler< VectorType, SparseMatrixType, dim > &assembler, OutputSession_impl< dim, VectorType > &data_out, AbstractAdaptor< VectorType > &adaptor)
Definition boost_rk.hh:55
typename stepperChoice< prec >::value error_stepper_type
Definition boost_rk.hh:62
void run(VectorType &initial_data, const double t_start, const double t_stop)
virtual void run(AbstractFlowingVariables< NumberType, VectorType > &initial_condition, const double t_start, const double t_stop) override
Run the time stepping algorithm.
typename Base::NumberType NumberType
Definition boost_rk.hh:42
void run(BlockVectorType &initial_data, const double t_start, const double t_stop)
typename Base::BlockVectorType BlockVectorType
Definition boost_rk.hh:44
All compile-time knowledge about which linear algebra types DiFfRG uses.
typename internal::_InverseSparseMatrixType< SparseMatrixType >::value InverseSparseMatrixType
Definition linear_algebra.hh:158
Definition complex_math.hh:10
Definition boost_rk.hh:18
boost::numeric::odeint::runge_kutta_fehlberg78< Eigen::VectorXd > error_stepper_type_1
Definition boost_rk.hh:22
boost::numeric::odeint::runge_kutta_cash_karp54< Eigen::VectorXd > error_stepper_type_0
Definition boost_rk.hh:21
std::conditional_t< prec==0, error_stepper_type_0, error_stepper_type_1 > value
Definition boost_rk.hh:24
Generated by