NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
NeoFOAM::dsl::TemporalOperator< ValueType > Class Template Reference

#include <temporalOperator.hpp>

Public Types

using FieldValueType = ValueType
 

Public Member Functions

template<HasTemporalOperator T>
 TemporalOperator (T cls)
 
 TemporalOperator (const TemporalOperator &eqnOperator)
 
 TemporalOperator (TemporalOperator &&eqnOperator)
 
void explicitOperation (Field< ValueType > &source, scalar t, scalar dt)
 
void implicitOperation (la::LinearSystem< ValueType, localIdx > &ls, scalar t, scalar dt)
 
la::LinearSystem< ValueType, localIdxcreateEmptyLinearSystem () const
 
Operator::Type getType () const
 
std::string getName () const
 
CoeffgetCoefficient ()
 
Coeff getCoefficient () const
 
void build (const Input &input)
 
const Executorexec () const
 

Detailed Description

template<typename ValueType>
class NeoFOAM::dsl::TemporalOperator< ValueType >

Definition at line 59 of file temporalOperator.hpp.

Member Typedef Documentation

◆ FieldValueType

template<typename ValueType >
using NeoFOAM::dsl::TemporalOperator< ValueType >::FieldValueType = ValueType

Definition at line 63 of file temporalOperator.hpp.

Constructor & Destructor Documentation

◆ TemporalOperator() [1/3]

template<typename ValueType >
template<HasTemporalOperator T>
NeoFOAM::dsl::TemporalOperator< ValueType >::TemporalOperator ( cls)
inline

Definition at line 66 of file temporalOperator.hpp.

◆ TemporalOperator() [2/3]

template<typename ValueType >
NeoFOAM::dsl::TemporalOperator< ValueType >::TemporalOperator ( const TemporalOperator< ValueType > &  eqnOperator)
inline

Definition at line 69 of file temporalOperator.hpp.

◆ TemporalOperator() [3/3]

template<typename ValueType >
NeoFOAM::dsl::TemporalOperator< ValueType >::TemporalOperator ( TemporalOperator< ValueType > &&  eqnOperator)
inline

Definition at line 71 of file temporalOperator.hpp.

Member Function Documentation

◆ build()

template<typename ValueType >
void NeoFOAM::dsl::TemporalOperator< ValueType >::build ( const Input input)
inline

Definition at line 98 of file temporalOperator.hpp.

◆ createEmptyLinearSystem()

template<typename ValueType >
la::LinearSystem< ValueType, localIdx > NeoFOAM::dsl::TemporalOperator< ValueType >::createEmptyLinearSystem ( ) const
inline

Definition at line 83 of file temporalOperator.hpp.

◆ exec()

template<typename ValueType >
const Executor & NeoFOAM::dsl::TemporalOperator< ValueType >::exec ( ) const
inline

Definition at line 101 of file temporalOperator.hpp.

◆ explicitOperation()

template<typename ValueType >
void NeoFOAM::dsl::TemporalOperator< ValueType >::explicitOperation ( Field< ValueType > &  source,
scalar  t,
scalar  dt 
)
inline

Definition at line 73 of file temporalOperator.hpp.

◆ getCoefficient() [1/2]

template<typename ValueType >
Coeff & NeoFOAM::dsl::TemporalOperator< ValueType >::getCoefficient ( )
inline

Definition at line 93 of file temporalOperator.hpp.

◆ getCoefficient() [2/2]

template<typename ValueType >
Coeff NeoFOAM::dsl::TemporalOperator< ValueType >::getCoefficient ( ) const
inline

Definition at line 95 of file temporalOperator.hpp.

◆ getName()

template<typename ValueType >
std::string NeoFOAM::dsl::TemporalOperator< ValueType >::getName ( ) const
inline

Definition at line 91 of file temporalOperator.hpp.

◆ getType()

template<typename ValueType >
Operator::Type NeoFOAM::dsl::TemporalOperator< ValueType >::getType ( ) const
inline

Definition at line 89 of file temporalOperator.hpp.

◆ implicitOperation()

template<typename ValueType >
void NeoFOAM::dsl::TemporalOperator< ValueType >::implicitOperation ( la::LinearSystem< ValueType, localIdx > &  ls,
scalar  t,
scalar  dt 
)
inline

Definition at line 78 of file temporalOperator.hpp.


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