The Finite Element Method: Theory, Implementation, and Applications

The Finite Element Method: Theory, Implementation, and Applications PDF

Author: Mats G. Larson

Publisher: Springer Science & Business Media

Published: 2013-01-13

Total Pages: 403

ISBN-13: 3642332870

DOWNLOAD EBOOK →

This book gives an introduction to the finite element method as a general computational method for solving partial differential equations approximately. Our approach is mathematical in nature with a strong focus on the underlying mathematical principles, such as approximation properties of piecewise polynomial spaces, and variational formulations of partial differential equations, but with a minimum level of advanced mathematical machinery from functional analysis and partial differential equations. In principle, the material should be accessible to students with only knowledge of calculus of several variables, basic partial differential equations, and linear algebra, as the necessary concepts from more advanced analysis are introduced when needed. Throughout the text we emphasize implementation of the involved algorithms, and have therefore mixed mathematical theory with concrete computer code using the numerical software MATLAB is and its PDE-Toolbox. We have also had the ambition to cover some of the most important applications of finite elements and the basic finite element methods developed for those applications, including diffusion and transport phenomena, solid and fluid mechanics, and also electromagnetics.​

Understanding and Implementing the Finite Element Method

Understanding and Implementing the Finite Element Method PDF

Author: Mark S. Gockenbach

Publisher: SIAM

Published: 2006-01-01

Total Pages: 363

ISBN-13: 0898716144

DOWNLOAD EBOOK →

The ?nite element method is the most powerful general-purpose technique for comput­ing accurate solutions to partial differential equations. Understanding and Implementing the Finite Element Method is essential reading for those interested in understanding both the theory and the implementation of the ?nite element method for equilibrium problems. This book contains a thorough derivation of the finite element equations as well as sections on programming the necessary calculations, solving the finite element equations, and using a posteriori error estimates to produce validated solutions. Accessible introductions to advanced topics, such as multigrid solvers, the hierarchical basis conjugate gradient method, and adaptive mesh generation, are provided. Each chapter ends with exercises to help readers master these topics. Understanding and Implementing the Finite Element Method includes a carefully documented collection of MATLAB® programs implementing the ideas presented in the book. Readers will bene?t from a careful explanation of data structures and speci?c coding strategies and will learn how to write a ?nite element code from scratch. Students can use the MATLAB codes to experiment with the method and extend them in various ways to learn more about programming ?nite elements. This practical book should provide an excellent foundation for those who wish to delve into advanced texts on the subject, including advanced undergraduates and beginning graduate students in mathematics, engineering, and the physical sciences.Preface; Part I: The Basic Framework for Stationary Problems. Chapter 1: Some Model PDEs; Chapter 2: The weak form of a BVP; Chapter 3: The Galerkin method; Chapter 4: Piecewise polynomials and the finite element method; Chapter 5: Convergence of the finite element method; Part II Data Structures and Implementation. Chapter 6: The mesh data structure; Chapter 7: Programming the finite element method: Linear Lagrange triangles; Chapter 8: Lagrange triangles of arbitrary degree; Chapter 9: The finite element method for general BVPs; Part III: Solving the Finite Element Equations. Chapter 10: Direct solution of sparse linear systems; Chapter 11: Iterative methods: Conjugate gradients; Chapter 12: The classical stationary iterations; Chapter 13: The multigrid method; Part IV: Adaptive Methods. Chapter 14: Adaptive mesh generation; Chapter 15: Error estimators and indicators; Bibliography; Index.

Implementation of Finite Element Methods for Navier-Stokes Equations

Implementation of Finite Element Methods for Navier-Stokes Equations PDF

Author: F. Thomasset

Publisher: Springer Science & Business Media

Published: 2012-12-06

Total Pages: 168

ISBN-13: 3642870473

DOWNLOAD EBOOK →

In structure mechanics analysis, finite element methods are now well estab lished and well documented techniques; their advantage lies in a higher flexibility, in particular for: (i) The representation of arbitrary complicated boundaries; (ii) Systematic rules for the developments of stable numerical schemes ap proximating mathematically wellposed problems, with various types of boundary conditions. On the other hand, compared to finite difference methods, this flexibility is paid by: an increased programming complexity; additional storage require ment. The application of finite element methods to fluid mechanics has been lagging behind and is relatively recent for several types of reasons: (i) Historical reasons: the early methods were invented by engineers for the analysis of torsion, flexion deformation of bearns, plates, shells, etc ... (see the historics in Strang and Fix (1972) or Zienckiewicz (1977». (ii) Technical reasons: fluid flow problems present specific difficulties: strong gradients,l of the velocity or temperature for instance, may occur which a finite mesh is unable to properly represent; a remedy lies in the various upwind finite element schemes which recently turned up, and which are reviewed in chapter 2 (yet their effect is just as controversial as in finite differences). Next, waves can propagate (e.g. in ocean dynamics with shallowwaters equations) which will be falsely distorted by a finite non regular mesh, as Kreiss (1979) pointed out. We are concerned in this course with the approximation of incompressible, viscous, Newtonian fluids, i.e. governed by N avier Stokes equations.

The Mathematical Theory of Finite Element Methods

The Mathematical Theory of Finite Element Methods PDF

Author: Susanne Brenner

Publisher: Springer Science & Business Media

Published: 2013-03-14

Total Pages: 369

ISBN-13: 1475736584

DOWNLOAD EBOOK →

A rigorous and thorough mathematical introduction to the subject; A clear and concise treatment of modern fast solution techniques such as multigrid and domain decomposition algorithms; Second edition contains two new chapters, as well as many new exercises; Previous edition sold over 3000 copies worldwide

Finite Element Methods and Their Applications

Finite Element Methods and Their Applications PDF

Author: Zhangxin Chen

Publisher: Springer Science & Business Media

Published: 2005-10-14

Total Pages: 415

ISBN-13: 3540280782

DOWNLOAD EBOOK →

Introduce every concept in the simplest setting and to maintain a level of treatment that is as rigorous as possible without being unnecessarily abstract. Contains unique recent developments of various finite elements such as nonconforming, mixed, discontinuous, characteristic, and adaptive finite elements, along with their applications. Describes unique recent applications of finite element methods to important fields such as multiphase flows in porous media and semiconductor modelling. Treats the three major types of partial differential equations, i.e., elliptic, parabolic, and hyperbolic equations.

Advanced Finite Element Methods with Applications

Advanced Finite Element Methods with Applications PDF

Author: Thomas Apel

Publisher: Springer

Published: 2019-06-28

Total Pages: 428

ISBN-13: 3030142442

DOWNLOAD EBOOK →

Finite element methods are the most popular methods for solving partial differential equations numerically, and despite having a history of more than 50 years, there is still active research on their analysis, application and extension. This book features overview papers and original research articles from participants of the 30th Chemnitz Finite Element Symposium, which itself has a 40-year history. Covering topics including numerical methods for equations with fractional partial derivatives; isogeometric analysis and other novel discretization methods, like space-time finite elements and boundary elements; analysis of a posteriori error estimates and adaptive methods; enhancement of efficient solvers of the resulting systems of equations, discretization methods for partial differential equations on surfaces; and methods adapted to applications in solid and fluid mechanics, it offers readers insights into the latest results.

Introduction to the Finite Element Method and Implementation with MATLAB®

Introduction to the Finite Element Method and Implementation with MATLAB® PDF

Author: Gang Li

Publisher: Cambridge University Press

Published: 2020-07-30

Total Pages: 525

ISBN-13: 110857386X

DOWNLOAD EBOOK →

Connecting theory with numerical techniques using MATLAB®, this practical textbook equips students with the tools required to solve finite element problems. This hands-on guide covers a wide range of engineering problems through nine well-structured chapters including solid mechanics, heat transfer and fluid dynamics; equilibrium, steady state and transient; and 1-D, 2-D and 3-D problems. Engineering problems are discussed using case study examples, which are solved using a systematic approach, both by examining the steps manually and by implementing a complete MATLAB®code. This topical coverage is supplemented by discourse on meshing with a detailed explanation and implementation of 2-D meshing algorithms. Introducing theory and numerical techniques alongside comprehensive examples this text increases engagement and provides students with the confidence needed to implement their own computer codes to solve given problems.

Finite Element Method

Finite Element Method PDF

Author: Pin Tong

Publisher: Dover Books on Engineering

Published: 2008

Total Pages: 0

ISBN-13: 9780486466767

DOWNLOAD EBOOK →

This text introduces mathematical foundations, developing them coherently and rigorously to reveal the method's broad applications. It emphasizes use of the variational approach, providing appendixes on variational calculus and matrix algebra for a self-contained treatment. Detailed examples employ Poisson's equations and the general Sturm-Liouville problem. 1977 edition.