Loading docs/source/Debugging.rst +3 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ Several other ways to look at the data include: VisMF::Write(const FabArray<FArrayBox>& mf, const std::string& name); and examining it with ``Amrvis`` (section :ref:`sec:amrvis` in the AMReX documentation). and examining it with ``Amrvis`` (see the `Amrvis section <https://amrex-codes.github.io/amrex/docs_html/Visualization.html>`_ in the AMReX documentation). 2) You can also use the :cpp:`print_state` routine: Loading docs/source/ManagingGridHierarchy_Chapter.rst +3 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,9 @@ 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 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. tiles to OpenMP threads. See `MFIter with Tiling <https://amrex-codes.github.io/amrex/docs_html/Basics.html#sec-basics-mfiter-tiling>`_ in the AMReX documentation for more about tiling. .. toctree:: :maxdepth: 1 Loading Loading
docs/source/Debugging.rst +3 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ Several other ways to look at the data include: VisMF::Write(const FabArray<FArrayBox>& mf, const std::string& name); and examining it with ``Amrvis`` (section :ref:`sec:amrvis` in the AMReX documentation). and examining it with ``Amrvis`` (see the `Amrvis section <https://amrex-codes.github.io/amrex/docs_html/Visualization.html>`_ in the AMReX documentation). 2) You can also use the :cpp:`print_state` routine: Loading
docs/source/ManagingGridHierarchy_Chapter.rst +3 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,9 @@ 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 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. tiles to OpenMP threads. See `MFIter with Tiling <https://amrex-codes.github.io/amrex/docs_html/Basics.html#sec-basics-mfiter-tiling>`_ in the AMReX documentation for more about tiling. .. toctree:: :maxdepth: 1 Loading