|
| | LinearUpwind (const Executor &exec, const UnstructuredMesh &mesh, Input input) |
| |
| void | interpolate (const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const override |
| |
| void | interpolate (const SurfaceField< scalar > &flux, const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const override |
| |
| void | weight (const VolumeField< ValueType > &, SurfaceField< scalar > &) const override |
| |
| void | weight (const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &src, SurfaceField< scalar > &weights) const override |
| |
| bool | corrected () const override |
| |
| void | correction (const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &src, SurfaceField< ValueType > &corr) const override |
| |
| std::unique_ptr< SurfaceInterpolationFactory< ValueType > > | clone () const override |
| |
template<typename ValueType, bool CellLimited = false>
class NeoN::finiteVolume::cellCentred::LinearUpwind< ValueType, CellLimited >
Definition at line 98 of file linearUpwind.hpp.