All courses › Finite Element Method › Mesh refinement and convergence

Mesh refinement and convergence

The FEM solution approaches the exact solution as elements are made smaller (h-refinement) or the polynomial degree is raised (p-refinement). A convergence study compares the result at different mesh densities to check that the answer no longer changes much.

Error∝hp+1\text{Error} \propto h^{p+1}displacement error, element degree pp

Symbols

hhelement sizem
pppolynomial degree

Example

Linear elements (p=1p=1), element size halved:

the error is reduced by a factor of 22=42^2 = 4.

Put the finest elements where the stress gradients are largest, not evenly over the whole model.
Practise element types, meshing and error for free →

← The CST element · Stress singularity →

Part of Finite Element Method: Element types, meshing and error.