www.cemf.ir
pointFields.cpp
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 #include "pointFields.hpp"
22 #include "createBoundaryFields.hpp"
23 
24 
25 #define createPointFields(DataType) \
26  template class pFlow::pointField<DataType, pFlow::HostSpace>; \
27  createBoundaryFields(DataType, pFlow::HostSpace); \
28  \
29  template class pFlow::pointField<DataType>; \
30  createBoundaryFields(DataType, void);
31 
32 // uint8
34 
37 
40 
43 
46 
47 
50 
51 
pFlow::real
float real
Definition: builtinTypes.hpp:45
pFlow::uint32
unsigned int uint32
Definition: builtinTypes.hpp:56
pFlow::word
std::string word
Definition: builtinTypes.hpp:64
pointFields.hpp
pFlow::HostSpace
Kokkos::HostSpace HostSpace
Host memory space.
Definition: KokkosTypes.hpp:41
createBoundaryFields
createBoundaryFields(pFlow::uint8, pFlow::HostSpace)
pFlow::pointField
Definition: pointField.hpp:33
createBoundaryFields.hpp
createPointFields
#define createPointFields(DataType)
Definition: pointFields.cpp:25
pFlow::uint64
unsigned long long int uint64
Definition: builtinTypes.hpp:58
pFlow::quadruple
Definition: quadruple.hpp:36
pFlow::triple
A set of 3 variables that can be used for vector variables.
Definition: triple.hpp:36
pFlow::uint8
unsigned char uint8
Definition: builtinTypes.hpp:54