Programming the Finite Element Method and over one million other books are available for Amazon Kindle. Learn more

Have one to sell? Sell yours here
Programming the Finite Element Method, 3rd Edition
 
 
Start reading Programming the Finite Element Method on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming the Finite Element Method, 3rd Edition [Paperback]

I. M. Smith (Author), D. V. Griffiths (Author)
4.2 out of 5 stars  See all reviews (10 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $49.26  
Hardcover $166.28  
Paperback $54.73  
Paperback, December 29, 1997 --  
There is a newer edition of this item:
Programming the Finite Element Method Programming the Finite Element Method 4.2 out of 5 stars (10)
$54.73
In Stock.

Book Description

047196543X 978-0471965435 December 29, 1997 3
Programming the Finite Element Method Third Edition I. M. Smith University of Manchester, UK. D. V. Griffiths Colorado School of Mines, USA. Following the highly successful previous editions, this Third edition contains programs and subroutine libraries fully updated in Fortran 90, which are also available on the Internet via anonymous ftp. A wide variety of new problem solving analyses are presented, including classical structural analysis, elasticity and plasticity, steady state and transient fluid flow, linear and non-linear solid dynamics and construction processes in geomechanics. The authors provide:
* a clear outline of programming philosophy
* programs which illustrate analytic rather than numerical evaluation of element properties
* exercises for students to solve
Unique elements of the text include:
* practical problems in Fortran 90
* instructions to the reader for developing their own computer programs which use the finite element method to solve specific problems
* guidelines towards vectorisable/parallelisable programs
* 'Mesh-free' or 'element-by-element' techniques supplanting traditional 'mesh-dependent' or 'global element assembly' methods in every chapter.
These improvements all contribute to a more comprehensive book with a wide appeal, but which will be of particular interest to students and practitioners in the application of the finite element method, and problems related to its use; undergraduates and postgraduates in civil engineering (applications in fields of Geomechanics), mechanical engineering (stress and fluid flow problems), applied mathematics and physics (solution of partial differential equations), and engineers in the fields as indicated above.


Editorial Reviews

From the Back Cover

Programming the Finite Element Method Third Edition I. M. Smith University of Manchester, UK. D. V. Griffiths Colorado School of Mines, USA. Following the highly successful previous editions, this Third edition contains programs and subroutine libraries fully updated in Fortran 90, which are also available on the Internet via anonymous ftp. A wide variety of new problem solving analyses are presented, including classical structural analysis, elasticity and plasticity, steady state and transient fluid flow, linear and non-linear solid dynamics and construction processes in geomechanics. The authors provide:
* a clear outline of programming philosophy
* programs which illustrate analytic rather than numerical evaluation of element properties
* exercises for students to solve
Unique elements of the text include:
* practical problems in Fortran 90
* instructions to the reader for developing their own computer programs which use the finite element method to solve specific problems
* guidelines towards vectorisable/parallelisable programs
* 'Mesh-free' or 'element-by-element' techniques supplanting traditional 'mesh-dependent' or 'global element assembly' methods in every chapter.
These improvements all contribute to a more comprehensive book with a wide appeal, but which will be of particular interest to students and practitioners in the application of the finite element method, and problems related to its use; undergraduates and postgraduates in civil engineering (applications in fields of Geomechanics), mechanical engineering (stress and fluid flow problems), applied mathematics and physics (solution of partial differential equations), and engineers in the fields as indicated above.

About the Author

Professor Smith is currently the Head of the Geotechnics Division at the Manchester Centre for Civil and Construction Engineering, UMIST.

Professor Griffiths is Professor of Civil Engineering, Division of Engineering at the Colorado School of Mines. --This text refers to an alternate Paperback edition.


Product Details

  • Paperback: 546 pages
  • Publisher: Wiley; 3 edition (December 29, 1997)
  • Language: English
  • ISBN-10: 047196543X
  • ISBN-13: 978-0471965435
  • Product Dimensions: 9.8 x 6.7 x 1.6 inches
  • Shipping Weight: 2.7 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #3,039,407 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

10 Reviews
5 star:
 (5)
4 star:
 (2)
3 star:
 (3)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

13 of 15 people found the following review helpful:
4.0 out of 5 stars A valuable book, but not suited as a first course in the FEM, August 4, 1998
By 
Don W. Dotson (Nashville, Tennessee) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Programming the Finite Element Method, 3rd Edition (Paperback)
This book is an excellent textbook for advanced graduate students as well as the theoretically oriented practitioner with considerable programming experience. However, it should not be considered as a text for a first course in finite elements. Those hoping to learn the fundamentals of the FEM from this text will be disappointed. Other texts, such as Logan's "A First Course in the Finite Element Method," are better suited because of the hand examples along with the step-by-step worked out procedures. Logan's example code is not as powerful as Smith and Griffiths', but is easier to understand for the beginner. Another problem for practitioners is the exclusive use of Fortran 90. Fortran 90 is extremely powerful and may, eventually, save the Fortran language from extinction. However, most practitioners will be almost as unfamiliar with Fortran 90 as they are with C/C++. Additionally, Fortran 90 compilers are relatively expensive compared with C/C++ compi! lers and either will require a steep learning curve. For the student and practitioner with a good background in Finite Element programming and able and willing to invest considerable time and effort, this book will be invaluable. Geomechanic practitioners will find Chapter 6, "Material Nonlinearity," especially useful. Smith and Griffiths have written a very fine book, but not for beginners. The authors should consider writting a true first course in Finite Element programming suitable for the advanced undergraduate or first-year graduate student. If they do so, the two volume series may become the benchmark which defines excellence in FEM textbooks.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
3.0 out of 5 stars Most modern FEM programming book available., July 1, 2001
By A Customer
This review is from: Programming the Finite Element Method, 3rd Edition (Paperback)
This book does a good job showing how to take advantage of modern Fortran90 to program the finite element method with both direct and iterative equation solvers. In fact, this is the only book available to do so. All other finite element books have code which is somewhat outdated in that they use Fortran77 and only cover direct equation solvers, and do not cover iterative solvers.

The book does a good job with showing "element-by-element" iterative solvers developed by researchers in the 1980's. Unfortunately, the book does not cover the more recent iterative methods such as methods which utilize compressed storage formats and domain decomposition methods.

The most disappointing aspect of the book is that the contents claim that parallel computing methods are included. In fact, there is only a very short chapter outlining parallel methods for the element-by-element iterative solution method. Some results are presented of the authors

research but no details are given at all. The authors appear to be novice parallel programming users who are currently learning to write parallel programs for finite elements at the time of the publication. The book would have been much more valuable if parallel programming aspects were included, this would have truly set the book apart from other finite element books. I suspect that the authors will publish a fourth edition of their book after they have learned how to program the finite element method for parallel computers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent piece on finite element programming, December 2, 1999
By 
This review is from: Programming the Finite Element Method, 3rd Edition (Paperback)
This is an excellent piece of work demonstrating the use of finite elements. The fortran 90 programs used give a hands on experience to develop finite elements for various applications. In addition to the detailed explanation of finite elements, this text makes you appreciate fortran 90 to build finite elements for real world problems. The coding of modules used repetitively , which is an important element for learning to write code for finite elements,is emphasized. Despite its emphasis on engineering problems, the concepts can easily be used for other fields.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Many textbooks exist which describe the principles of the finite element method of analysis and the wide scope of its applications to the solution of practical engineering problems. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
converge increment, use geometry lib, plastic iterations, node freedom array, call invert, global array sizes, stiffness integration, check whether yield, bee matrix, shape der, skyline storage, freedom numbering, geometry subroutine, implicit none, global node numbers, subroutine forms, total gravity load, sigma end, loaded nodes, end select case, principal stress space, load increment, loop the elements, steering vector, integrating points
Key Phrases - Capitalized Phrases (CAPs): (learn more)
New York, Node Displacement, Time Pressure, Potentials Flow, Numerical Methods, John Wiley, Englewood Cliffs, New Jersey, Pergamon Press, Time Concentration, Use Program, Oxford University Press
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:





Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject