NeoN
A framework for CFD software
Loading...
Searching...
No Matches
include
NeoN
core
vector
vectorTypeDefs.hpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2023 - 2025 NeoN authors
2
//
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#include "
NeoN/core/primitives/scalar.hpp
"
8
#include "
NeoN/core/primitives/vec3.hpp
"
9
#include "
NeoN/core/vector/vector.hpp
"
10
11
12
namespace
NeoN
13
{
14
15
using
labelVector
=
NeoN::Vector<label>
;
16
using
localIdxVector
=
NeoN::Vector<localIdx>
;
17
using
scalarVector
=
NeoN::Vector<scalar>
;
18
using
vectorVector
=
NeoN::Vector<Vec3>
;
19
20
}
// namespace NeoN
NeoN::Vector< label >
NeoN
Definition
array.hpp:20
scalar.hpp
vec3.hpp
vector.hpp
Generated by
1.9.8