Changes between Version 8 and Version 9 of ControllingRefinement
- Timestamp:
- 09/15/11 08:47:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControllingRefinement
v8 v9 118 118 119 119 === Changing qTolerance and !DesiredFillRatios === 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.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) 122 || {{{qTolerance}}} || !DesiredFillRatios || Mesh || 123 || (0.2, 0.2) || (0.7, 0.7) || [[Image(mesh1.png)]] || 124 124 125 125 == Jeans Criteria ==