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

#include <spatialOperator.hpp>

Public Types

using FieldValueType = ValueType
 

Public Member Functions

template<IsSpatialOperator T>
 SpatialOperator (T cls)
 
 SpatialOperator (const SpatialOperator &eqnOperator)
 
 SpatialOperator (SpatialOperator &&eqnOperator)
 
SpatialOperatoroperator= (const SpatialOperator &eqnOperator)
 
void explicitOperation (Field< ValueType > &source)
 
void implicitOperation (la::LinearSystem< ValueType, localIdx > &ls)
 
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::SpatialOperator< ValueType >

Definition at line 52 of file spatialOperator.hpp.

Member Typedef Documentation

◆ FieldValueType

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

Definition at line 56 of file spatialOperator.hpp.

Constructor & Destructor Documentation

◆ SpatialOperator() [1/3]

template<typename ValueType >
template<IsSpatialOperator T>
NeoFOAM::dsl::SpatialOperator< ValueType >::SpatialOperator ( cls)
inline

Definition at line 59 of file spatialOperator.hpp.

◆ SpatialOperator() [2/3]

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

Definition at line 62 of file spatialOperator.hpp.

◆ SpatialOperator() [3/3]

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

Definition at line 64 of file spatialOperator.hpp.

Member Function Documentation

◆ build()

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

Definition at line 95 of file spatialOperator.hpp.

◆ createEmptyLinearSystem()

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

Definition at line 79 of file spatialOperator.hpp.

◆ exec()

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

Definition at line 98 of file spatialOperator.hpp.

◆ explicitOperation()

template<typename ValueType >
void NeoFOAM::dsl::SpatialOperator< ValueType >::explicitOperation ( Field< ValueType > &  source)
inline

Definition at line 72 of file spatialOperator.hpp.

◆ getCoefficient() [1/2]

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

Definition at line 90 of file spatialOperator.hpp.

◆ getCoefficient() [2/2]

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

Definition at line 92 of file spatialOperator.hpp.

◆ getName()

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

Definition at line 87 of file spatialOperator.hpp.

◆ getType()

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

Definition at line 85 of file spatialOperator.hpp.

◆ implicitOperation()

template<typename ValueType >
void NeoFOAM::dsl::SpatialOperator< ValueType >::implicitOperation ( la::LinearSystem< ValueType, localIdx > &  ls)
inline

Definition at line 74 of file spatialOperator.hpp.

◆ operator=()

template<typename ValueType >
SpatialOperator & NeoFOAM::dsl::SpatialOperator< ValueType >::operator= ( const SpatialOperator< ValueType > &  eqnOperator)
inline

Definition at line 66 of file spatialOperator.hpp.


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