Changes between Version 27 and Version 28 of ModulesOnAstroBear


Ignore:
Timestamp:
09/16/11 09:51:34 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModulesOnAstroBear

    v27 v28  
    207207
    208208To clear the cell at {{{(i,j,k)}}}, simply set {{{Info%ErrorFlags(i,j,k)}}} to 0.  An error flag of 0 means that the cell does not ''need'' to be refined (although it might happen anyway).  To mark a cell for refinement, set {{{Info%ErrorFlags(i,j,k)}}} to 1.  The best place to do this is in the {{{ProblemSetErrFlags()}}} routine; most conventional physical criteria for refinement are already handled by AstroBEAR itself.
     209
     210See [wiki:ControllingRefinement#ProblemSetErrFlag ProblemSetErrFlag] for more details and an example of how to use this subroutine.
    209211
    210212[[BR]]