Skip to content

Commit 3189621

Browse files
committed
Clean up in the cube example.
1 parent 78c090e commit 3189621

File tree

4 files changed

+3
-65
lines changed

4 files changed

+3
-65
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In this changelog, we consider the following classes of changes:
99
2.6 (July 15 2022)
1010
-----------------
1111
* Features
12-
* Added functionality to hemocell.initializeLattice() to define domain decomposition. It can be read from the config xml.
13-
* Added weak-scaling test configs for the case ``cube``.
12+
* Added functionality to hemocell.initializeLattice() to define domain decomposition. It can be read from the config xml (xml tags: mABx, mABy, mABz).
13+
* Added weak-scaling test config generator for the case ``cube``. The config template contains an example for the previous domain decomposition tags.
1414
* The cell packing tool has been improved significantly with better automatic resolution to avoid cell overlapping.
1515
* Added mouse blood cell types to the cell packing tool.
1616
* The cell templates (along with the new mouse cells) are available under ``tools/cell_templates``.

examples/cube/config.tar.xz

-41.2 KB
Binary file not shown.

examples/cube/preprocess/templates/config-template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ny> {{ny}} </ny> <!-- Number of numerical cell in the reference direction -->
2525
<nz> {{nz}} </nz> <!-- Number of numerical cell in the reference direction -->
2626
<blockSize> -1 </blockSize>
27-
<!-- Size of atomic blocks along the given axis. Uncomment to use. -->
27+
<!-- Number of atomic blocks along the given axis. Uncomment to use. Automatic if not given. -->
2828
<!--
2929
<mABx>64</mABx>
3030
<mABy>64</mABy>

examples/cube/weakscaling.job

-62
This file was deleted.

0 commit comments

Comments
 (0)