NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include "NeoFOAM/fields/field.hpp"
#include "NeoFOAM/core/primitives/scalar.hpp"
#include "NeoFOAM/core/primitives/vector.hpp"
Go to the source code of this file.
Namespaces | |
namespace | NeoFOAM |
Typedefs | |
using | NeoFOAM::labelField = NeoFOAM::Field< label > |
using | NeoFOAM::scalarField = NeoFOAM::Field< scalar > |
using | NeoFOAM::vectorField = NeoFOAM::Field< Vector > |