|
| | DivOperator (const DivOperator &divOp) |
| |
| | DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, Input input) |
| |
| | DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, std::unique_ptr< DivOperatorFactory< ValueType > > divOperatorStrategy) |
| |
| | DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi) |
| |
| void | explicitOperation (Vector< ValueType > &source) const |
| |
| la::LinearSystem< ValueType, localIdx > | createEmptyLinearSystem () const |
| |
| void | implicitOperation (la::LinearSystem< ValueType, localIdx > &ls) const |
| |
| void | div (auto &&... args) const |
| |
| void | read (const Input &input) |
| |
| std::string | getName () const |
| |
| | 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) |
| |
template<typename ValueType>
class NeoN::finiteVolume::cellCentred::DivOperator< ValueType >
Definition at line 89 of file divOperator.hpp.