Changes between Version 22 and Version 23 of ControllingRefinement


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

Legend:

Unmodified
Added
Removed
Modified
  • ControllingRefinement

    v22 v23  
    132132== !ProblemSetErrFlag ==
    133133
    134 Users can manually set error flags based on any other criteria (position, etc...) in their problem module
     134Users can manually set error flags based on any other criteria (position, etc...) in their problem module.  As an example, the [wiki:u/ehansen/RT Rayleigh-Taylor Instability] has an analytic solution.  Therefore, one can get a good estimate of where the mesh should be refining at any given time.  In this simulation, the mesh started refining in the middle region where the initial interface is located, and the refinement region expanded upwards and downwards as the instability grew.  [[attachment:expanding_refinement.gif RT Expanding Refinement Region]]  Here is the code so you can see precisely how this is done in a problem module: [[attachment:problem.f90 RT problem.f90]]
    135135
    136136== Particles ==