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

#include <spatialOperator.hpp>

Public Types

using VectorValueType = ValueType
 

Public Member Functions

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

Definition at line 53 of file spatialOperator.hpp.

Member Typedef Documentation

◆ VectorValueType

template<typename ValueType >
using NeoN::dsl::SpatialOperator< ValueType >::VectorValueType = ValueType

Definition at line 57 of file spatialOperator.hpp.

Constructor & Destructor Documentation

◆ SpatialOperator() [1/3]

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

Definition at line 62 of file spatialOperator.hpp.

◆ SpatialOperator() [2/3]

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

Definition at line 65 of file spatialOperator.hpp.

◆ SpatialOperator() [3/3]

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

Definition at line 67 of file spatialOperator.hpp.

Member Function Documentation

◆ build()

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

Definition at line 93 of file spatialOperator.hpp.

◆ exec()

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

Definition at line 96 of file spatialOperator.hpp.

◆ explicitOperation()

template<typename ValueType >
void NeoN::dsl::SpatialOperator< ValueType >::explicitOperation ( Vector< ValueType > &  source) const
inline

Definition at line 75 of file spatialOperator.hpp.

◆ getCoefficient() [1/2]

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

Definition at line 88 of file spatialOperator.hpp.

◆ getCoefficient() [2/2]

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

Definition at line 90 of file spatialOperator.hpp.

◆ getName()

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

Definition at line 85 of file spatialOperator.hpp.

◆ getType()

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

Definition at line 83 of file spatialOperator.hpp.

◆ implicitOperation()

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

Definition at line 77 of file spatialOperator.hpp.

◆ operator=()

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

Definition at line 69 of file spatialOperator.hpp.


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