Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argupta
openfpm_pdata
Commits
da090505
Commit
da090505
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning
parent
5deb864a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_devices
+1
-1
1 addition, 1 deletion
openfpm_devices
src/Vector/vector_dist.hpp
+0
-1
0 additions, 1 deletion
src/Vector/vector_dist.hpp
src/Vector/vector_dist_comm.hpp
+0
-27
0 additions, 27 deletions
src/Vector/vector_dist_comm.hpp
with
2 additions
and
30 deletions
openfpm_data
@
21a5f6ee
Subproject commit
a7cce19305d224ab9195683295a42a509fac0787
Subproject commit
21a5f6ee7bf426ad13106a26f581b788b8c7c95d
This diff is collapsed.
Click to expand it.
openfpm_devices
@
0973c093
Subproject commit
f46e31235688bd15c2a808ba7aa1bd413908bb8a
Subproject commit
0973c09344b9c814bb6efa30938e3608dd55feb3
This diff is collapsed.
Click to expand it.
src/Vector/vector_dist.hpp
+
0
−
1
View file @
da090505
...
...
@@ -14,7 +14,6 @@
#include
"Vector/vector_dist_iterator.hpp"
#include
"Space/Shape/Box.hpp"
#include
"Vector/vector_dist_key.hpp"
#include
"memory/PreAllocHeapMemory.hpp"
#include
"memory/PtrMemory.hpp"
#include
"NN/CellList/CellList.hpp"
#include
"NN/CellList/CellListFast_hilb.hpp"
...
...
This diff is collapsed.
Click to expand it.
src/Vector/vector_dist_comm.hpp
+
0
−
27
View file @
da090505
...
...
@@ -166,33 +166,6 @@ class vector_dist_comm
return
end_id
;
}
/*! \brief It store for each processor the position and properties vector of the particles
*
* This structure is used in the map function
*
*/
struct
pos_prop
{
//! position vector
openfpm
::
vector
<
Point
<
dim
,
St
>
,
PreAllocHeapMemory
<
2
>
,
typename
memory_traits_lin
<
Point
<
dim
,
St
>>::
type
,
memory_traits_lin
,
openfpm
::
grow_policy_identity
>
pos
;
//! properties vector
openfpm
::
vector
<
prop
,
PreAllocHeapMemory
<
2
>
,
typename
memory_traits_lin
<
prop
>::
type
,
memory_traits_lin
,
openfpm
::
grow_policy_identity
>
prp
;
};
/*! \brief for each processor store 2 vector containing the sending buffers
*
* This structure is used in the map_list function
*
*/
template
<
typename
sel_prop
>
struct
pos_prop_sel
{
//! position vector
openfpm
::
vector
<
Point
<
dim
,
St
>
,
PreAllocHeapMemory
<
2
>
,
typename
memory_traits_lin
<
Point
<
dim
,
St
>>::
type
,
memory_traits_lin
,
openfpm
::
grow_policy_identity
>
pos
;
//! properties vector
openfpm
::
vector
<
sel_prop
,
PreAllocHeapMemory
<
2
>
,
typename
memory_traits_lin
<
sel_prop
>::
type
,
memory_traits_lin
,
openfpm
::
grow_policy_identity
>
prp
;
};
//! Flags that indicate that the function createShiftBox() has been called
bool
is_shift_box_created
=
false
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment