Adding grid adaptivity ====================== In this tutorial, we will add AMR capabilities to the DJL solitary wave simulation that we developed in :doc:`Creating single-level simulations`. It is strongly encouraged that you follow along with that tutorial before proceeding to this one. Choosing refinement criteria ---------------------------- TODO Input file parameters --------------------- TODO .. By the nature of AMR, there are a confusing number of parameters to .. tweak. Many of these control how the workload is balanced among the processors. .. In this section, we will discuss how to choose your simulation's setup to gain .. maximum efficiency. Creating custom refinement criteria ----------------------------------- TODO FAQ --- TODO