FEM_2011
Finite Element Seminar
Fall, 2011


http://people.sc.fsu.edu/~jburkardt/classes/fem_2011/fem_2011.html


FEM_2011 is the home page for the class ISC5939-4, "The Finite Element Method", a seminar offered by the Department of Scientific Computing at Florida State University, Fall Session 2011.

For the class on October 7, 2011, Miro Stoyanov wrote a program to illustrate the spectral finite element method for a particular example. He made a symbolic version, which requires MATLAB's symbolic toolbox, and a numerical version, which estimates the integrals using MATLAB's quad() function:

For the class on October 14, 2011, Miro Stoyanov prepared a program which uses piecewise linear elements to solve a 1D finite element problem. He has corrected the error computation.

For the class on October 21, 2011, Miro Stoyanov prepared two program which solve a finite element problem on a uniform or nonuniform mesh:

For the class on October 21, 2011, Miro Stoyanov discussed the GMRES algorithm. A bit of background on this algorithm is available in gmres.pdf.

For the class on October 28, 2011, Miro Stoyanov prepared two programs which solve the Assignment 4 problem. One program is standalone, the other requires SuiteSparse, BLAS and LAPACK. The complete set of files is available in one ZIP file.

For the class on November 4, 2011, John Burkardt presented a discussion of meshing for finite element problems.

There was no class on November 11!

Typically, the departmental preliminary exam includes one question about the finite element method. For the class on November 18, Xi Chen talked about these questions and will demonstrate what a reasonable answer to such a question looks like.

There will be no class on November 25!

For the class on December 2, 2011, John Burkardt presented a discussion of finite element methods for the Stokes equations of fluid flow.

Chapters from "Finite Element Methods" by Gunzburger and Peterson:

Finite Element Treatment of the Navier Stokes Equations:


Last revised on 19 November 2011.