TimeStepBase_Tria_Flags::RefinementData< dim > Struct Template Reference

List of all members.

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

Detailed Description

template<int dim>
struct TimeStepBase_Tria_Flags::RefinementData< dim >

Structure given to the actual refinement function, telling it which thresholds to take for coarsening and refinement. The actual refinement criteria are loaded by calling the virtual function get_tria_refinement_criteria.


Constructor & Destructor Documentation

template<int dim>
TimeStepBase_Tria_Flags::RefinementData< dim >::RefinementData ( const double  refinement_threshold,
const double  coarsening_threshold = 0 
)

Constructor


Member Data Documentation

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).

Same threshold for coarsening: cells with a smaller threshold will be coarsened if possible.


The documentation for this struct was generated from the following file:

deal.II documentation generated on Mon Nov 23 22:58:35 2009 by doxygen 1.6.1