Skip to content
Snippets Groups Projects
Commit dc3b6f97 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 3616d7bc
No related branches found
No related tags found
No related merge requests found
// $Id: GUI.cpp,v 1.654 2008-02-17 08:47:57 geuzaine Exp $ // $Id: GUI.cpp,v 1.655 2008-02-17 10:17:02 geuzaine Exp $
// //
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// //
...@@ -3859,7 +3859,7 @@ void GUI::create_statistics_window() ...@@ -3859,7 +3859,7 @@ void GUI::create_statistics_window()
stat_value[num++] = new Fl_Output(2 * WB, 2 * WB + 12 * BH, IW, BH, "Time for 3D mesh"); stat_value[num++] = new Fl_Output(2 * WB, 2 * WB + 12 * BH, IW, BH, "Time for 3D mesh");
stat_value[num] = new Fl_Output(2 * WB, 2 * WB + 13 * BH, IW, BH, "Gamma"); stat_value[num] = new Fl_Output(2 * WB, 2 * WB + 13 * BH, IW, BH, "Gamma");
stat_value[num]->tooltip("~ volume / sum_face_area / max_edge_length"); num++; stat_value[num]->tooltip("~ inscribed_radius / circumscribed_radius"); num++;
stat_value[num] = new Fl_Output(2 * WB, 2 * WB + 14 * BH, IW, BH, "Eta"); stat_value[num] = new Fl_Output(2 * WB, 2 * WB + 14 * BH, IW, BH, "Eta");
stat_value[num]->tooltip("~ volume^(2/3) / sum_edge_length^2"); num++; stat_value[num]->tooltip("~ volume^(2/3) / sum_edge_length^2"); num++;
stat_value[num] = new Fl_Output(2 * WB, 2 * WB + 15 * BH, IW, BH, "Rho"); stat_value[num] = new Fl_Output(2 * WB, 2 * WB + 15 * BH, IW, BH, "Rho");
......
$Id: FAQ,v 1.82 2007-07-23 19:28:13 geuzaine Exp $ $Id: FAQ,v 1.83 2008-02-17 10:17:02 geuzaine Exp $
This is the Gmsh FAQ This is the Gmsh FAQ
...@@ -263,9 +263,9 @@ Tools->Statistics? ...@@ -263,9 +263,9 @@ Tools->Statistics?
They measure the quality of the tetrahedra in a mesh: They measure the quality of the tetrahedra in a mesh:
Rho ~ min_edge_length / max_edge_length Gamma ~ inscribed_radius / circumscribed_radius
Eta ~ volume^(2/3) / sum_edge_length^2 Eta ~ volume^(2/3) / sum_edge_length^2
Gamma ~ volume / sum_face_area / max_edge_length Rho ~ min_edge_length / max_edge_length
For the exact definitions, see Geo/MElement.cpp. The graphs plot the For the exact definitions, see Geo/MElement.cpp. The graphs plot the
the number of elements vs the quality measure. the number of elements vs the quality measure.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment