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 &schemeDict, const Dictionary &solutionDict) | |
void | solve (dsl::Expression< ValueType > &eqn, SolutionVectorType &solutionVector, scalar t, scalar dt) override |
std::unique_ptr< TimeIntegratorBase< SolutionVectorType > > | clone () const override |
Static Public Member Functions | |
static std::string | name () |
static std::string | doc () |
static std::string | schema () |
Definition at line 23 of file backwardEuler.hpp.
using NeoN::timeIntegration::BackwardEuler< SolutionVectorType >::Base = TimeIntegratorBase<SolutionVectorType>::template Register< BackwardEuler<SolutionVectorType> > |
Definition at line 31 of file backwardEuler.hpp.
using NeoN::timeIntegration::BackwardEuler< SolutionVectorType >::ValueType = typename SolutionVectorType::VectorValueType |
Definition at line 30 of file backwardEuler.hpp.
|
inline |
Definition at line 34 of file backwardEuler.hpp.
|
inlineoverride |
Definition at line 79 of file backwardEuler.hpp.
|
inlinestatic |
Definition at line 40 of file backwardEuler.hpp.
|
inlinestatic |
Definition at line 38 of file backwardEuler.hpp.
|
inlinestatic |
Definition at line 42 of file backwardEuler.hpp.
|
inlineoverride |
Definition at line 44 of file backwardEuler.hpp.