•
|
meshtag, the tag of the mesh sequence;
|
•
|
geomtag, the tag of the associated geometry;
|
•
|
component, the tag of the component the mesh belongs to;
|
•
|
isactive, boolean variable that indicates if the mesh feature is active (1) or not (0);
|
•
|
hasproblems, boolean variable that indicates if the mesh feature contains error or warning nodes (1) or not (0);
|
•
|
iscomplete, Boolean variable that indicates if the mesh feature is built (1) or not(0);
|
•
|
sdim, the space dimension of the mesh feature;
|
•
|
contributing, the contributing physics and multiphysics feature for physics-controlled mesh;
|
•
|
secondorderelements, boolean variable that indicates if the mesh has second order elements;
|
•
|
types, the element types present in the mesh. The element type can be vertex (vtx), edge (edg), triangle (tri), quadrilateral (quad), tetrahedra (tet), pyramid (pyr), prism (prism), hexahedra (hex). The type can also be of all elements of maximal dimension in the selection (all);
|
•
|
numelem, the number of elements for each element type;
|
•
|
qualitymeasure, the quality measure used to evaluate the quality of the mesh.
|
•
|
minquality, the minimum element quality;
|
•
|
meanquality, the mean element quality;
|
•
|
qualitydistr, the distribution of the element quality (20 values);
|
•
|
minvolume, the minimum element volume/area;
|
•
|
maxvolume, the maximum element volume/area;
|
•
|
volume, the total volume/area of the mesh;
|
•
|
maxgrowthrate, the maximal growth rate value for the entire selection, regardless of the element type property;
|
•
|
meangrowthrate, the average growth rate value for the entire selection, regardless of the element type property.
|
Mesh Element Quality and Size in the COMSOL Multiphysics Programming Reference Manual.
|