Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ScalFMM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
solverstack
ScalFMM
Commits
eb439e34
Commit
eb439e34
authored
9 years ago
by
BRAMAS Berenger
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot//scalfmm/scalfmm
parents
758d9371
e96a9bc5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Addons/CKernelApi/Src/CScalfmmApi.h
+1
-1
1 addition, 1 deletion
Addons/CKernelApi/Src/CScalfmmApi.h
Addons/CKernelApi/Src/FUserKernelEngine.hpp
+1
-1
1 addition, 1 deletion
Addons/CKernelApi/Src/FUserKernelEngine.hpp
with
2 additions
and
2 deletions
Addons/CKernelApi/Src/CScalfmmApi.h
+
1
−
1
View file @
eb439e34
...
...
@@ -175,7 +175,7 @@ typedef void (*Callback_apply_on_leaf)(int level, FSize nbParts, const FSize * i
/**
* @brief Callback to initialise data inside the Leaves
* @param level current level of leaves (ie height of the tree)
* @param level current level of leaves (ie height of the tree
-1
)
* @param nbParts Number of particles inside that leaf"
* @param idxParts array of size nbParts, containing the indices of each parts
* @param morton_index of the current cell
...
...
This diff is collapsed.
Click to expand it.
Addons/CKernelApi/Src/FUserKernelEngine.hpp
+
1
−
1
View file @
eb439e34
...
...
@@ -502,7 +502,7 @@ public:
//Then init leaves
octree
->
forEachCellLeaf
([
&
](
CoreCell
*
currCell
,
LeafClass
*
leaf
){
FTreeCoordinate
currCoord
=
currCell
->
getCoordinate
();
int
currLevel
=
octree
->
getHeight
();
int
currLevel
=
octree
->
getHeight
()
-
1
;
MortonIndex
currMorton
=
currCoord
.
getMortonIndex
(
currLevel
);
double
position
[
3
];
position
[
0
]
=
boxCorner
.
getX
()
+
currCoord
.
getX
()
*
boxwidth
/
double
(
1
<<
currLevel
);
...
...
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