include/meltpooldg/time_integration/time_integrator_data.hpp Source File
|
Developer Documentation
|
time_integrator_data.hpp
Go to the documentation of this file.
Class providing different low storage explicit Runge-Kutta schemes. The schemes implemented in this c...
Definition bdf_time_integration.hpp:18
BETTER_ENUM(TimeIntegratorSchemes, int, not_initialized, LSRK_stage_1_order_1, LSRK_stage_3_order_3, LSRK_stage_5_order_4, LSRK_stage_7_order_4, LSRK_stage_9_order_5, implicit_euler, explicit_euler, crank_nicolson, bdf_1, bdf_2, bdf_3, bdf_4, bdf_5, bdf_6, imex) template< typename number
Definition nonlinear_solver_data.hpp:12
void add_parameters(dealii::ParameterHandler &prm)
Definition nonlinear_solver_data.cpp:8
Generated by