NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "Kokkos_Sort.hpp"
#include "NeoN/fields/fieldTypeDefs.hpp"
#include "NeoN/mesh/unstructured/boundaryMesh.hpp"
#include "NeoN/finiteVolume/cellCentred/stencil/stencilDataBase.hpp"
Go to the source code of this file.
Classes | |
class | NeoN::UnstructuredMesh |
Represents an unstructured mesh in NeoN. More... | |
Namespaces | |
namespace | NeoN |
Functions | |
UnstructuredMesh | NeoN::createSingleCellMesh (const Executor exec) |
creates a mesh containing only a single cell @warn currently this is only a 2D mesh | |
UnstructuredMesh | NeoN::create1DUniformMesh (const Executor exec, const localIdx nCells) |
A factory function for a 1D mesh. | |