Changes between Version 27 and Version 28 of ModulesOnAstroBear
- Timestamp:
- 09/16/11 09:51:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModulesOnAstroBear
v27 v28 207 207 208 208 To 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 210 See [wiki:ControllingRefinement#ProblemSetErrFlag ProblemSetErrFlag] for more details and an example of how to use this subroutine. 209 211 210 212 [[BR]]