|
NeoN
A framework for CFD software
|
#include "NeoN/core/vector/vector.hpp"#include "NeoN/core/executor/executor.hpp"#include "NeoN/core/input.hpp"#include "NeoN/dsl/operator.hpp"#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"#include "NeoN/finiteVolume/cellCentred/fields/surfaceField.hpp"Go to the source code of this file.
Classes | |
| class | NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType > |
Namespaces | |
| namespace | NeoN |
| Integer types used throughout NeoN. | |
| namespace | NeoN::finiteVolume |
| namespace | NeoN::finiteVolume::cellCentred |
Functions | |
| template<typename ValueType > | |
| void | NeoN::finiteVolume::cellCentred::surfaceIntegrate (const Executor &exec, localIdx nInternalFaces, View< const label > internalFaceNeighbors, View< const label > internalFaceOwners, View< const label > boundaryFaceOwners, View< const ValueType > flux, View< const ValueType > bFlux, View< const scalar > v, View< ValueType > res, const dsl::Coeff operatorScaling) |