|
| | GaussGreenDiv (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs) |
| |
| virtual VolumeField< FieldValueType > | div (const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| virtual void | div (VolumeField< FieldValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| virtual void | div (Vector< FieldValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| virtual void | div (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| std::unique_ptr< DivOperatorFactory< FieldValueType, AssemblyType > > | clone () const override |
| |
template<typename FieldValueType, typename AssemblyType = FieldValueType>
class NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >
Definition at line 21 of file gaussGreenDiv.hpp.