Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Holzer
waLBerla
Commits
bc7d45bd
Commit
bc7d45bd
authored
9 months ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
82122730
Branches
develop
No related tags found
No related merge requests found
Pipeline
#68602
canceled
9 months ago
Stage: pretest
Stage: test
Stage: benchmark
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/showcases/FlowAroundSphere/FlowAroundSphere.cpp
+2
-2
2 additions, 2 deletions
apps/showcases/FlowAroundSphere/FlowAroundSphere.cpp
apps/showcases/FlowAroundSphere/Sphere.h
+2
-0
2 additions, 0 deletions
apps/showcases/FlowAroundSphere/Sphere.h
with
4 additions
and
2 deletions
apps/showcases/FlowAroundSphere/FlowAroundSphere.cpp
+
2
−
2
View file @
bc7d45bd
...
@@ -151,7 +151,7 @@ int main(int argc, char** argv)
...
@@ -151,7 +151,7 @@ int main(int argc, char** argv)
const
memory_t
totalMemory
=
memory_t
(
nCells
)
*
setup
.
memoryPerCell
;
const
memory_t
totalMemory
=
memory_t
(
nCells
)
*
setup
.
memoryPerCell
;
WALBERLA_LOG_INFO_ON_ROOT
(
"Benchmark run data:"
WALBERLA_LOG_INFO_ON_ROOT
(
"Benchmark run data:"
"
\n
- simulation parameters:"
"
\n
- simulation parameters:"
<<
std
::
setprecision
(
16
)
<<
"
\n
+ collision model: "
<<
infoMap
[
"collisionOperator"
]
<<
"
\n
+ collision model: "
<<
infoMap
[
"collisionOperator"
]
<<
"
\n
+ stencil: "
<<
infoMap
[
"stencil"
]
<<
"
\n
+ stencil: "
<<
infoMap
[
"stencil"
]
<<
"
\n
+ streaming: "
<<
infoMap
[
"streamingPattern"
]
<<
"
\n
+ streaming: "
<<
infoMap
[
"streamingPattern"
]
<<
...
@@ -504,7 +504,7 @@ int main(int argc, char** argv)
...
@@ -504,7 +504,7 @@ int main(int argc, char** argv)
}
}
WALBERLA_LOG_INFO_ON_ROOT
(
"Benchmark run data:"
WALBERLA_LOG_INFO_ON_ROOT
(
"Benchmark run data:"
"
\n
- simulation parameters:"
"
\n
- simulation parameters:"
<<
std
::
setprecision
(
16
)
<<
"
\n
+ collision model: "
<<
infoMap
[
"collisionOperator"
]
<<
"
\n
+ collision model: "
<<
infoMap
[
"collisionOperator"
]
<<
"
\n
+ stencil: "
<<
infoMap
[
"stencil"
]
<<
"
\n
+ stencil: "
<<
infoMap
[
"stencil"
]
<<
"
\n
+ streaming: "
<<
infoMap
[
"streamingPattern"
]
<<
"
\n
+ streaming: "
<<
infoMap
[
"streamingPattern"
]
<<
...
...
This diff is collapsed.
Click to expand it.
apps/showcases/FlowAroundSphere/Sphere.h
+
2
−
0
View file @
bc7d45bd
...
@@ -121,6 +121,8 @@ class SphereRefinementSelection
...
@@ -121,6 +121,8 @@ class SphereRefinementSelection
void
operator
()(
SetupBlockForest
&
forest
)
void
operator
()(
SetupBlockForest
&
forest
)
{
{
if
(
level_
==
0
)
return
;
for
(
auto
block
=
forest
.
begin
();
block
!=
forest
.
end
();
++
block
)
for
(
auto
block
=
forest
.
begin
();
block
!=
forest
.
end
();
++
block
)
{
{
const
AABB
&
aabb
=
block
->
getAABB
();
const
AABB
&
aabb
=
block
->
getAABB
();
...
...
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