Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

University of Michigan

The Finite Element Method for Problems in Physics

University of Michigan via Coursera

Overview

Prepare for a new career with $100 off Coursera Plus
Gear up for jobs in high-demand fields: data analytics, digital marketing, and more.
This course is an introduction to the finite element method as applicable to a range of problems in physics and engineering sciences. The treatment is mathematical, but only for the purpose of clarifying the formulation. The emphasis is on coding up the formulations in a modern, open-source environment that can be expanded to other applications, subsequently.

The course includes about 45 hours of lectures covering the material I normally teach in an
introductory graduate class at University of Michigan. The treatment is mathematical, which is
natural for a topic whose roots lie deep in functional analysis and variational calculus. It is not
formal, however, because the main goal of these lectures is to turn the viewer into a
competent developer of finite element code. We do spend time in rudimentary functional
analysis, and variational calculus, but this is only to highlight the mathematical basis for the
methods, which in turn explains why they work so well. Much of the success of the Finite
Element Method as a computational framework lies in the rigor of its mathematical
foundation, and this needs to be appreciated, even if only in the elementary manner
presented here. A background in PDEs and, more importantly, linear algebra, is assumed,
although the viewer will find that we develop all the relevant ideas that are needed.

The development itself focuses on the classical forms of partial differential equations (PDEs):
elliptic, parabolic and hyperbolic. At each stage, however, we make numerous connections to
the physical phenomena represented by the PDEs. For clarity we begin with elliptic PDEs in
one dimension (linearized elasticity, steady state heat conduction and mass diffusion). We
then move on to three dimensional elliptic PDEs in scalar unknowns (heat conduction and
mass diffusion), before ending the treatment of elliptic PDEs with three dimensional problems
in vector unknowns (linearized elasticity). Parabolic PDEs in three dimensions come next
(unsteady heat conduction and mass diffusion), and the lectures end with hyperbolic PDEs in
three dimensions (linear elastodynamics). Interspersed among the lectures are responses to
questions that arose from a small group of graduate students and post-doctoral scholars who
followed the lectures live. At suitable points in the lectures, we interrupt the mathematical
development to lay out the code framework, which is entirely open source, and C++ based.

Books:
There are many books on finite element methods. This class does not have a required
textbook. However, we do recommend the following books for more detailed and broader
treatments than can be provided in any form of class:

The Finite Element Method: Linear Static and Dynamic Finite Element Analysis, T.J.R.
Hughes, Dover Publications, 2000.

The Finite Element Method: Its Basis and Fundamentals, O.C. Zienkiewicz, R.L. Taylor and
J.Z. Zhu, Butterworth-Heinemann, 2005.

A First Course in Finite Elements, J. Fish and T. Belytschko, Wiley, 2007.

Resources:
You can download the deal.ii library at dealii.org. The lectures include coding tutorials where
we list other resources that you can use if you are unable to install deal.ii on your own
computer. You will need cmake to run deal.ii. It is available at cmake.org.

Syllabus

  • 1
    • This unit is an introduction to a simple one-dimensional problem that can be solved by the finite element method.
  • 2
    • In this unit you will be introduced to the approximate, or finite-dimensional, weak form for the one-dimensional problem.
  • 3
    • In this unit, you will write the finite-dimensional weak form in a matrix-vector form. You also will be introduced to coding in the deal.ii framework.
  • 4
    • This unit develops further details on boundary conditions, higher-order basis functions, and numerical quadrature. You also will learn about the templates for the first coding assignment.
  • 5
    • This unit outlines the mathematical analysis of the finite element method.
  • 6
    • This unit develops an alternate derivation of the weak form, which is applicable to certain physical problems.
  • 7
    • In this unit, we develop the finite element method for three-dimensional scalar problems, such as the heat conduction or mass diffusion problems.
  • 8
    • In this unit, you will complete some details of the three-dimensional formulation that depend on the choice of basis functions, as well as be introduced to the second coding assignment.
  • 9
    • In this unit, we take a detour to study the two-dimensional formulation for scalar problems, such as the steady state heat or diffusion equations.
  • 10
    • This unit introduces the problem of three-dimensional, linearized elasticity at steady state, and also develops the finite element method for this problem. Aspects of the code templates are also examined.
  • 11
    • In this unit, we study the unsteady heat conduction, or mass diffusion, problem, as well as its finite element formulation.
  • 12
    • In this unit we study the problem of elastodynamics, and its finite element formulation.
  • 13
    • This is a wrap-up, with suggestions for future study.

Reviews

4.4 rating, based on 5 Class Central reviews

4.6 rating at Coursera based on 532 ratings

Start your review of The Finite Element Method for Problems in Physics

  • I started to follow this course but only truly worked on the first two weeks: I only quickly browsed through the rest of the course material because it was not really what I was looking for at that time. The course material appears quite valuable,…
  • Profile image for Leenn
    Leenn
    "The Finite Element Method for Problems in Physics" was an exceptional learning experience, providing a comprehensive understanding of finite element techniques and their applications in physics. The instructor, [Instructor's Name], demonstrated a…
  • Amin Yahyaabadi
    This course is great. I watched the parts I needed.
    The professor is very good at teaching . ( I didn't watched coding sections. because I didn't need them)
  • Great! Very well explained! The best way to start learning The Finite Element Method! I also did my Master Thesis on this subject :)

    I think that it should also talk about the existence of a solution (Lax-Milgram) as not all the problems can be approximated with FEM.

    I would really appreciate a continuity of this. Maybe the Boundary Element Method?

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.