|
NeoN
A framework for CFD software
|
#include "NeoN/core/executor/executor.hpp"#include "NeoN/core/input.hpp"#include "NeoN/dsl/spatialOperator.hpp"#include "NeoN/fields/field.hpp"#include "NeoN/finiteVolume/cellCentred/operators/divOperator.hpp"#include "NeoN/linearAlgebra/linearSystem.hpp"#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"Go to the source code of this file.
Classes | |
| class | NeoN::finiteVolume::cellCentred::BoundedDiv< FieldValueType, AssemblyType > |
Namespaces | |
| namespace | NeoN |
| Integer types used throughout NeoN. | |
| namespace | NeoN::finiteVolume |
| namespace | NeoN::finiteVolume::cellCentred |
Functions | |
| template<typename FieldValueType , typename AssemblyType = FieldValueType> | |
| void | NeoN::finiteVolume::cellCentred::applyBoundedDivDiagonal (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &faceFlux, const UnstructuredMesh &mesh, const dsl::Coeff scaling) |