Lines Matching refs:metric
224 - Add public API for metric-based mesh adaptation:
227 - Add `DMPlexMetricSetIsotropic()` for declaring whether a metric is isotropic
228 - Add `DMPlexMetricIsIsotropic()` for determining whether a metric is isotropic
229 - Add `DMPlexMetricSetUniform()` for declaring whether a metric is uniform
230 - Add `DMPlexMetricIsUniform()` for determining whether a metric is uniform
233 - Add `DMPlexMetricSetMinimumMagnitude()` for specifying the minimum tolerated metric magnitude
234 - Add `DMPlexMetricGetMinimumMagnitude()` for retrieving the minimum tolerated metric magnitude
235 - Add `DMPlexMetricSetMaximumMagnitude()` for specifying the maximum tolerated metric magnitude
236 - Add `DMPlexMetricGetMaximumMagnitude()` for retrieving the maximum tolerated metric magnitude
237 … - Add `DMPlexMetricSetMaximumAnisotropy()` for specifying the maximum tolerated metric anisostropy
238 … - Add `DMPlexMetricGetMaximumAnisotropy()` for retrieving the maximum tolerated metric anisotropy
239 - Add `DMPlexMetricSetTargetComplexity()` for specifying the target metric complexity
240 - Add `DMPlexMetricGetTargetComplexity()` for retrieving the target metric complexity
246 - output the modified metric, rather than modifying the input
253 …- Add `DMPlexMetricSetVerbosity()` for setting the verbosity of the metric-based mesh adaptation p…
254 …- Add `DMPlexMetricGetVerbosity()` for getting the verbosity of the metric-based mesh adaptation p…
263 - Add `DMPlexMetricSetGradationFactor()` to set the metric gradation factor
264 - Add `DMPlexMetricGetGradationFactor()` to get the metric gradation factor
265 - Add `DMPlexMetricSetHausdorffNumber()` to set the metric Hausdorff number
266 - Add `DMPlexMetricGetHausdorffNumber()` to get the metric Hausdorff number