NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "NeoN/fields/field.hpp"
#include "NeoN/core/executor/executor.hpp"
#include "NeoN/finiteVolume/cellCentred/interpolation/surfaceInterpolation.hpp"
#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"
#include "NeoN/finiteVolume/cellCentred/stencil/geometryScheme.hpp"
#include <Kokkos_Core.hpp>
#include <functional>
Go to the source code of this file.
Classes | |
class | NeoN::finiteVolume::cellCentred::Upwind< ValueType > |
Namespaces | |
namespace | NeoN |
namespace | NeoN::finiteVolume |
namespace | NeoN::finiteVolume::cellCentred |
Functions | |
template<typename ValueType > | |
void | NeoN::finiteVolume::cellCentred::computeUpwindInterpolation (const VolumeField< ValueType > &src, const SurfaceField< scalar > &flux, const SurfaceField< scalar > &weights, SurfaceField< ValueType > &dst) |