|
NeoN
A framework for CFD software
|
#include "NeoN/fields/field.hpp"#include "NeoN/core/executor/executor.hpp"#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"#include "NeoN/finiteVolume/cellCentred/operators/laplacianOperator.hpp"#include "NeoN/finiteVolume/cellCentred/interpolation/surfaceInterpolation.hpp"#include "NeoN/finiteVolume/cellCentred/faceNormalGradient/faceNormalGradient.hpp"#include "NeoN/linearAlgebra/meshIterationStrategies.hpp"Go to the source code of this file.
Classes | |
| class | NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< 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::computeLaplacianNonOrthCorrImpl (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff, const FaceNormalGradient< FieldValueType > &faceNormalGradient) |