Mesh > Information and Statistics > Growth Rate in Mesh

Growth Rate in Mesh
The growth rate value is a local measure greater than or equal to 1 indicating the maximum element size growth rate between two neighboring elements.
To retrieve the maximal growth rate value for a selection, use
double model.mesh(<tag>).stat().getMaxGrowthRate();
To retrieve the average growth rate for a selection, use
double model.mesh(<tag>).stat().getMeanGrowthRate();
The following methods are available directly on the sequence, and provide statistics for the entire geometry:
double model.mesh(<tag>).getMaxGrowthRate();
double model.mesh(<tag>).getMeanGrowthRate();