Solving Numerical PDEs: Problems, Applications, Exercises

Solving Numerical PDEs: Problems, Applications, Exercises
Author :
Publisher : Springer Science & Business Media
Total Pages : 439
Release :
ISBN-10 : 9788847024120
ISBN-13 : 8847024129
Rating : 4/5 (20 Downloads)

Synopsis Solving Numerical PDEs: Problems, Applications, Exercises by : Luca Formaggia

This book stems from the long standing teaching experience of the authors in the courses on Numerical Methods in Engineering and Numerical Methods for Partial Differential Equations given to undergraduate and graduate students of Politecnico di Milano (Italy), EPFL Lausanne (Switzerland), University of Bergamo (Italy) and Emory University (Atlanta, USA). It aims at introducing students to the numerical approximation of Partial Differential Equations (PDEs). One of the difficulties of this subject is to identify the right trade-off between theoretical concepts and their actual use in practice. With this collection of examples and exercises we try to address this issue by illustrating "academic" examples which focus on basic concepts of Numerical Analysis as well as problems derived from practical application which the student is encouraged to formalize in terms of PDEs, analyze and solve. The latter examples are derived from the experience of the authors in research project developed in collaboration with scientists of different fields (biology, medicine, etc.) and industry. We wanted this book to be useful both to readers more interested in the theoretical aspects and those more concerned with the numerical implementation.

Numerical Solution of Partial Differential Equations by the Finite Element Method

Numerical Solution of Partial Differential Equations by the Finite Element Method
Author :
Publisher : Courier Corporation
Total Pages : 290
Release :
ISBN-10 : 9780486131597
ISBN-13 : 0486131599
Rating : 4/5 (97 Downloads)

Synopsis Numerical Solution of Partial Differential Equations by the Finite Element Method by : Claes Johnson

An accessible introduction to the finite element method for solving numeric problems, this volume offers the keys to an important technique in computational mathematics. Suitable for advanced undergraduate and graduate courses, it outlines clear connections with applications and considers numerous examples from a variety of science- and engineering-related specialties.This text encompasses all varieties of the basic linear partial differential equations, including elliptic, parabolic and hyperbolic problems, as well as stationary and time-dependent problems. Additional topics include finite element methods for integral equations, an introduction to nonlinear problems, and considerations of unique developments of finite element techniques related to parabolic problems, including methods for automatic time step control. The relevant mathematics are expressed in non-technical terms whenever possible, in the interests of keeping the treatment accessible to a majority of students.

Numerical Methods for Elliptic and Parabolic Partial Differential Equations

Numerical Methods for Elliptic and Parabolic Partial Differential Equations
Author :
Publisher : Springer Science & Business Media
Total Pages : 437
Release :
ISBN-10 : 9780387954493
ISBN-13 : 038795449X
Rating : 4/5 (93 Downloads)

Synopsis Numerical Methods for Elliptic and Parabolic Partial Differential Equations by : Peter Knabner

This text provides an application oriented introduction to the numerical methods for partial differential equations. It covers finite difference, finite element, and finite volume methods, interweaving theory and applications throughout. The book examines modern topics such as adaptive methods, multilevel methods, and methods for convection-dominated problems and includes detailed illustrations and extensive exercises.

Numerical Analysis of Partial Differential Equations

Numerical Analysis of Partial Differential Equations
Author :
Publisher : John Wiley & Sons
Total Pages : 506
Release :
ISBN-10 : 9781118111116
ISBN-13 : 1118111117
Rating : 4/5 (16 Downloads)

Synopsis Numerical Analysis of Partial Differential Equations by : S. H, Lui

A balanced guide to the essential techniques for solving elliptic partial differential equations Numerical Analysis of Partial Differential Equations provides a comprehensive, self-contained treatment of the quantitative methods used to solve elliptic partial differential equations (PDEs), with a focus on the efficiency as well as the error of the presented methods. The author utilizes coverage of theoretical PDEs, along with the nu merical solution of linear systems and various examples and exercises, to supply readers with an introduction to the essential concepts in the numerical analysis of PDEs. The book presents the three main discretization methods of elliptic PDEs: finite difference, finite elements, and spectral methods. Each topic has its own devoted chapters and is discussed alongside additional key topics, including: The mathematical theory of elliptic PDEs Numerical linear algebra Time-dependent PDEs Multigrid and domain decomposition PDEs posed on infinite domains The book concludes with a discussion of the methods for nonlinear problems, such as Newton's method, and addresses the importance of hands-on work to facilitate learning. Each chapter concludes with a set of exercises, including theoretical and programming problems, that allows readers to test their understanding of the presented theories and techniques. In addition, the book discusses important nonlinear problems in many fields of science and engineering, providing information as to how they can serve as computing projects across various disciplines. Requiring only a preliminary understanding of analysis, Numerical Analysis of Partial Differential Equations is suitable for courses on numerical PDEs at the upper-undergraduate and graduate levels. The book is also appropriate for students majoring in the mathematical sciences and engineering.

Solving PDEs in C++

Solving PDEs in C++
Author :
Publisher : SIAM
Total Pages : 775
Release :
ISBN-10 : 9781611972160
ISBN-13 : 1611972167
Rating : 4/5 (60 Downloads)

Synopsis Solving PDEs in C++ by : Yair Shapira

In this much-expanded second edition, author Yair Shapira presents new applications and a substantial extension of the original object-oriented framework to make this popular and comprehensive book even easier to understand and use. It not only introduces the C and C++ programming languages, but also shows how to use them in the numerical solution of partial differential equations (PDEs). The book leads readers through the entire solution process, from the original PDE, through the discretization stage, to the numerical solution of the resulting algebraic system. The high level of abstraction available in C++ is particularly useful in the implementation of complex mathematical objects, such as unstructured mesh, sparse matrix, and multigrid hierarchy, often used in numerical modeling. The well-debugged and tested code segments implement the numerical methods efficiently and transparently in a unified object-oriented approach.

Finite Difference Methods for Ordinary and Partial Differential Equations

Finite Difference Methods for Ordinary and Partial Differential Equations
Author :
Publisher : SIAM
Total Pages : 356
Release :
ISBN-10 : 0898717833
ISBN-13 : 9780898717839
Rating : 4/5 (33 Downloads)

Synopsis Finite Difference Methods for Ordinary and Partial Differential Equations by : Randall J. LeVeque

This book introduces finite difference methods for both ordinary differential equations (ODEs) and partial differential equations (PDEs) and discusses the similarities and differences between algorithm design and stability analysis for different types of equations. A unified view of stability theory for ODEs and PDEs is presented, and the interplay between ODE and PDE analysis is stressed. The text emphasizes standard classical methods, but several newer approaches also are introduced and are described in the context of simple motivating examples.

Introduction to Partial Differential Equations with MATLAB

Introduction to Partial Differential Equations with MATLAB
Author :
Publisher : Springer Science & Business Media
Total Pages : 549
Release :
ISBN-10 : 9781461217541
ISBN-13 : 1461217547
Rating : 4/5 (41 Downloads)

Synopsis Introduction to Partial Differential Equations with MATLAB by : Jeffery M. Cooper

Overview The subject of partial differential equations has an unchanging core of material but is constantly expanding and evolving. The core consists of solution methods, mainly separation of variables, for boundary value problems with constant coeffi cients in geometrically simple domains. Too often an introductory course focuses exclusively on these core problems and techniques and leaves the student with the impression that there is no more to the subject. Questions of existence, uniqueness, and well-posedness are ignored. In particular there is a lack of connection between the analytical side of the subject and the numerical side. Furthermore nonlinear problems are omitted because they are too hard to deal with analytically. Now, however, the availability of convenient, powerful computational software has made it possible to enlarge the scope of the introductory course. My goal in this text is to give the student a broader picture of the subject. In addition to the basic core subjects, I have included material on nonlinear problems and brief discussions of numerical methods. I feel that it is important for the student to see nonlinear problems and numerical methods at the beginning of the course, and not at the end when we run usually run out of time. Furthermore, numerical methods should be introduced for each equation as it is studied, not lumped together in a final chapter.

Partial Differential Equations of Classical Structural Members

Partial Differential Equations of Classical Structural Members
Author :
Publisher : Springer Nature
Total Pages : 96
Release :
ISBN-10 : 9783030353117
ISBN-13 : 3030353117
Rating : 4/5 (17 Downloads)

Synopsis Partial Differential Equations of Classical Structural Members by : Andreas Öchsner

The derivation and understanding of Partial Differential Equations relies heavily on the fundamental knowledge of the first years of scientific education, i.e., higher mathematics, physics, materials science, applied mechanics, design, and programming skills. Thus, it is a challenging topic for prospective engineers and scientists. This volume provides a compact overview on the classical Partial Differential Equations of structural members in mechanics. It offers a formal way to uniformly describe these equations. All derivations follow a common approach: the three fundamental equations of continuum mechanics, i.e., the kinematics equation, the constitutive equation, and the equilibrium equation, are combined to construct the partial differential equations.

Partial Differential Equations in Action

Partial Differential Equations in Action
Author :
Publisher : Springer
Total Pages : 433
Release :
ISBN-10 : 9783319154169
ISBN-13 : 3319154168
Rating : 4/5 (69 Downloads)

Synopsis Partial Differential Equations in Action by : Sandro Salsa

This textbook presents problems and exercises at various levels of difficulty in the following areas: Classical Methods in PDEs (diffusion, waves, transport, potential equations); Basic Functional Analysis and Distribution Theory; Variational Formulation of Elliptic Problems; and Weak Formulation for Parabolic Problems and for the Wave Equation. Thanks to the broad variety of exercises with complete solutions, it can be used in all basic and advanced PDE courses.

Partial Differential Equations in Action

Partial Differential Equations in Action
Author :
Publisher : Springer
Total Pages : 714
Release :
ISBN-10 : 9783319150932
ISBN-13 : 3319150936
Rating : 4/5 (32 Downloads)

Synopsis Partial Differential Equations in Action by : Sandro Salsa

The book is intended as an advanced undergraduate or first-year graduate course for students from various disciplines, including applied mathematics, physics and engineering. It has evolved from courses offered on partial differential equations (PDEs) over the last several years at the Politecnico di Milano. These courses had a twofold purpose: on the one hand, to teach students to appreciate the interplay between theory and modeling in problems arising in the applied sciences, and on the other to provide them with a solid theoretical background in numerical methods, such as finite elements. Accordingly, this textbook is divided into two parts. The first part, chapters 2 to 5, is more elementary in nature and focuses on developing and studying basic problems from the macro-areas of diffusion, propagation and transport, waves and vibrations. In turn the second part, chapters 6 to 11, concentrates on the development of Hilbert spaces methods for the variational formulation and the analysis of (mainly) linear boundary and initial-boundary value problems.