Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
84b95a0a
Commit
84b95a0a
authored
Jul 08, 2020
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding subset
parent
dc67afff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
openfpm_numerics
openfpm_numerics
+1
-1
src/Vector/vector_dist.hpp
src/Vector/vector_dist.hpp
+9
-0
src/Vector/vector_dist_subset.hpp
src/Vector/vector_dist_subset.hpp
+10
-0
No files found.
openfpm_numerics
@
4643a68a
Subproject commit
8865e41b8572cf0a8385562947c1f630dfcfff7c
Subproject commit
4643a68aa636c1be35a4a5381780acb3ad1abeed
src/Vector/vector_dist.hpp
View file @
84b95a0a
...
...
@@ -2775,6 +2775,15 @@ public:
return
key
;
}
/*! \brief Indicate that this class is not a subset
*
* \return false
*
*/
bool
isSubset
()
const
{
return
false
;
}
#ifdef CUDA_GPU
...
...
src/Vector/vector_dist_subset.hpp
View file @
84b95a0a
...
...
@@ -227,6 +227,16 @@ public:
return
getCellList
<
CellL
>
(
r_cut
,
g
,
no_se3
);
}
/*! \brief Indicate that this class is not a subset
*
* \return false
*
*/
bool
isSubset
()
const
{
return
true
;
}
/*! \brief Construct a cell list starting from the stored particles
*
* It differ from the get getCellList for an additional parameter, in case the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment