Cargando…

Programming the Finite Element Method.

Many students, engineers, scientists and researchers have benefited from the practical, programming-oriented style of the previous editions of Programming the Finite Element Method, learning how to develop computer programs to solve specific engineering problems using the finite element method. This...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Smith, I. M.
Otros Autores: Griffiths, D. V., Margetts, L.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hoboken : Wiley, 2013.
Edición:5th ed.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBOOKCENTRAL_ocn862821145
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 131111s2013 xx o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d ZCU  |d MERUC  |d UUM  |d OCLCO  |d OCLCF  |d ICG  |d OCLCQ  |d OCLCO  |d OCLCQ  |d DKC  |d AU@  |d OCLCQ  |d SFB  |d TPA  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 1296076680 
020 |a 9781118535936 
020 |a 1118535936 
020 |z 9781118535912 
029 1 |a DEBBG  |b BV044063037 
029 1 |a DEBSZ  |b 431491984 
029 1 |a DEBSZ  |b 449382176 
035 |a (OCoLC)862821145  |z (OCoLC)1296076680 
050 4 |a TA347.F5 
082 0 4 |a 620.001  |a 620.001/51825 
084 |a TEC006000  |2 bisacsh 
049 |a UAMI 
100 1 |a Smith, I. M. 
245 1 0 |a Programming the Finite Element Method. 
250 |a 5th ed. 
260 |a Hoboken :  |b Wiley,  |c 2013. 
300 |a 1 online resource (684 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Cover; Title Page; Copyright; Contents; Preface to Fifth Edition; Acknowledgements; Chapter 1 Preliminaries: Computer Strategies; 1.1 Introduction; 1.2 Hardware; 1.3 Memory Management; 1.4 Vector Processors; 1.5 Multi-core Processors; 1.6 Co-processors; 1.7 Parallel Processors; 1.8 Applications Software; 1.8.1 Compilers; 1.8.2 Arithmetic; 1.8.3 Conditions; 1.8.4 Loops; 1.9 Array Features; 1.9.1 Dynamic Arrays; 1.9.2 Broadcasting; 1.9.3 Constructors; 1.9.4 Vector Subscripts; 1.9.5 Array Sections; 1.9.6 Whole-array Manipulations; 1.9.7 Intrinsic Procedures for Arrays; 1.9.8 Modules. 
505 8 |a 1.9.9 Subprogram Libraries1.9.10 Structured Programming; 1.10 Third-party Libraries; 1.10.1 BLAS Libraries; 1.10.2 Maths Libraries; 1.10.3 User Subroutines; 1.10.4 MPI Libraries; 1.11 Visualisation; 1.11.1 Starting ParaView; 1.11.2 Display Restrained Nodes; 1.11.3 Display Applied Loads; 1.11.4 Display Deformed Mesh; 1.12 Conclusions; References; Chapter 2 Spatial Discretisation by Finite Elements; 2.1 Introduction; 2.2 Rod Element; 2.2.1 Rod Stiffness Matrix; 2.2.2 Rod Mass Element; 2.3 The Eigenvalue Equation; 2.4 Beam Element; 2.4.1 Beam Element Stiffness Matrix. 
505 8 |a 2.4.2 Beam Element Mass Matrix2.5 Beam with an Axial Force; 2.6 Beam on an Elastic Foundation; 2.7 General Remarks on the Discretisation Process; 2.8 Alternative Derivation of Element Stiffness; 2.9 Two-dimensional Elements: Plane Stress; 2.10 Energy Approach and Plane Strain; 2.10.1 Thermoelasticity; 2.11 Plane Element Mass Matrix; 2.12 Axisymmetric Stress and Strain; 2.13 Three-dimensional Stress and Strain; 2.14 Plate Bending Element; 2.15 Summary of Element Equations for Solids; 2.16 Flow of Fluids: Navier-Stokes Equations; 2.17 Simplified Flow Equations; 2.17.1 Steady State. 
505 8 |a 2.17.2 Transient State2.17.3 Convection; 2.18 Further Coupled Equations: Biot Consolidation; 2.19 Conclusions; References; Chapter 3 Programming Finite Element Computations; 3.1 Introduction; 3.2 Local Coordinates for Quadrilateral Elements; 3.2.1 Numerical Integration for Quadrilaterals; 3.2.2 Analytical Integration for Quadrilaterals; 3.3 Local Coordinates for Triangular Elements; 3.3.1 Numerical Integration for Triangles; 3.3.2 Analytical Integration for Triangles; 3.4 Multi-Element Assemblies; 3.5 'Element-by-Element' Techniques; 3.5.1 Conjugate Gradient Method for Linear Equation Systems. 
505 8 |a 3.5.2 Preconditioning3.5.3 Unsymmetric Systems; 3.5.4 Symmetric Non-Positive Definite Equations; 3.5.5 Eigenvalue Systems; 3.6 Incorporation of Boundary Conditions; 3.6.1 Convection Boundary Conditions; 3.7 Programming using Building Blocks; 3.7.1 Black Box Routines; 3.7.2 Special Purpose Routines; 3.7.3 Plane Elastic Analysis using Quadrilateral Elements; 3.7.4 Plane Elastic Analysis using Triangular Elements; 3.7.5 Axisymmetric Strain of Elastic Solids; 3.7.6 Plane Steady Laminar Fluid Flow; 3.7.7 Mass Matrix Formation; 3.7.8 Higher-Order 2D Elements; 3.7.9 Three-Dimensional Elements. 
500 |a 3.7.10 Assembly of Elements. 
520 |a Many students, engineers, scientists and researchers have benefited from the practical, programming-oriented style of the previous editions of Programming the Finite Element Method, learning how to develop computer programs to solve specific engineering problems using the finite element method. This new fifth edition offers timely revisions that include programs and subroutine libraries fully updated to Fortran 2003, which are freely available online, and provides updated material on advances in parallel computing, thermal stress analysis, plasticity return algorithms, convection boundary co. 
588 0 |a Print version record. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Engineering  |x Data processing. 
650 0 |a Finite element method  |x Data processing. 
650 0 |a FORTRAN 2003 (Computer program language) 
650 6 |a Ingénierie  |x Informatique. 
650 6 |a Fortran 2003 (Langage de programmation) 
650 7 |a Engineering  |x Data processing  |2 fast 
650 7 |a Finite element method  |x Data processing  |2 fast 
650 7 |a FORTRAN 2003 (Computer program language)  |2 fast 
700 1 |a Griffiths, D. V. 
700 1 |a Margetts, L. 
758 |i has work:  |a aProgramming the finite element method (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXGDBy6cHf4rQcvbJPK6Dm  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Smith, I.M.  |t Programming the Finite Element Method.  |d Hoboken : Wiley, ©2013  |z 9781119973348 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1368909  |z Texto completo 
994 |a 92  |b IZTAP