Changes between Version 2 and Version 3 of NewSubGrids


Ignore:
Timestamp:
09/14/11 13:03:08 (13 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • NewSubGrids

    v2 v3  
    33[[BR]]
    44
    5 Click here to view the [source:dev/lib/InfoFieldUtils.f90@166#975 v166 source].
     5Click here to view the AstroBEAR 1.0 [source:dev/lib/InfoFieldUtils.f90@166#975 v166 source].
    66
    77Split {{{Info}}}'s grid into sub-grids using the [http://http://www-lmc.imag.fr/IDOPT/AGRIF/documentation/doc_AGRIF3DUser/node9.html Berger-Rigoutsos] algorithm.  This algorithm examines cross-sections of the grid structure as a whole, looking for regions of cells marked for greater refinement (in this case, the cells have been marked by setting the error flag).  when these regions are found, {{{NewSubGrids()}}} splits the grid into sections and creates subgrids around the refinable areas.  Note that this subroutine does not create new [wiki:Node nodes] for the new subgrids, it just identifies them and stores data about them in {{{Info}}}.