Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Mar 15, 2021
1 parent 2d2d2e1 commit b3ff016
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions UsersGuide/AMR/AMR.tex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ \subsection{Dynamically generated tagging functions}
amr.box.in_box_hi = .75 .75
\end{verbatim}
The next example adds three user-named criteria --
{\tt hi\_rho}: cells with density greater than 1;
{\tt hi\_rho}: cells with density greater than 1 on level 0, and greater than 2 on
level 1 and higher;
{\tt lo\_temp}: cells with T less than 450K that are inside the region ((.25,.25)(.75,.75));
and {\tt Tdiff}: cells having a temperature difference of 20K
or more from that of their
Expand All @@ -73,7 +74,7 @@ \subsection{Dynamically generated tagging functions}
amr.refinement_indicators = hi_rho lo_temp Tdiff
amr.high_rho.max_level = 3
amr.hi_rho.value_greater = 1.
amr.hi_rho.value_greater = 1. 2.
amr.hi_rho.field_name = density
amr.lo_temp.max_level = 1
Expand Down

0 comments on commit b3ff016

Please sign in to comment.