NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <functional>
#include <Kokkos_Core.hpp>
#include "NeoN/core/executor/executor.hpp"
#include "NeoN/core/input.hpp"
#include "NeoN/core/runtimeSelectionFactory.hpp"
#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/surfaceField.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/volumeField.hpp"
#include "NeoN/finiteVolume/cellCentred/boundary.hpp"
Go to the source code of this file.
Classes | |
class | NeoN::finiteVolume::cellCentred::FaceNormalGradientFactory< ValueType > |
class | NeoN::finiteVolume::cellCentred::FaceNormalGradient< ValueType > |
Namespaces | |
namespace | NeoN |
namespace | NeoN::finiteVolume |
namespace | NeoN::finiteVolume::cellCentred |