Definition
A geometric quality metric that quantifies the deviation of discretization elements from an ideal reference shape (e.g., equilateral triangle or square), often measured via angle deviation, Jacobian distortion, or normalized edge-length differences; it captures alignment and angular distortion rather than size.
Principle
Principle
Element shapes that depart from the reference angles or exhibit nonuniform Jacobian mapping induce interpolation error and can produce poor numerical integration and conditioning; skewness metrics formalize angular misalignment and shape irregularity that affect approximation properties.
Demonstration
Demonstration
A quadrilateral mesh cell with one interior angle close to 180 degrees and the opposite angle near 0 (a 'sliver') has high skewness: basis function gradients become large and poorly represented, leading to inaccurate gradient recovery and slow convergence in finite-element simulations.
Misapplication
Misapplication
Relying on a single skewness measure (e.g., only maximum angle) to certify element quality while ignoring other defects such as extreme aspect ratio or inverted Jacobians; or using skewness thresholds calibrated for one element type directly on another without adjustment.
Consequence
Consequence
Controlling skewness in mesh generation reduces angular distortion, improves interpolation accuracy and numerical integration, and helps maintain solver robustness; high skewness regions typically demand local refinement or remeshing.
Reversal
Reversal
Low skewness (elements close to the ideal reference shape with balanced angles) which favors stable interpolation, accurate quadrature, and well-conditioned local matrices.
Boundary
Boundary
Skewness addresses angular and alignment distortion of elements and excludes pure size metrics or topological connectivity; different skewness definitions exist (angle-based, area-based, Jacobian-based) and must be chosen to match the solver's sensitivity.
Semantic Tension
Semantic Tension
Skewness is often in tension with aspect ratio: an element can have low skewness but a high aspect ratio (long thin but correctly angled), producing different numerical issues; thus both metrics are complementary for assessing quality.
Synthesis
Synthesis
Skewness measures angular and alignment deviations of discretization elements from ideal shapes; by capturing shape distortion distinct from size, skewness guides mesh improvement targeted at reducing interpolation error and improving numerical stability.