NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include <memory>
#include <concepts>
#include "NeoFOAM/core/primitives/scalar.hpp"
#include "NeoFOAM/fields/field.hpp"
#include "NeoFOAM/linearAlgebra/linearSystem.hpp"
#include "NeoFOAM/core/input.hpp"
#include "NeoFOAM/dsl/coeff.hpp"
#include "NeoFOAM/dsl/operator.hpp"
Go to the source code of this file.
Classes | |
class | NeoFOAM::dsl::SpatialOperator< ValueType > |
Namespaces | |
namespace | NeoFOAM |
namespace | NeoFOAM::dsl |
Concepts | |
concept | NeoFOAM::dsl::HasExplicitOperator |
concept | NeoFOAM::dsl::HasImplicitOperator |
concept | NeoFOAM::dsl::IsSpatialOperator |
Functions | |
template<typename ValueType > | |
SpatialOperator< ValueType > | NeoFOAM::dsl::operator* (scalar scalarCoeff, SpatialOperator< ValueType > rhs) |
template<typename ValueType > | |
SpatialOperator< ValueType > | NeoFOAM::dsl::operator* (const Field< scalar > &coeffField, SpatialOperator< ValueType > rhs) |
template<typename ValueType > | |
SpatialOperator< ValueType > | NeoFOAM::dsl::operator* (const Coeff &coeff, SpatialOperator< ValueType > rhs) |