Classes | |
class | ExcInvalidValue |
Public Member Functions | |
RefinementData (const double refinement_threshold, const double coarsening_threshold=0) | |
Public Attributes | |
const double | refinement_threshold |
const double | coarsening_threshold |
get_tria_refinement_criteria
. TimeStepBase_Tria_Flags::RefinementData< dim >::RefinementData | ( | const double | refinement_threshold, | |
const double | coarsening_threshold = 0 | |||
) |
Constructor
const double TimeStepBase_Tria_Flags::RefinementData< dim >::refinement_threshold |
Threshold for refinement: cells having a larger value will be refined (at least in the first round; subsequent steps of the refinement process may flag other cells as well or remove the flag from cells with a criterion higher than this threshold).
const double TimeStepBase_Tria_Flags::RefinementData< dim >::coarsening_threshold |
Same threshold for coarsening: cells with a smaller threshold will be coarsened if possible.