TimeStepperImplicitEuler_impl< VectorType, SparseMatrixType, dim, LinearSolver > Class Template Reference#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
DiFfRG::TimeStepperImplicitEuler_impl< VectorType, SparseMatrixType, dim, LinearSolver > Class Template Reference
#include <implicit_euler.hh>
Inheritance diagram for DiFfRG::TimeStepperImplicitEuler_impl< VectorType, SparseMatrixType, dim, LinearSolver >:
Public Types | |
| using | NumberType = typename Base::NumberType |
| using | BlockVectorType = typename Base::BlockVectorType |
Private Types | |
| using | Base = AbstractTimestepper<VectorType, SparseMatrixType, dim> |
Member Typedef Documentation
◆ Base
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename... > typename LinearSolver>
|
private |
◆ BlockVectorType
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename... > typename LinearSolver>
| using DiFfRG::TimeStepperImplicitEuler_impl< VectorType, SparseMatrixType, dim, LinearSolver >::BlockVectorType = typename Base::BlockVectorType |
◆ NumberType
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename... > typename LinearSolver>
| using DiFfRG::TimeStepperImplicitEuler_impl< VectorType, SparseMatrixType, dim, LinearSolver >::NumberType = typename Base::NumberType |
Constructor & Destructor Documentation
◆ TimeStepperImplicitEuler_impl() [1/2]
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename... > typename LinearSolver>
|
inline |
Forwards to the base with this stepper's kind. Not using Base::Base;: the base needs to know which /timestepping/ section to read, and it cannot ask a virtual function for that from inside its own constructor.
◆ TimeStepperImplicitEuler_impl() [2/2]
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename... > typename LinearSolver>
|
inline |
Member Function Documentation
◆ run()
template<typename VectorType , typename SparseMatrixType , uint dim, template< typename... > typename LinearSolver>
|
overridevirtual |
Any derived class must implement this method to run the timestepping algorithm.
- Parameters
-
initial_condition The flowing variables object that contains the initial condition. t_start The start time of the simulation. t_stop The run method will evolve the system from t_start to t_stop.
Implements DiFfRG::AbstractTimestepper< VectorType, SparseMatrixType, dim >.
The documentation for this class was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/timestepping/implicit_euler.hh
Generated by
Public Member Functions inherited from