Least-Squares Finite Element Methods


Book Description

Since their emergence, finite element methods have taken a place as one of the most versatile and powerful methodologies for the approximate numerical solution of Partial Differential Equations. These methods are used in incompressible fluid flow, heat, transfer, and other problems. This book provides researchers and practitioners with a concise guide to the theory and practice of least-square finite element methods, their strengths and weaknesses, established successes, and open problems.




The Least-Squares Finite Element Method


Book Description

This is the first monograph on the subject, providing a comprehensive introduction to the LSFEM method for numerical solution of PDEs. LSFEM is simple, efficient and robust, and can solve a wide range of problems in fluid dynamics and electromagnetics.




The Finite Element Method for Boundary Value Problems


Book Description

Written by two well-respected experts in the field, The Finite Element Method for Boundary Value Problems: Mathematics and Computations bridges the gap between applied mathematics and application-oriented computational studies using FEM. Mathematically rigorous, the FEM is presented as a method of approximation for differential operators that are mathematically classified as self-adjoint, non-self-adjoint, and non-linear, thus addressing totality of all BVPs in various areas of engineering, applied mathematics, and physical sciences. These classes of operators are utilized in various methods of approximation: Galerkin method, Petrov-Galerkin Method, weighted residual method, Galerkin method with weak form, least squares method based on residual functional, etc. to establish unconditionally stable finite element computational processes using calculus of variations. Readers are able to grasp the mathematical foundation of finite element method as well as its versatility of applications. h-, p-, and k-versions of finite element method, hierarchical approximations, convergence, error estimation, error computation, and adaptivity are additional significant aspects of this book.




The Least-Squares Finite Element Method


Book Description

This is the first monograph on the subject, providing a comprehensive introduction to the LSFEM method for numerical solution of PDEs. LSFEM is simple, efficient and robust, and can solve a wide range of problems in fluid dynamics and electromagnetics.




Introduction to Numerical Methods for Variational Problems


Book Description

This textbook teaches finite element methods from a computational point of view. It focuses on how to develop flexible computer programs with Python, a programming language in which a combination of symbolic and numerical tools is used to achieve an explicit and practical derivation of finite element algorithms. The finite element library FEniCS is used throughout the book, but the content is provided in sufficient detail to ensure that students with less mathematical background or mixed programming-language experience will equally benefit. All program examples are available on the Internet.




The Finite Element Method: Theory, Implementation, and Applications


Book Description

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.​







Finite Element Methods for Flow Problems


Book Description

Die Finite-Elemente-Methode, eines der wichtigsten in der Technik verwendeten numerischen Näherungsverfahren, wird hier gründlich und gut verständlich, aber ohne ein Zuviel an mathematischem Formalismus abgehandelt. Insbesondere geht es um die Anwendung der Methode auf Strömungsprobleme. Alle wesentlichen aktuellen Forschungsergebnisse wurden in den Band aufgenommen; viele davon sind bisher nur verstreut in der Originalliteratur zu finden.




Data Analysis Using the Method of Least Squares


Book Description

Develops the full power of the least-squares method Enables engineers and scientists to apply the method to their specific problem Deals with linear as well as with non-linear least-squares, parametric as well as non-parametric methods




An Introduction to Meshfree Methods and Their Programming


Book Description

The finite difference method (FDM) hasbeen used tosolve differential equation systems for centuries. The FDM works well for problems of simple geometry and was widely used before the invention of the much more efficient, robust finite element method (FEM). FEM is now widely used in handling problems with complex geometry. Currently, we are using and developing even more powerful numerical techniques aiming to obtain more accurate approximate solutions in a more convenient manner for even more complex systems. The meshfree or meshless method is one such phenomenal development in the past decade, and is the subject of this book. There are many MFree methods proposed so far for different applications. Currently, three monographs on MFree methods have been published. Mesh Free Methods, Moving Beyond the Finite Element Method d by GR Liu (2002) provides a systematic discussion on basic theories, fundamentals for MFree methods, especially on MFree weak-form methods. It provides a comprehensive record of well-known MFree methods and the wide coverage of applications of MFree methods to problems of solids mechanics (solids, beams, plates, shells, etc.) as well as fluid mechanics. The Meshless Local Petrov-Galerkin (MLPG) Method d by Atluri and Shen (2002) provides detailed discussions of the meshfree local Petrov-Galerkin (MLPG) method and itsvariations. Formulations and applications of MLPG are well addressed in their book.