|
NeoN
A framework for CFD software
|
#include <gaussGreenDdtDivLaplacian.hpp>
Public Types | |
| using | VectorValueType = ValueType |
Public Member Functions | |
| GaussGreenDdtDivLaplacian (const Executor &exec, Dictionary divConfig, Dictionary lapConfig) | |
| void | explicitOperation (Vector< ValueType > &source, scalar t, scalar dt) const |
| void | implicitOperation (la::LinearSystem< ValueType > &ls, scalar t, scalar dt) 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 21 of file gaussGreenDdtDivLaplacian.hpp.
| using NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::VectorValueType = ValueType |
Definition at line 26 of file gaussGreenDdtDivLaplacian.hpp.
|
inline |
Definition at line 28 of file gaussGreenDdtDivLaplacian.hpp.
|
inline |
Definition at line 42 of file gaussGreenDdtDivLaplacian.hpp.
|
inline |
Definition at line 77 of file gaussGreenDdtDivLaplacian.hpp.
|
inline |
Definition at line 75 of file gaussGreenDdtDivLaplacian.hpp.
| void NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::implicitOperation | ( | la::LinearSystem< ValueType > & | ls, |
| scalar | t, | ||
| scalar | dt | ||
| ) | const |
|
inline |
Definition at line 46 of file gaussGreenDdtDivLaplacian.hpp.