www.cemf.ir
boundaryBaseKernels.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
#ifndef __boundaryBaseKernels_hpp__
22
#define __boundaryBaseKernels_hpp__
23
24
#include "
VectorSingles.hpp
"
25
26
namespace
pFlow::boundaryBaseKernels
27
{
28
29
void
createRemoveKeepLists
(
30
uint32
numTotal,
31
uint32
numRemove,
32
const
uint32Vector_D
& removeMask,
33
uint32Vector_D
& removeList,
34
uint32Vector_D
& keepList);
35
36
void
createRemoveKeepIndices
(
37
const
uint32Vector_D
& indices,
38
uint32
numRemove,
39
const
uint32Vector_D
& removeMask,
40
uint32Vector_D
& removeIndices,
41
uint32Vector_D
& keepIndices,
42
bool
exactCap =
true
);
43
44
45
}
46
47
#endif //__boundaryBaseKernels_hpp__
pFlow::uint32
unsigned int uint32
Definition:
builtinTypes.hpp:56
VectorSingles.hpp
pFlow::boundaryBaseKernels::createRemoveKeepLists
void createRemoveKeepLists(uint32 numTotal, uint32 numRemove, const uint32Vector_D &removeMask, uint32Vector_D &removeList, uint32Vector_D &keepList)
Definition:
boundaryBaseKernels.cpp:24
pFlow::VectorSingle< uint32 >
pFlow::boundaryBaseKernels::createRemoveKeepIndices
void createRemoveKeepIndices(const uint32Vector_D &indices, uint32 numRemove, const uint32Vector_D &removeMask, uint32Vector_D &removeIndices, uint32Vector_D &keepIndices, bool exactCap=true)
Definition:
boundaryBaseKernels.cpp:65
pFlow::boundaryBaseKernels
Definition:
boundaryBaseKernels.hpp:26
src
phasicFlow
structuredData
boundaries
boundaryBase
boundaryBaseKernels.hpp
Generated by
1.8.17