|
| | SurfaceInterpolation (const SurfaceInterpolation &surfInterp) |
| |
| | SurfaceInterpolation (SurfaceInterpolation &&surfInterp) |
| |
| | SurfaceInterpolation (const Executor &exec, const UnstructuredMesh &mesh, std::unique_ptr< SurfaceInterpolationFactory< ValueType > > interpolationKernel) |
| |
| | SurfaceInterpolation (const Executor &exec, const UnstructuredMesh &mesh, const Input &input) |
| |
| void | interpolate (const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const |
| |
| void | interpolate (const SurfaceField< scalar > &flux, const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const |
| |
| void | weight (const VolumeField< ValueType > &src, SurfaceField< scalar > &weight) const |
| |
| void | weight (const SurfaceField< scalar > &flux, const VolumeField< ValueType > &src, SurfaceField< scalar > &weight) const |
| |
| SurfaceField< ValueType > | interpolate (const VolumeField< ValueType > &src) const |
| |
| SurfaceField< ValueType > | interpolate (const SurfaceField< ValueType > &flux, const VolumeField< ValueType > &src) const |
| |
| SurfaceField< scalar > | weight (const VolumeField< ValueType > &src) const |
| |
| SurfaceField< scalar > | weight (const SurfaceField< scalar > &flux, const VolumeField< ValueType > &src) const |
| |
template<typename ValueType>
class NeoN::finiteVolume::cellCentred::SurfaceInterpolation< ValueType >
Definition at line 82 of file surfaceInterpolation.hpp.