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
20947978
Commit
20947978
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Release_0.9.0
parent
d64c9d67
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
src/Decomposition/Domain_NN_calculator_cart.hpp
+9
-3
9 additions, 3 deletions
src/Decomposition/Domain_NN_calculator_cart.hpp
with
10 additions
and
4 deletions
openfpm_data
@
9498e79d
Subproject commit
d823082b289e5ffc45244d4d527f91dba93b321b
Subproject commit
9498e79d63d3bdf388e6dec8daa8eccf4dd714c6
This diff is collapsed.
Click to expand it.
src/Decomposition/Domain_NN_calculator_cart.hpp
+
9
−
3
View file @
20947978
...
...
@@ -95,7 +95,9 @@ class domain_nn_calculator_cart
* \param sub_keys array that contain the position of the sub-sub-domains indicated with numbers
* in grid coordinates + for each its neighboring cells
*
* \param list of all the domain cells
* \param dom_cells list of all the domain cells
*
* \param dom_subsub cells with normal neighborhood
*
* \param loc_box array of local sub-sub-domain in grid coordinates
*
...
...
@@ -196,11 +198,15 @@ class domain_nn_calculator_cart
}
}
/*! \brief Linearize the sub-sub-domains
/*! \brief Linearize the sub-sub-domains ids
*
* A subsub domain can be identified by a set of number (i,j).
* The linearization transform it into a number
*
* \param anom set of grid keys to linearize
* \param anom_lin linearized output
* \param shift shifting
* \param shift shifting to add for the linearizaton
* \param gs information about the grid to linearize
*
*/
void
linearize_subsub
(
const
openfpm
::
vector
<
subsub
<
dim
>>
&
anom
,
...
...
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