|
NeoN
A framework for CFD software
|
#include <optional>#include "NeoN/core/primitives/scalar.hpp"#include "NeoN/core/primitives/vec3.hpp"#include "NeoN/core/vector/vector.hpp"#include "NeoN/core/executor/executor.hpp"#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"#include "NeoN/finiteVolume/cellCentred/stencil/geometryScheme.hpp"#include "NeoN/finiteVolume/cellCentred/fields/surfaceField.hpp"Go to the source code of this file.
Classes | |
| class | NeoN::finiteVolume::cellCentred::BasicGeometryScheme |
| Default GeometryScheme kernel: computes weights, nonOrthDeltaCoeffs and the non-orthogonal correction vectors directly from the mesh geometry. More... | |
Namespaces | |
| namespace | NeoN |
| Integer types used throughout NeoN. | |
| namespace | NeoN::finiteVolume |
| namespace | NeoN::finiteVolume::cellCentred |