|
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/linearAlgebra/sparsityPattern.hpp"#include "NeoN/finiteVolume/cellCentred/operators/laplacianOperator.hpp"#include "NeoN/finiteVolume/cellCentred/interpolation/surfaceInterpolation.hpp"#include "NeoN/finiteVolume/cellCentred/faceNormalGradient/faceNormalGradient.hpp"Go to the source code of this file.
Classes | |
| class | NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType > |
Namespaces | |
| namespace | NeoN |
| namespace | NeoN::finiteVolume |
| namespace | NeoN::finiteVolume::cellCentred |
Functions | |
| template<typename ValueType > | |
| void | NeoN::finiteVolume::cellCentred::computeLaplacianExp (const FaceNormalGradient< ValueType > &, const SurfaceField< scalar > &, const VolumeField< ValueType > &, Vector< ValueType > &, const dsl::Coeff) |
| template<typename ValueType > | |
| void | NeoN::finiteVolume::cellCentred::computeLaplacianImpl (la::LinearSystem< ValueType, localIdx > &ls, const SurfaceField< scalar > &gamma, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling, const la::SparsityPattern &sparsityPattern, const FaceNormalGradient< ValueType > &faceNormalGradient) |