Intuitive definition of Finite Elements in 1D#
In comparison with the finite difference method, The finite element (FE) method is a more mathematical approach. It results from the analytic point of view that as a member of a function space, the solution must have a representation in terms of the bases of such function space.
Let us start with a simple 1D example. In this case, our domain \(\Omega\) is simply an open interval \(\Omega := (a, b)\). The discretization of an interval is done by selecting \(N\) internal points \(x_1, \dots, x_N\) such that
By calling each subdomain \(K_j = (x_{j-1}, x_j)\) (also called elements), we then call the set of all elements
a partition (of \(\Omega\)).
The parameter \(h\) indicates how fine a mesh is. Having defined the element diameters
then \(h = \max_j h_j\).