|
| | BoundedDiv (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs) |
| |
| void | div (VolumeField< FieldValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| void | div (Vector< FieldValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| void | div (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override |
| |
| VolumeField< FieldValueType > | div (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::BoundedDiv< FieldValueType, AssemblyType >
Definition at line 28 of file boundedDiv.hpp.