NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
NeoN::timeIntegration::ForwardEuler< SolutionVectorType > Class Template Reference

#include <forwardEuler.hpp>

Inheritance diagram for NeoN::timeIntegration::ForwardEuler< SolutionVectorType >:

Public Types

using ValueType = typename SolutionVectorType::VectorValueType
 
using Base = TimeIntegratorBase< SolutionVectorType >::template Register< ForwardEuler< SolutionVectorType > >
 

Public Member Functions

 ForwardEuler (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 ()
 

Detailed Description

template<typename SolutionVectorType>
class NeoN::timeIntegration::ForwardEuler< SolutionVectorType >

Definition at line 16 of file forwardEuler.hpp.

Member Typedef Documentation

◆ Base

template<typename SolutionVectorType >
using NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::Base = TimeIntegratorBase<SolutionVectorType>::template Register<ForwardEuler<SolutionVectorType> >

Definition at line 24 of file forwardEuler.hpp.

◆ ValueType

template<typename SolutionVectorType >
using NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::ValueType = typename SolutionVectorType::VectorValueType

Definition at line 23 of file forwardEuler.hpp.

Constructor & Destructor Documentation

◆ ForwardEuler()

template<typename SolutionVectorType >
NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::ForwardEuler ( const Dictionary schemeDict,
const Dictionary solutionDict 
)
inline

Definition at line 27 of file forwardEuler.hpp.

Member Function Documentation

◆ clone()

template<typename SolutionVectorType >
std::unique_ptr< TimeIntegratorBase< SolutionVectorType > > NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::clone ( ) const
inlineoverride

Definition at line 59 of file forwardEuler.hpp.

◆ doc()

template<typename SolutionVectorType >
static std::string NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::doc ( )
inlinestatic

Definition at line 33 of file forwardEuler.hpp.

◆ name()

template<typename SolutionVectorType >
static std::string NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::name ( )
inlinestatic

Definition at line 31 of file forwardEuler.hpp.

◆ schema()

template<typename SolutionVectorType >
static std::string NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::schema ( )
inlinestatic

Definition at line 35 of file forwardEuler.hpp.

◆ solve()

template<typename SolutionVectorType >
void NeoN::timeIntegration::ForwardEuler< SolutionVectorType >::solve ( dsl::Expression< ValueType > &  eqn,
SolutionVectorType &  solutionVector,
scalar  t,
scalar  dt 
)
inlineoverride

Definition at line 37 of file forwardEuler.hpp.


The documentation for this class was generated from the following file: