NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Namespaces | Typedefs
fieldTypeDefs.hpp File Reference
#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 >