The geometries that we considered so far are simple. If we are to analyze a complex, real-world structure, we need a way to accurately model its geometry. Not to worry, we can map a simple element to a complex one using a function.
Today, we will study the isoparametric approach. It tells us how to define the function so that we can evaluate integrals fast and achieve optimal rate of convergence. It is key to making FEM practical and powerful.
1. Isoparametric Approach
We begin with an element in the parametric space. The parametric space is named so because the element gets to take a simple shape—one that we can easily define with parameters. For example, we use a line segment in 1D, a triangle or square in 2D, and a tetrahedron or cube in 3D. The element also provides nodes—special points that let us define a basis of functions. Because we will use this element to create other elements, we refer to it as the parent domain.

Once we have such element in the parametric space, we can create a function to map that element into the physical space. The physical space is where the structure of our interest lives. Because we mapped (transformed) the element, the element can take a complex shape in the physical space.

For our study, we assume that the function is bijective, i.e. the inverse function exists. The inverse allows us to map the complex element (in the physical space) back to the simple element (in the parametric space). This ability becomes crucial for integrations. Note that, for certain problems, the inverse may not exist everywhere, or may collapse into a singularity. Dealing with numerical instability is topic for another day.
There is more than one way to map the parametric space to the physical space. This is where isoparametric approach comes in. It tells us to use the same basis functions to achieve two goals: (1) map the parent domain to an element in the physical space, i.e. describe the geometry; and (2) define the FE solution inside the element, i.e. describe the field that we are interested in.
Furthermore, an isoparametric approach ensures convergence. As we use more and more elements to describe the geometry (i.e. decrease the element size), we expect the FE solution to converge to the exact solution, point-wise (strong sense) or in some weak sense. The sufficient conditions for convergence are to use the right basis—one that meets the level of smoothness required by the weak form, and forms a partition of unity—and to follow the isoparametric approach.
Since 2005, the isogeometric approach (IGA) has been pursued by both academic and engineering communities. Here, B-splines, NURBS, and T-splines, which are readily available in CAD (computer-aided design), serve as basis for the geometry and fields. To highlight the fact that the geometry is represented exactly with B-splines, NURBS, and T-splines—versus approximately with polynomials—we call this isoparametric approach, isogeometric. IGA gives us competitive, if not better, results over the usual isoparametric approaches.
Next, we take a look at how to apply isoparametric approach to solve 1D elastostatics problems. We consider two types of 1D elements for a compare-and-contrast.
a. Two-noded, linear elements (1D)
Consider two linear functions and
, which are defined over the parent domain, the closed interval
.
Equation 1.1. Basis functions for the parent domain
These functions are interpolatory. It means, we satisfy the equation at the nodes
and
. We can also check that
and
form a basis for the set of linear polynomials over the parent domain, i.e. any linear function over
can be written as a linear combination of
and
.

We need to create a linear function that can map the parent domain
to any two-noded element
in the physical space. Because the basis functions
and
are interpolatory, we deduce that the map is,
Note that the derivative of the map is a constant function,
and, more importantly, that the derivative is positive for all .
Inverse Function Theorem (1D)
Let
be a map from
to
. If the map is
for some
and its Jacobian
is positive for all
, then the inverse map
exists and is
.
We can generalize this result to higher dimensions. The Jacobian is defined as the determinant of the Jacobian matrix.
Since the derivative is positive, the Inverse Function Theorem tells us that the inverse map exists, i.e. we can always return to the parent domain from any element in the physical space. We need this ability to calculate integrals fast and accurately. In general, we can’t write an explicit formula for the inverse map. Luckily, its existence is enough for us.
To follow the isoparametric approach, we define the basis functions and
for the physical element to be the composite functions
and
.
Equation 1.2. Basis functions for the element
Notice the abuse of notation. The and
on the left-hand side refer to the basis for the element in the physical space, whereas those on the right refer to the linear basis for the parent domain. I didn’t use a different symbol for the physical basis because, from the context, it will always be clear which basis we are looking at.

Lastly, we express the field of our interest in terms of the physical basis and
. In elastostatics, we want to know the displacement field
. Over the element
, we define the FE solution
to be,
for some coefficients and
.
Equation 1.3. Displacement field
Please note that, by and
in equation 1.3, we do not mean “construct linear, interpolatory basis functions for the physical element, just like we did for the parent domain.” What we really mean is, “find the value of
in the parent domain that will map to
, then evaluate
and
.”
This distinction is hard to see for a linear basis, since the composite functions and
happen to be linear polynomials in
. We will see with a quadratic basis that, in general, the basis functions for the physical element are not polynomials in
.
The element stiffness matrix and the element load vector
have integrals that are defined in the physical space. To evaluate them, we “pull back” to the parent domain and evaluate the integrals there. We can do this because the inverse map exists.
Recall that, for a truss-like bar under an axial load , the entries of
and
are given by,
In terms of the parametric space,
Hence, a pullback to the parent domain results in the following integrals:
Equation 1.4. Element matrix and vector
where,
Note that the quantities ,
,
,
, and
are data that we need to provide in an input file. A mesh generator may also have the final say on where the nodes
and
should be placed.
b. Three-noded, quadratic elements (1D)
Consider three quadratic functions ,
, and
over the parent domain
:
Equation 1.5. Basis functions for the parent domain
These functions satisfy the interpolatory property for the nodes
,
, and
. They also form a basis for the quadratic polynomials over
.

We now use ,
, and
to quadratically map the parent domain to a three-noded element
in the physical space (
is the node in-between):
The derivative of the map is a linear function,
In order to use the Inverse Function Theorem, we must guarantee that the derivative (Jacobian) is positive for all .
We claim that, in order for the Jacobian to be positive for all
, the middle node
must be placed within a quarter distance from the element’s center,
. In other words, if
denotes the size of the element, we must have,
To prove this, we only need to consider the case of and
. Stretching the element multiplies the Jacobian by some positive number, and translating it does not change the Jacobian.
Then,
We already see that, if (we place the middle node at the element’s center), then the Jacobian will be positive for all
. What if we wanted to put the middle node somewhere else?
Well, consider the case of , which means the quantity
is positive. The fact that
implies the following inequality:
Since the Jacobian is positive for all , if and only if, the lower bound of
is positive, we must have,
Finally, consider the case of , which means the quantity
is negative. The bound
implies,
Set the lower bound of to be greater than zero to conclude that,
We define the basis functions ,
, and
for the physical element to be the composite functions
,
, and
.
Equation 1.6. Basis functions for the element

Lastly, we define the FE solution over the element
using these basis functions. In other words,
for some coefficients ,
, and
.
Equation 1.7. Displacement field
Again, by ,
, and
in equation 1.7, we don’t mean “construct quadratic, interpolatory basis functions for the physical element.” We really mean “find the value of
in the parent domain that will map to
, then evaluate
,
, and
.” To make this distinction clear, the next figure shows what would happen we did construct quadratic, interpolatory basis functions on the physical space.

In general, the basis functions are not quadratic polynomials in , because they are a composite function of a quadratic polynomial in
and the inverse map
, which takes on a complicated form. The only time that they are quadratic in
—the only time when we may make the mistake to create interpolatory functions in the physical space—is when the middle node
is placed at the element’s center, just like how the node
was placed at the center of the parent domain. But this approach would severely limit the extent to which we can model the geometry.
For the truss problem, here are the entries of and
:
Equation 1.8. Element matrix and vector
where,
Again, we must provide the quantities ,
,
,
,
, and
in an input file. We must also place the node
within a quarter distance from the element’s center.
2. Numerical Integration
In Section 1, we showed that the element stiffness matrices and element load vectors are computed in the parent domain . All that remains is to evaluate the integrals in equations 1.4 or 1.8. Clearly, there is no integration formula that will work for all user-defined functions
,
, and
. We turn to numerical integration, also known as quadrature.
Given a continuous function that is defined over the interval
, we want to approximate the integral
First, we sample the function at quadrature points . Evaluating the function is easy. Then, we can weigh the values by some numbers
. Lastly, we combine the weighted values (i.e. take a linear combination) to approximate the integral:
Let’s now take a look at how to choose the quadrature points and the weights so that we are guaranteed to have a good approximation (have a small error).
a. Newton-Cotes quadrature
The idea behind Newton-Cotes quadrature is simple: if we can approximate with a polynomial
of degree
, we can integrate the polynomial instead. Integrating a polynomial is easy.
We use the polynomial that interpolates at the quadrature points, which are spaced evenly apart inside the domain
. We intentionally don’t place quadrature points at the endpoints
and
, because the derivatives of the basis functions may be undefined at the element interfaces.
Therefore, let’s look for the polynomial that satisfies the equations,
Such a polynomial exists and is unique because we can create Lagrange interpolation basis functions (just like we did for the isoparametric approach):
We get,
In summary, for Newton-Cotes quadrature, where we sample is evenly spaced apart in the open domain . How much weight we assign each sample is determined by the integral of the corresponding Lagrange interpolation basis function.
The table below shows the quadrature scheme for .
If we use quadrature points, the Newton-Cotes quadrature is exact for all functions that are polynomials of degree
or less. We can see this from the error term.
represents some number in
and differs from one quadrature to another.
The error also shows that, when is odd, we get an extra accuracy. For example, the 3-point quadrature is exact for cubic polynomials, not just for quadratic polynomials. The 4-point quadrature is as accurate as the 3-point (it may have a smaller error), but requires us to evaluate
at one additional point.
b. Gauss quadrature
We arrived at a -point quadrature that is exact for polynomials of degree
by assuming that the points are equally spaced apart.
If we instead optimize the locations of the quadrature points along with their weights, we get a quadrature that is optimal in 1D. Known as Gauss quadrature, it is exact for polynomials of degree up to . Each additional quadrature point lets us double the degree of the polynomial that we can handle! No other
-point quadrature can achieve more accuracy in 1D.
Gauss quadrature comes from orthogonal polynomials called Legendre polynomials. The topic is out of scope, so I’ll just list the quadrature scheme below:
3. FEM Equations for Elastostatics
a. Equilibrium equation
We want to find the displacement field that satisfies the equation,
for all admissible test functions . In the context of Principle of Virtual Work, we call test functions, virtual displacements.
Because the stress and strain tensors are symmetric, we can write their inner product as the dot product between the stress “vector” and the (virtual) strain “vector” using the engineering strains. In other words,
This technique is known as Voigt notation.
b. Constitutive equation
For an isotropic and homogeneous material, the stress and strain fields (the real one) are related as follows:
In Voigt notation, we get,
Note that Lamé’s constant and the shear modulus
are related to Young’s modulus
and Poisson’s ratio
as follows:
c. Strain-displacement relation
For a linearly elastic material (with small deformations),
In Voigt notation,
We assume that this relation also holds for the virtual fields.
d. Finite-dimensional subspace
Finally, we approximate the displacement field and the virtual displacement field by following the isoparametric approach. For example, when we use tetrahedral linear elements, we have the following relation on each element:
4. Exercises
a. Problem 1
Consider a steel pile of length , Young’s modulus
, and cross-sectional area
.

The pile is fixed at the bottom and is assumed to be a Winkler foundation across the length. In other words, we assume that the soil exerts a force that is opposite and linearly proportional to the displacement of the pile, i.e. for some constant
(called foundation stiffness). Note,
has the unit of
.
We want to know how the pile deforms due to the load at its head, the distributed load
, and the lateral force
due to the soil. For simplicity, we consider
and
below.
(a) From equilibrium of a differential element, derive the governing equation and the BCs for the displacement of the pile .
(b) Find the weak form. Assuming an element has basis functions, write down the element stiffness matrix and the element load vector.
(c) From the weak form, obtain the governing equation and the BCs that satisfies. (In other words, show that we can return to the strong form.)
(d) Consider 1 element with a linear basis (). Find the FE solution
and calculate the internal force
at the pile head. What do you see?
(e) Now, consider 2 elements, each with a linear basis ().
(f) Lastly, consider 1 and 2 elements with a quadratic basis () in each. Assume that the middle node is placed at the element’s center.
You must be logged in to post a comment.