@@ -91,8 +91,8 @@ namespace aspect
91
91
prm.declare_entry (" Compositional field thresholds" ,
92
92
" " ,
93
93
Patterns::List (Patterns::Double ()),
94
- " A list of thresholds that every individual compositional "
95
- " field will be evaluated against." );
94
+ " A list of thresholds, one for each compositional field "
95
+ " to be evaluated against." );
96
96
}
97
97
prm.leave_subsection ();
98
98
}
@@ -113,7 +113,7 @@ namespace aspect
113
113
114
114
AssertThrow (composition_thresholds.size () == this ->n_compositional_fields (),
115
115
ExcMessage (" The number of thresholds given here must be "
116
- " equal to the number of chosen refinement criteria ." ));
116
+ " equal to the number of compositional fields ." ));
117
117
}
118
118
prm.leave_subsection ();
119
119
}
@@ -130,8 +130,9 @@ namespace aspect
130
130
ASPECT_REGISTER_MESH_REFINEMENT_CRITERION (CompositionThreshold,
131
131
" composition threshold" ,
132
132
" A mesh refinement criterion that computes refinement "
133
- " indicators from the compositional fields. If any field "
134
- " exceeds the threshold given in the input file, the cell "
135
- " is marked for refinement." )
133
+ " indicators from the compositional fields. One threshold "
134
+ " per compositional is given in the input file, and if any "
135
+ " field exceeds its threshold, the cell is marked for "
136
+ " refinement." )
136
137
}
137
138
}
0 commit comments