Commit 1134e4ad authored by Charles G Waldman's avatar Charles G Waldman
Browse files

allow per-level blocking factor

parent 5695573c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -167,11 +167,11 @@ The following inputs are defined using the prefix ``amr``:
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
|                      | Description                                                           |   Type      | Default   |
+======================+=======================================================================+=============+===========+
| blocking_factor_x    | Each grid in *X* must be divisible by ``blocking_factor_x``           | Int         |  8        |
| blocking_factor_x    | Each grid in *X* must be divisible by ``blocking_factor_x``           | Ints        |  8        |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| blocking_factor_y    | Each grid in *Y* must be divisible by ``blocking_factor_y``           | Int         |  8        |
| blocking_factor_y    | Each grid in *Y* must be divisible by ``blocking_factor_y``           | Ints        |  8        |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| blocking_factor_z    | Each grid in *Z* must be divisible by ``blocking_factor_z``           | Int         |  8        |
| blocking_factor_z    | Each grid in *Z* must be divisible by ``blocking_factor_z``           | Ints        |  8        |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| max_grid_size_x      | Maximum number of cells at level 0 in each grid in *X*                | Int         | 32        |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+