|
NeoN
A framework for CFD software
|
#include <gaussGreenDivLaplacian.hpp>
Public Types | |
| using | VectorValueType = ValueType |
Public Member Functions | |
| GaussGreenDivLaplacian (const Executor &exec, Dictionary divConfig, Dictionary lapConfig) | |
| void | explicitOperation (Vector< ValueType > &source) const |
| void | implicitOperation (la::LinearSystem< ValueType > &ls) const |
| void | implicitOperation (la::LinearSystem< scalar, ValueType > &ls) const |
| void | read (const Input &input) |
| std::string | getName () const |
| Dictionary | getConfig () 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 22 of file gaussGreenDivLaplacian.hpp.
| using NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::VectorValueType = ValueType |
Definition at line 27 of file gaussGreenDivLaplacian.hpp.
| NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::GaussGreenDivLaplacian | ( | const Executor & | exec, |
| Dictionary | divConfig, | ||
| Dictionary | lapConfig | ||
| ) |
| void NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::explicitOperation | ( | Vector< ValueType > & | source | ) | const |
| Dictionary NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::getConfig | ( | ) | const |
| std::string NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::getName | ( | ) | const |
| void NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::implicitOperation | ( | la::LinearSystem< scalar, ValueType > & | ls | ) | const |
| void NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::implicitOperation | ( | la::LinearSystem< ValueType > & | ls | ) | const |
| void NeoN::finiteVolume::cellCentred::GaussGreenDivLaplacian< ValueType >::read | ( | const Input & | input | ) |