NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
include
NeoN
fields
fieldTypeDefs.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
2
// SPDX-FileCopyrightText: 2023-2024 NeoN authors
3
#pragma once
4
5
#include "
NeoN/core/primitives/scalar.hpp
"
6
#include "
NeoN/core/primitives/vec3.hpp
"
7
#include "
NeoN/core/vector.hpp
"
8
9
10
namespace
NeoN
11
{
12
13
using
labelVector
=
NeoN::Vector<label>
;
14
using
localIdxVector
=
NeoN::Vector<localIdx>
;
15
using
scalarVector
=
NeoN::Vector<scalar>
;
16
using
vectorVector
=
NeoN::Vector<Vec3>
;
17
18
}
// namespace NeoN
NeoN::Vector< label >
NeoN
Definition
collection.hpp:14
scalar.hpp
vec3.hpp
vector.hpp
Generated by
1.9.8