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
54e645de
Commit
54e645de
authored
10 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Last changes
parent
3be95e76
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/grid_dist.hpp
+10
-18
10 additions, 18 deletions
src/grid_dist.hpp
with
10 additions
and
18 deletions
src/grid_dist.hpp
+
10
−
18
View file @
54e645de
...
...
@@ -37,21 +37,17 @@ class grid_dist_iterator
size_t
g_c
;
//! List if the grids on which iterate
//! List of the grids we are going to iterate
std
::
vector
<
grid_key_dx
<
dim
>>
&
gList
;
//! Actual iterator
grid_key_dx_iterator
<
dim
>
a_it
;
public:
/*! \brief Constructor of the distributed grid
*
* Constructor of the distributed grid
*
* \param vector of the local grids
* \param gk std::vector of the local grid
*
*/
grid_dist_iterator
(
std
::
vector
<
grid_key_dx
<
dim
>>
&
gk
)
...
...
@@ -68,8 +64,6 @@ class grid_dist_iterator
{}
/*! \brief Get the next element
*
* Get the next element
*
* \return the next grid_key
*
...
...
@@ -102,8 +96,6 @@ class grid_dist_iterator
}
/*! \brief Check if there is the next element
*
* Check if there is the next element
*
* \return true if there is the next, false otherwise
*
...
...
@@ -118,8 +110,6 @@ class grid_dist_iterator
}
/*! \brief Get the actual key
*
* Get the actual key
*
* \return the actual key
*
...
...
@@ -135,11 +125,11 @@ class grid_dist_iterator
* Implementation of a distributed grid. A distributed grid is a grid distributed
* across processors
*
* \dim Dimensionality of the grid
* \T type of grid
* \Decomposition Class that decompose the grid for example CartDecomposition
* \Mem Is the allocator
* \device type of base structure is going to store the data
* \
param
dim Dimensionality of the grid
* \
param
T type of grid
* \
param
Decomposition Class that decompose the grid for example CartDecomposition
* \
param
Mem Is the allocator
* \
param
device type of base structure is going to store the data
*
*/
...
...
@@ -166,7 +156,9 @@ class grid_dist
*
* \param sp SpaceBox enclosing the local grid
* \param domain Space box enclosing the physical domain or part of it
* \param grid size on this physical domain
* \param v_size grid size on this physical domain
*
* \return An std::vector representing the local grid on each dimension
*
*/
std
::
vector
<
size_t
>
getGridSize
(
SpaceBox
<
dim
,
typename
Decomposition
::
domain_type
>
&
sp
,
Box
<
dim
,
typename
Decomposition
::
domain_type
>
&
domain
,
std
::
vector
<
size_t
>
&
v_size
)
...
...
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