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.
Status: Mathematical Software
Mathematical Software
Status: Advanced Mathematics
Advanced Mathematics
Intermediate·Course·61 hours
Featured reviews
5.0
·Reviewed Mar 8, 2017
A rigorous and organized introduction to the subject with the additional benefit of learning through implementation.
5.0
·Reviewed Jul 20, 2019
The course is great and the tutors are very helpful. I just have a suggestion that there should be more coding assignment like one for every week.Thank you
5.0
·Reviewed Jan 8, 2019
Thank you Prof. Garikipati and Greg for the amazing course. I have learned a lot about the FEM and am going to apply the knowledge to my research project.
5.0
·Reviewed Mar 23, 2021
Excelente para personas con conocimiento básico o nulo de elementos finitos. Super recomendado :)
5.0
·Reviewed Mar 11, 2020
Very well organized and presented from an instructor who is clearly quite knowledgeable.
5.0
·Reviewed Mar 2, 2018
It's a great course. It could be even better if all the quizzes and assignments can give feedback after done. e.g. explanations and such
4.0
·Reviewed Dec 29, 2018
The course was was great. However, illustrative examples solving real engineering problems could be introduced in lecture.
4.0
·Reviewed Jun 28, 2018
Really recommend it. There will be times when you think you should give up, but just finish it. It is worth it.
4.0
·Reviewed May 20, 2019
Well structured course. It builds up from the basics of finite elements to more complex problems.
5.0
·Reviewed Aug 19, 2023
Hello, thank you for your efforts in the course. It was very useful and beautiful. I hope you will always be healthy and happy. Mohammad Pakzad from Iran.
5.0
·Reviewed Nov 22, 2020
Excellent course, subject matter is presented very methodically, and the instructor's command over the subject taught is outstanding.
5.0
·Reviewed Sep 4, 2020
Well worth the time if you wish to understand the mathematical origin of the FEM methods used in solving various physical situations such as heat/mass transfer and solid mechanics
All reviews
Showing: 20 of 107
All Learners
All Stars
Most Helpful
B
Benico
1.0
·Reviewed Aug 1, 2017
The videos are VERY long & VERY slow. It does not come to the point fast enough. It does not clearly define & explain what is to be achieved. There should be an exercise after each video. The handwriting-on-screen method is EXTREMELY slow, inefficient & frustrating. There are no handouts or textbooks. I have restarted this course 3 times - but I just can't get myself to flow with it. I like the lecturers and I can see they know their field. But this does not feel like a MOOC. It feels like varsity 25 years ago - only the chalk board is replaced by a video-recorded white screen. I try to do this in the evenings after work - but you are loosing me. Perhaps I do not have the right prerequisites, in spite of a B. Eng. degree (Mech). I am learning to use OpenFOAM & Code Aster at the moment. I also use Linux on all my computers since 2000. Yes my pde skills are a bit rusted - but so would be the pde skills of 70% of the students taking this course. I'm sorry to grade this course as a one - but in comparison with the other Moocs that I did - this one needs a lot of improvement.
E
Evgeniy
2.0
·Reviewed Mar 11, 2021
Sorry, but I do not understand how anyone gives this course 5 stars. Today, after much deliberation, I fnially made a decision to unenroll the course. Fortunately, I did not pay for the certificate yet.
The course can be roughly divided into two parallel parts: 1) FEM theory and 2) some related C ++ programming. As for the theoretical part, I don’t like it, but it more or less satisfies my needs in FEM. But the lectures are delivered very slowly, the written text is really chicken tracks and it is almost impossible to reread it. A separate disadvantage is that the authors do not provide slides of lectures, therefore, it is problematic to skim the text of the lecture on your own after listening. It is also very problematic to refresh the lecture in memory because of no readable text. Also, I have a habit of making Anki flashcards based on lecture notes to reinforce lecture-based material, and this is completely impossible here by the same reason.
But the really awful part is the programming part. Starting from the complexities associated with the deal.II library settings, and ending with the general indistinctness in the formulation of programming problems. Added to all of this is the fact that the virtual image for dealing with deal.ii is very slow on my (not taht old) laptop, which makes the solving of assignments really a big problem. I may add that I have C++ programming background for over 5 years and a PhD in mathematics. With all this, I still find the course extremely difficult to follow for the reasons listed above. I do not recommend this course to anyone in the form in which it is now. The course requires significant improvement of both theoretical and practical parts. In my opinion, the programming part should be completely redone. I think you can still learn the basics of FEM with this course if you enjoy suffering.
J
Jonathan
1.0
·Reviewed Apr 23, 2017
I really like the lectures of this course. But on the other hand this programming assignments are...
I am not able to see why using such a complicated main code template is useful to understand the principals of the finite element method. I spend 5 hours for trying to install all the libraries and finding the correct header files of deal.II and this visualization thing which is needed in the write_output.h file). Because otherwise you will not be able to compile the code. This is not the first time I did installation of complicated code in unix and I know by heart this can be cumbersome sometimes.
But why doing this for a simple programming assignment. I started this course because I want to learn about finite element method and not how to install deal.II software. But exactly installing is what the first assignment is about it is not about coding what will be only a small fraction of the whole assignment then.
And the next thing is there is not only one person facing this troubles there are quite a lot if you look in the discussion forums.
On the other hand if there would be sufficient help given for the installation it would be fine, but it is not.
The only help which is given are sending some links which is nice. But links I can also watch by myself.
So I really liked this course and found it interesting ( or I still find it interesting ), but I don't see what learn effect I should have from messing around with those deal.II libraries.
L
Lakshay
1.0
·Reviewed May 17, 2020
i started the course to learn about finite element methods and i won't deny that i have learnt many things but as a mechanical engineer who has zero exposure to the coding stuff this course seems too tough for me. even after knowing the basics of python (that too from MOOCS by Michigan university) its really difficult for mechanical students to learn all the coding languages like c, c++, python etc.
this course is great but i wanted it to be more digital software based approach rather than the coding approach as its not meant for everyone.
X
Xiong
5.0
·Reviewed Mar 3, 2018
It's a great course. It could be even better if all the quizzes and assignments can give feedback after done. e.g. explanations and such
S
Siva
1.0
·Reviewed Jul 5, 2017
It is so difficult for mechanical students to do programming assignments with zero knowledge on C++
The lectures are too boring and non-practical. All the courses except this FEM is not a worthy one
W
Wei
1.0
·Reviewed Jul 21, 2019
Need to improve his presentation skills. Most boring lectures in Cousera.
M
Mohamed
3.0
·Reviewed May 20, 2017
I was expecting learning how to apply finite element as an engineer and designer, instead the course is about the mathematics & programming of the finite element method.
Y
Yuxiang
5.0
·Reviewed Jun 21, 2018
Great class! I truly hope that there are further materials on shell elements, non-linear analysis (geometric nonlinearity, plasticity and hyperelasticity).
D
Dimiter
1.0
·Reviewed Mar 6, 2017
Very weak presentation. Must be improved to keep attention.
J
Jose
5.0
·Reviewed Jun 12, 2017
A must take course if you intend to one day tackle real world finite element based Physics simulations.
There are finite element method software packages that lead us to believe that we don't need to understand the finite element method (FEM) in order to make physics simulations.
That is true if you just want to study simple academic problems. However if you want to simulate the real world you need to understand the basics of the FEM. This course will provide you with these basic tools.
I
Ishaan
5.0
·Reviewed Jul 21, 2019
The course is great and the tutors are very helpful. I just have a suggestion that there should be more coding assignment like one for every week.
Thank you
B
Bowei
5.0
·Reviewed Jan 9, 2019
Thank you Prof. Garikipati and Greg for the amazing course. I have learned a lot about the FEM and am going to apply the knowledge to my research project.
P
Patrick
2.0
·Reviewed Dec 15, 2017
In my opinion the course material is a good base but needs further development.
This includes new recordings of old lectures which contain errors. Sometimes there is a correction video included directly in the lecture video with an additional correction video and same content placed afterwards in the timeline.
Also there should be updated version of coding assignments. As stated in the forum it was just possible to pass one assignment by 100 percent if a deal.ii version from 2015 is used. However, the provided link to the deal.ii VM provides a recent version 2017. When run the same code on the student computer with deal.ii from 2015 one could get full marks. However, using the recent version from 2017, the automatic grading just gave 80 percent. This should be for sure improved.
Additionally I would suggest to make a more even work distribution for each week. There are weeks with just 3 hours of videos and other weeks with up to 9 hours. It would be beneficial if that could be more balanced.
Coding assignment 1 is placed with a deadline in week 3. However, the required material for passing this is taught in week 4 and 5. Therefore, I would suggest to push CA1 to week 5.
M
Marco
1.0
·Reviewed Jun 23, 2022
Unfortunately i had to drop from the course during week 3 because in order to follow the coding assignments one needs to download the virtual machine. However this software is not compatible with current Mac computers (or at least I have not been able to install it).
I strongly recommend the organizers to add in the description all the requirements in order to prevent people the waste of time.
C
Chaitanya
5.0
·Reviewed Jun 9, 2020
I highly recommend this course to anyone who is looking to enter into the field of simulations and modelling. I would like to thank the coursera team and course instructors, Prof. Krishna Garikipati along with Gregory Teichert for making my learning experience enjoyable and convenient.
S
Shubham
5.0
·Reviewed Mar 13, 2017
It is very well structured and Dr Krishna Garikipati helps me understand the course in very simple manner. I would like to thank coursera community for making this course available.
R
Rahul
5.0
·Reviewed Sep 5, 2020
Well worth the time if you wish to understand the mathematical origin of the FEM methods used in solving various physical situations such as heat/mass transfer and solid mechanics
S
Shaik
5.0
·Reviewed Jan 17, 2017
This is the best course as iam learning I so happy about your lecturer's
It is an wounder full experience that iam getting from you