libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

hp-Adaptivity: Smoothness percentage control flexibility

Open skvarjun opened this issue 6 months ago • 1 comments

User can control the percentage of smoothness values above which p-refinement is favored in hp-adaptivity. For instance, default value is set as 0.9, means p refining favored on an element only if local smoothness is above 90% when compared to the reported smoothness across all other elements. Important change is that an option argument Real smoothness_threshold = 0.9 is added to base class of select_refinement().

skvarjun avatar Aug 14 '25 16:08 skvarjun

Job Coverage, step Generate coverage on 5281dfd wanted to post the following:

Coverage

a65c5f #4228 5281df
Total Total +/- New
Rate 64.54% 63.78% -0.77% 100.00%
Hits 75858 74956 -902 4
Misses 41673 42575 +902 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

moosebuild avatar Aug 14 '25 21:08 moosebuild