www.cemf.ir
pointFields.hpp
Go to the documentation of this file.
1
/*------------------------------- phasicFlow ---------------------------------
2
O C enter of
3
O O E ngineering and
4
O O M ultiscale modeling of
5
OOOOOOO F luid flow
6
------------------------------------------------------------------------------
7
Copyright (C): www.cemf.ir
8
email: hamid.r.norouzi AT gmail.com
9
------------------------------------------------------------------------------
10
Licence:
11
This file is part of phasicFlow code. It is a free software for simulating
12
granular and multiphase flows. You can redistribute it and/or modify it under
13
the terms of GNU General Public License v3 or any other later versions.
14
15
phasicFlow is distributed to help others in their research in the field of
16
granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
17
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
19
-----------------------------------------------------------------------------*/
20
21
22
#ifndef __pointFields_hpp__
23
#define __pointFields_hpp__
24
25
#include "
VectorSingle.hpp
"
26
#include "
pointField.hpp
"
27
#include "
types.hpp
"
28
29
namespace
pFlow
30
{
31
32
template
<
typename
T>
33
using
pointField_H
=
pointField<T, HostSpace>
;
34
35
template
<
typename
T>
36
using
pointField_D
=
pointField<T>
;
37
38
39
40
using
uint8PointField_D
=
pointField_D<uint8>
;
41
using
uint8PointField_H
=
pointField_H<uint8>
;
42
43
using
uint32PointField_D
=
pointField_D<uint32>
;
44
using
uint32PointField_H
=
pointField_H<uint32>
;
45
46
using
uint64PointField_D
=
pointField_D<uint64>
;
47
using
uint64PointField_H
=
pointField_H<uint64>
;
48
49
using
realPointField_D
=
pointField_D<real>
;
50
using
realPointField_H
=
pointField_H<real>
;
51
52
using
realx3PointField_D
=
pointField_D<realx3>
;
53
using
realx3PointField_H
=
pointField_H<realx3>
;
54
55
using
realx4PointField_D
=
pointField_D<realx4>
;
56
using
realx4PointField_H
=
pointField_H<realx4>
;
57
58
using
wordPointField_H
=
pointField_H<word>
;
59
60
}
61
62
63
#endif
types.hpp
pFlow
Definition:
demGeometry.hpp:27
pFlow::pointField
Definition:
pointField.hpp:33
VectorSingle.hpp
pointField.hpp
src
phasicFlow
containers
pointField
pointField
pointFields.hpp
Generated by
1.8.17