NeoFOAM
WIP Prototype of a modern OpenFOAM core
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
v
w
Functions
a
c
d
e
f
h
i
l
m
n
o
p
r
s
v
Variables
Typedefs
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
i
k
m
n
p
r
s
t
v
Typedefs
Enumerations
Files
File List
File Members
All
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Concepts
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