NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "NeoN/core/executor/executor.hpp"
#include "NeoN/finiteVolume/cellCentred/faceNormalGradient/faceNormalGradient.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/volumeField.hpp"
#include "NeoN/finiteVolume/cellCentred/stencil/geometryScheme.hpp"
#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"
#include <Kokkos_Core.hpp>
#include <functional>
Go to the source code of this file.
Classes | |
class | NeoN::finiteVolume::cellCentred::Uncorrected< ValueType > |
Namespaces | |
namespace | NeoN |
namespace | NeoN::finiteVolume |
namespace | NeoN::finiteVolume::cellCentred |
Functions | |
template<typename ValueType > | |
void | NeoN::finiteVolume::cellCentred::computeFaceNormalGrad (const VolumeField< ValueType > &volVector, const std::shared_ptr< GeometryScheme > geometryScheme, SurfaceField< ValueType > &surfaceVector) |