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