Hp-FEM (source code)
= Hp-FEM
{wiki=Hp-FEM}
Hp-FEM, or hp-Finite Element Method, is a numerical technique used for solving partial differential equations (PDEs) in various fields such as engineering, physics, and computational mathematics. It combines two distinct approaches in finite element analysis: 1. **h-refinement**: This involves refining the mesh by subdividing elements into smaller ones, which increases the accuracy of the solution in areas where higher resolution is needed. With h-refinement, the number of elements in the mesh increases.
Back to article page