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
c96c1f40
Commit
c96c1f40
authored
10 years ago
by
Quentin Khan
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot/scalfmm/scalfmm
parents
7c81197d
287b2356
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tests/noDist/testFmmAlgorithmBalancedUtils.hpp
+7
-4
7 additions, 4 deletions
Tests/noDist/testFmmAlgorithmBalancedUtils.hpp
with
7 additions
and
4 deletions
Tests/noDist/testFmmAlgorithmBalancedUtils.hpp
+
7
−
4
View file @
c96c1f40
...
...
@@ -13,7 +13,7 @@
#include
<vector>
/**
* \brief Saves the far
-
field costzones to files.
* \brief Saves the far
field costzones to files.
*
* One file is created per level, one particle is stored per line in the form :
* x,y,z,zone.
...
...
@@ -91,7 +91,6 @@ void loadTree(OctreeClass& tree, FFmaGenericLoader<FReal>& loader)
}
}
/**
* \brief Loads a tree from a loader.
* \param tree The the to load into.
...
...
@@ -108,11 +107,16 @@ void loadTree(OctreeClass& tree, FRandomLoader<FReal>& loader)
}
}
/**
* \brief Prints the cost
zones costs
.
* \brief Prints the cost
of each zone
.
*
* This function prints the far-field and near-field costzones costs to stdout.
* The costs are printed using the format :
* zone_number far_field_cost near_field_cost
*
* \param tree The tree.
* \param costzones The FCostZones object that was used to compute the zones.
*/
template
<
typename
OctreeClass
,
typename
CellClass
>
void
printZonesCosts
(
OctreeClass
&
tree
,
FCostZones
<
OctreeClass
,
CellClass
>&
costzones
)
...
...
@@ -188,7 +192,6 @@ void printZonesCosts(OctreeClass& tree, FCostZones<OctreeClass, CellClass>& cost
zoneIdx
++
;
}
zoneIdx
=
0
;
for
(
auto
z
:
zonecosts
)
{
std
::
cout
<<
"@@"
...
...
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