NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "NeoN/core/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 |
namespace | NeoN::finiteVolume |
namespace | NeoN::finiteVolume::cellCentred |
Functions | |
template<typename ValueType > | |
void | NeoN::finiteVolume::cellCentred::surfaceIntegrate (const Executor &exec, localIdx nInternalFaces, View< const int > neighbour, View< const int > owner, View< const int > faceCells, View< const ValueType > flux, View< const scalar > v, View< ValueType > res, const dsl::Coeff operatorScaling) |