NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <ddtOperator.hpp>
Public Types | |
using | VectorValueType = ValueType |
Public Member Functions | |
DdtOperator (dsl::Operator::Type termType, VolumeField< ValueType > &field) | |
void | explicitOperation (Vector< ValueType > &source, scalar, scalar dt) const |
void | implicitOperation (la::LinearSystem< ValueType, localIdx > &ls, scalar, scalar dt) |
void | build (const Input &) |
std::string | getName () const |
![]() | |
OperatorMixin (const Executor exec, const Coeff &coeffs, VolumeField< ValueType > &field, Operator::Type type) | |
Operator::Type | getType () const |
virtual | ~OperatorMixin ()=default |
virtual const Executor & | exec () const final |
Coeff & | getCoefficient () |
const Coeff & | getCoefficient () const |
VolumeField< ValueType > & | getVector () |
const VolumeField< ValueType > & | getVector () const |
void | build (const Input &input) |
Additional Inherited Members | |
![]() | |
const Executor | exec_ |
Executor associated with the field. (CPU, GPU, openMP, etc.) | |
Coeff | coeffs_ |
VolumeField< ValueType > & | field_ |
Operator::Type | type_ |
Definition at line 19 of file ddtOperator.hpp.
using NeoN::finiteVolume::cellCentred::DdtOperator< ValueType >::VectorValueType = ValueType |
Definition at line 24 of file ddtOperator.hpp.
NeoN::finiteVolume::cellCentred::DdtOperator< ValueType >::DdtOperator | ( | dsl::Operator::Type | termType, |
VolumeField< ValueType > & | field | ||
) |
|
inline |
Definition at line 32 of file ddtOperator.hpp.
void NeoN::finiteVolume::cellCentred::DdtOperator< ValueType >::explicitOperation | ( | Vector< ValueType > & | source, |
scalar | , | ||
scalar | dt | ||
) | const |
|
inline |
Definition at line 34 of file ddtOperator.hpp.
void NeoN::finiteVolume::cellCentred::DdtOperator< ValueType >::implicitOperation | ( | la::LinearSystem< ValueType, localIdx > & | ls, |
scalar | , | ||
scalar | dt | ||
) |