|
NeoN
A framework for CFD software
|
#include <sourceTerm.hpp>
Public Types | |
| using | VectorValueType = ValueType |
Public Member Functions | |
| SourceTerm (dsl::Operator::Type termType, VolumeField< scalar > &coefficients, VolumeField< ValueType > &field) | |
| ~SourceTerm () | |
| void | explicitOperation (Vector< ValueType > &source) const |
| void | implicitOperation (la::LinearSystem< ValueType, localIdx > &ls) const |
| void | read (const Input &) |
| std::string | getName () const |
| const la::SparsityPattern & | getSparsityPattern () const |
Public Member Functions inherited from NeoN::dsl::OperatorMixin< VolumeField< ValueType > > | |
| OperatorMixin (const Executor exec, const Coeff &coeffs, const 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 |
| const VolumeField< ValueType > & | getVector () const |
| void | read (const Input &input) |
Additional Inherited Members | |
Protected Attributes inherited from NeoN::dsl::OperatorMixin< VolumeField< ValueType > > | |
| const Executor | exec_ |
| Executor associated with the field. (CPU, GPU, openMP, etc.) | |
| Coeff | coeffs_ |
| const VolumeField< ValueType > & | field_ |
| Operator::Type | type_ |
Definition at line 20 of file sourceTerm.hpp.
| using NeoN::finiteVolume::cellCentred::SourceTerm< ValueType >::VectorValueType = ValueType |
Definition at line 25 of file sourceTerm.hpp.
| NeoN::finiteVolume::cellCentred::SourceTerm< ValueType >::SourceTerm | ( | dsl::Operator::Type | termType, |
| VolumeField< scalar > & | coefficients, | ||
| VolumeField< ValueType > & | field | ||
| ) |
| NeoN::finiteVolume::cellCentred::SourceTerm< ValueType >::~SourceTerm | ( | ) |
| void NeoN::finiteVolume::cellCentred::SourceTerm< ValueType >::explicitOperation | ( | Vector< ValueType > & | source | ) | const |
|
inline |
Definition at line 41 of file sourceTerm.hpp.
|
inline |
Definition at line 43 of file sourceTerm.hpp.
| void NeoN::finiteVolume::cellCentred::SourceTerm< ValueType >::implicitOperation | ( | la::LinearSystem< ValueType, localIdx > & | ls | ) | const |
|
inline |
Definition at line 39 of file sourceTerm.hpp.