diff --git a/docs/source/ManagingGridHierarchy_Chapter.rst b/docs/source/ManagingGridHierarchy_Chapter.rst index deb241fe679a48711cb3cfffb4f9af6f739cd863..90adcfbe8009e48031b60049fc251319c48d129a 100644 --- a/docs/source/ManagingGridHierarchy_Chapter.rst +++ b/docs/source/ManagingGridHierarchy_Chapter.rst @@ -25,7 +25,7 @@ by setting :cpp:`amr.dual_grid = 1` in the inputs file. See :ref:`sec:dual_grid` for more about this approach. When running on multicore machines with OpenMP, we can also control the distribution of -work by setting the size of grid tiles (by defining :cpp:`fabarray_mfiter.tile_size`), and if relevant, of +work by setting the size of grid tiles (by defining :cpp:`fabarray.mfiter_tile_size`), and if relevant, of particle tiles (by defining :cpp:`particle.tile_size`). We can also specify the strategy for assigning tiles to OpenMP threads. See :ref:`sec:basics:mfiter:tiling:` for more about tiling.