Skip to content
Snippets Groups Projects
Commit 032fba8b authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add some documentation

parent 5d37a4ce
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -62,6 +62,11 @@ double aspectRatio(const EntityType& entity)
}
/** \brief Improve maximal aspect ratio of the grid by moving vertices.
*
* \param grid The grid
* \param threshold The threshold on the aspect ratio that determines which elements should be refined.
*/
template <class GridType>
void improveGrid(GridType& grid, double threshold)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment