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