Changes between Version 1 and Version 2 of RefinementObjects


Ignore:
Timestamp:
07/23/12 14:21:24 (12 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • RefinementObjects

    v1 v2  
    112112 == Default Refinement Objects ==
    113113
    114 There are a set of default refinement objects created that use the array !RefineVariableFactors in physics.data that setup refinement in log_density, log_momentum (scaled to rho c,,s,,), log_Bx (scaled to Pressure^1/2^).  If self gravity is turned on then additional there is refinement setup for Phi scaled to c,,s,,^2^ and a refinement threshold
     114 There are a set of default refinement objects created that use the array !RefineVariableFactors in physics.data that setup refinement in log_density, log_momentum (scaled to rho c,,s,,), log_Bx (scaled to Pressure^1/2^).  If self gravity is turned on then additional there is refinement setup for Phi scaled to c,,s,,^2^ and a refinement threshold .  If you want to turn off these default refinements - then add {{{CALL ClearAllRefinements()}}} at the top of your !ProblemModuleInit subroutine.