Changes between Version 10 and Version 11 of ControllingRefinement
- Timestamp:
- 09/15/11 08:59:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControllingRefinement
v10 v11 120 120 The most direct and quickest way to change refinement is to change the {{{qTolerance}}} and !DesiredFillRatios arrays which are both located in the {{{global.data}}} file. Each element of these arrays is specific to that level. For example, the first element is for the root level, the next element is for the 1st level of refinement, and so on. {{{qTolerance}}} effectively sets how large a gradient must be in order for those two cells to be refined. Higher {{{qTolerance}}} --> less refinement. 121 121 122 || {{{qTolerance}}} || !DesiredFillRatios || Mesh||123 || (0.2, 0.2) || (0.7, 0.7) || [[Image(mesh1.png, width=500)]] ||122 || qTolerance = (0.2, 0.2) !DesiredFillRatios = (0.7, 0.7) || qTolerance = (0.2, 0.25) !DesiredFillRatios = (0.7, 0.7) || || 123 || [[Image(mesh1.png, width=580)]] || [[Image(mesh1.png, width=580)]] || 124 124 125 125 == Jeans Criteria ==