FEM
FEM, or the finite element method, is a numerical technique for finding approximate solutions to boundary value problems for partial differential equations. It subdivides a complex domain into smaller, simpler parts called elements, connected at nodes, and constructs approximate solutions from simple local functions defined on each element. The method reduces a continuous problem to a discrete system of equations, typically assembled into a global stiffness matrix and load vector.
In practice, the domain is meshed into elements such as triangles or quadrilaterals in 2D, tetrahedra or
The typical workflow includes preprocessing (geometric modeling, material properties, boundary and initial conditions), meshing, solving the
FEM is widely used in structural mechanics, heat transfer, fluid dynamics, electromagnetics, acoustics, and biomechanics. It
History: The method was developed independently in the 1940s and 1950s, with early contributions by Alexander