|
NeoN
A framework for CFD software
|
#include <backwardEuler.hpp>
Public Types | |
| using | ValueType = typename SolutionVectorType::VectorValueType |
| using | Base = TimeIntegratorBase< SolutionVectorType >::template Register< BackwardEuler< SolutionVectorType > > |
Public Member Functions | |
| BackwardEuler (const Dictionary &timeIntegrationDict, const Dictionary &solutionDict) | |
| void | solve (dsl::Expression< ValueType > &, SolutionVectorType &, scalar, scalar) override |
| std::unique_ptr< TimeIntegratorBase< SolutionVectorType > > | clone () const override |
| bool | explicitIntegration () const override |
Static Public Member Functions | |
| static std::string | name () |
| static std::string | doc () |
| static std::string | schema () |
Definition at line 19 of file backwardEuler.hpp.
| using NeoN::timeIntegration::BackwardEuler< SolutionVectorType >::Base = TimeIntegratorBase<SolutionVectorType>::template Register< BackwardEuler<SolutionVectorType> > |
Definition at line 27 of file backwardEuler.hpp.
| using NeoN::timeIntegration::BackwardEuler< SolutionVectorType >::ValueType = typename SolutionVectorType::VectorValueType |
Definition at line 26 of file backwardEuler.hpp.
|
inline |
Definition at line 30 of file backwardEuler.hpp.
|
inlineoverride |
Definition at line 42 of file backwardEuler.hpp.
|
inlinestatic |
Definition at line 36 of file backwardEuler.hpp.
|
inlineoverride |
Definition at line 47 of file backwardEuler.hpp.
|
inlinestatic |
Definition at line 34 of file backwardEuler.hpp.
|
inlinestatic |
Definition at line 38 of file backwardEuler.hpp.
|
inlineoverride |
Definition at line 40 of file backwardEuler.hpp.