NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "NeoN/core/primitives/scalar.hpp"
#include "NeoN/core/primitives/vec3.hpp"
#include "NeoN/core/vector.hpp"
Go to the source code of this file.
Namespaces | |
namespace | NeoN |
Typedefs | |
using | NeoN::labelVector = NeoN::Vector< label > |
using | NeoN::localIdxVector = NeoN::Vector< localIdx > |
using | NeoN::scalarVector = NeoN::Vector< scalar > |
using | NeoN::vectorVector = NeoN::Vector< Vec3 > |