get_mesh_statistics#
- MeshStatistics.get_mesh_statistics(variable: str = 'ALL') dict #
Get the basic mesh statistics.
Parameters#
- variable: str, optional
Mesh statistics variable to get statistics for. If not specified, a dictionary of all variables is returned.
Returns#
- dict
Dictionary of the current mesh statistics values for a single variable, or a dictionary of variable dictionaries if no single variable is specified.