•
|
meshtag, the tag of the mesh sequence;
|
•
|
geomtag, the tag of the associated geometry;
|
•
|
geometricmodel, the geometric model used by the mesh sequence;
|
•
|
component, the tag of the component the mesh belongs to;
|
•
|
componentgeometricmodel, the geometric model used by the physics;
|
•
|
current, the current mesh feature tag;
|
•
|
isempty, boolean variable that indicates if the mesh is empty (1) or not(0);
|
•
|
hasproblems, boolean variable that indicates if the mesh contains error or warning nodes (1) or not (0);
|
•
|
iscomplete, boolean variable that indicates if the mesh is built to completion(1) or not(0);
|
•
|
secondorderelements, boolean variable that indicates if the mesh has second order elements(1) or not (0);
|
•
|
sdim, the space dimension;
|
•
|
contributing, the contributing physics and multiphysics feature for physics-controlled mesh;
|
•
|
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;
|
•
|
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 in the COMSOL Multiphysics Programming Reference Manual.
|