|
| | DivOperator (const DivOperator &divOp) |
| |
| | DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, Input input) |
| |
| | DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi) |
| |
| void | explicitOperation (Vector< FieldValueType > &source) const |
| |
| void | implicitOperation (la::LinearSystem< FieldValueType, FieldValueType > &ls) const |
| |
template<typename F = FieldValueType>
requires (!std::is_same_v<F, scalar>) |
| void | implicitOperation (la::LinearSystem< scalar, FieldValueType > &ls) const |
| |
| void | read (const Input &input) |
| |
| std::string | getName () const |
| |
| Dictionary | getConfig () const |
| |
| | OperatorMixin (const Executor exec, const Coeff &coeffs, const VolumeField< FieldValueType > &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< FieldValueType > & | getVector () const |
| |
| void | read (const Input &input) |
| |
template<typename FieldValueType>
class NeoN::finiteVolume::cellCentred::DivOperator< FieldValueType >
Definition at line 83 of file divOperator.hpp.