Skip to content
Snippets Groups Projects
Commit f79194cd authored by Max Kahnt's avatar Max Kahnt
Browse files

Add method description for error fraction marking.

parent 898c5d91
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,15 @@ class ErrorFractionMarkingStrategy ...@@ -48,6 +48,15 @@ class ErrorFractionMarkingStrategy
GridType& grid, GridType& grid,
double fraction); double fraction);
/**
* \brief Sorts the errors associated to all subentities of all grids
* and marks all those elements (for refimenent) that have a subentity
* among the top percentage.
* \param refinementIndicator For each grid, the errors associated with
* its entities are provided here.
* \param fraction Specifies the fraction of the error to be taken into
* account for refinement.
*/
static void mark(const std::vector<RefinementIndicator<GridType>* >& refinementIndicator, static void mark(const std::vector<RefinementIndicator<GridType>* >& refinementIndicator,
const std::vector<GridType*>& grids, const std::vector<GridType*>& grids,
double fraction); double fraction);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment