Skip to content
Snippets Groups Projects
Commit 5ccea1ac authored by Ann Almgren's avatar Ann Almgren
Browse files

Add tile_size to the inputs list

parent 96bc6e44
No related branches found
No related tags found
No related merge requests found
...@@ -24,20 +24,32 @@ The following inputs must be preceded by "amr" and determine how we create the g ...@@ -24,20 +24,32 @@ The following inputs must be preceded by "amr" and determine how we create the g
| blocking_factor_z | Each grid must be divisible by blocking_factor_z in z-direction | Int | 8 | | blocking_factor_z | Each grid must be divisible by blocking_factor_z in z-direction | Int | 8 |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+ +----------------------+-----------------------------------------------------------------------+-------------+-----------+
The following inputs must be preceded by "fabarray_mfiter" and determine how we create the logical tiles:
+----------------------+-----------------------------------------------------------------------+----------+-------------+
| | Description | Type | Default |
+======================+=======================================================================+==========+=============+
| tile_size | Maximum number of cells in each direction for (logical) tiles | IntVect | 1024000 |
| | (3D CPU-only) | | 1024000,8,8 |
+----------------------+-----------------------------------------------------------------------+----------+-------------+
The following inputs must be preceded by "particles" The following inputs must be preceded by "particles"
+-------------------+-----------------------------------------------------------------------+-------------+-----------+ +-------------------+-----------------------------------------------------------------------+-------------+--------------+
| | Description | Type | Default | | | Description | Type | Default |
+===================+=======================================================================+=============+===========+ +===================+=======================================================================+=============+==============+
| max_grid_size_x | Maximum number of cells at level 0 in each grid in x-direction | Int | 32 | | max_grid_size_x | Maximum number of cells at level 0 in each grid in x-direction | Int | 32 |
| | for grids in the ParticleBoxArray if dual_grid is true | | | | | for grids in the ParticleBoxArray if dual_grid is true | | |
+-------------------+-----------------------------------------------------------------------+-------------+-----------+ +-------------------+-----------------------------------------------------------------------+-------------+--------------+
| max_grid_size_y | Maximum number of cells at level 0 in each grid in y-direction | Int | 32 | | max_grid_size_y | Maximum number of cells at level 0 in each grid in y-direction | Int | 32 |
| | for grids in the ParticleBoxArray if dual_grid is true | | | | | for grids in the ParticleBoxArray if dual_grid is true | | |
+-------------------+-----------------------------------------------------------------------+-------------+-----------+ +-------------------+-----------------------------------------------------------------------+-------------+--------------+
| max_grid_size_z | Maximum number of cells at level 0 in each grid in z-direction | Int | 32 | | max_grid_size_z | Maximum number of cells at level 0 in each grid in z-direction | Int | 32 |
| | for grids in the ParticleBoxArray if dual_grid is true. | | | | | for grids in the ParticleBoxArray if dual_grid is true. | | |
+-------------------+-----------------------------------------------------------------------+-------------+-----------+ +-------------------+-----------------------------------------------------------------------+-------------+--------------+
| tile_size | Maximum number of cells in each direction for (logical) tiles | IntVect | 1024000,8,8 |
| | in the ParticleBoxArray if dual_grid is true. | | |
+-------------------+-----------------------------------------------------------------------+-------------+--------------+
The following inputs must be preceded by "mfix" and determine how we load balance: The following inputs must be preceded by "mfix" and determine how we load balance:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment