Verlag: Springer Verlag, Berlin - Heidelberg - New York, 1999
ISBN 10: 3540652744 ISBN 13: 9783540652748
Sprache: Englisch
Anbieter: Versandantiquariat BUCHvk, Gunzenhausen, Deutschland
Erstausgabe
EUR 35,00
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbHardcover. Zustand: Sehr gut. 1. Auflage. XIX, 682 S., Literaturverz. S. 663 - 670, mit zahlr. Abb., 24 cm, Schnitt nachgedunkelt, Name im Vorsatz durchgestrichen, sonst gepflegtes Exemplar. VERSANDKOSTEN WEICHEN AB. . Targeted at students and researchers in computational sciences who need to develop computer codes for solving PDEs, the exposition here is focused on numerics and software related to mathematical models in solid and fluid mechanics. The book teaches finite element methods, and basic finite difference methods from a computational point of view, with the main emphasis on developing flexible computer programs, using the numerical library Diffpack. Diffpack is explained in detail for problems including model equations in applied mathematics, heat transfer, elasticity, and viscous fluid flow. All the program examples, as well as Diffpack for use with this book, are available on the Internet. XXXXXXX NEUER TEXT This book is for researchers who need to develop computer code for solving PDEs. Numerical methods and the application of Diffpack are explained in detail. Diffpack is a modern C++ development environment that is widely used by industrial scientists and engineers working in areas such as oil exploration, groundwater modeling, and materials testing. All the program examples, as well as a test version of Diffpack, are available for free over the Internet. 682 p. Buch.
Verlag: Springer, Berlin, Heidelberg, New York, Hong Kong, London, Milan , Paris, Tokyo, 2003
ISBN 10: 354043416X ISBN 13: 9783540434160
Sprache: Englisch
Anbieter: Antiquariat Silvanus - Inhaber Johannes Schaefer, Ahrbrück, Deutschland
EUR 50,00
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbSecond Edition,. XXVI, 855 pp. with some Figures, 354043416X Sprache: Englisch Gewicht in Gramm: 1380 Groß 8°, Original-Pappband (Hardcover), Bibliotheks-Exemplar (ordnungsgemäß entwidmet) mit leichten Kleberesten vom Rückenschild, Stempel auf Titel, insgesamt gutes und innen sauberes Exemplar, (library copy in very good condition),
Verlag: Springer Berlin Heidelberg, 2003
ISBN 10: 354043416X ISBN 13: 9783540434160
Sprache: Englisch
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 53,49
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbBuch. Zustand: Neu. Druck auf Anfrage Neuware - Printed after ordering - The second edition features lots of improvements and new material. The most significant additions include - finite difference methods and implementations for a 1D time-dependent heat equation (Chapter 1. 7. 6), - a solver for vibration of elastic structures (Chapter 5. 1. 6), - a step-by-step instruction of how to develop and test Diffpack programs for a physical application (Chapters 3. 6 and 3. 13), - construction of non-trivial grids using super elements (Chapters 3. 5. 4, 3. 6. 4, and 3. 13. 4), - additional material on local mesh refinements (Chapter 3. 7), - coupling of Diffpack with other types of software (Appendix B. 3) - high-level programming offinite difference solvers utilizing the new stencil (finite difference operator) concept in Diffpack (Appendix D. 8). Many of the examples, projects, and exercises from the first edition have been revised and improved. Some new exercises and projects have also been added. A hopefully very useful new feature is the compact overview of all the program examples in the book and the associated software files, presented in Chapter 1. 2. Errors have been corrected, many explanations have been extended, and the text has been upgraded to be compatible with Diffpack version 4. 0. The major difficulty when developing programs for numerical solution of partial differential equations is to debug and verify the implementation. This requires an interplay between understanding the mathematical model,the in volved numerics, and the programming tools.
Verlag: Springer Berlin Heidelberg, 2012
ISBN 10: 3642628117 ISBN 13: 9783642628115
Sprache: Englisch
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 53,49
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. Druck auf Anfrage Neuware - Printed after ordering - The second edition features lots of improvements and new material. The most significant additions include - finite difference methods and implementations for a 1D time-dependent heat equation (Chapter 1. 7. 6), - a solver for vibration of elastic structures (Chapter 5. 1. 6), - a step-by-step instruction of how to develop and test Diffpack programs for a physical application (Chapters 3. 6 and 3. 13), - construction of non-trivial grids using super elements (Chapters 3. 5. 4, 3. 6. 4, and 3. 13. 4), - additional material on local mesh refinements (Chapter 3. 7), - coupling of Diffpack with other types of software (Appendix B. 3) - high-level programming offinite difference solvers utilizing the new stencil (finite difference operator) concept in Diffpack (Appendix D. 8). Many of the examples, projects, and exercises from the first edition have been revised and improved. Some new exercises and projects have also been added. A hopefully very useful new feature is the compact overview of all the program examples in the book and the associated software files, presented in Chapter 1. 2. Errors have been corrected, many explanations have been extended, and the text has been upgraded to be compatible with Diffpack version 4. 0. The major difficulty when developing programs for numerical solution of partial differential equations is to debug and verify the implementation. This requires an interplay between understanding the mathematical model,the in volved numerics, and the programming tools.
Verlag: Springer Berlin Heidelberg, 2003
ISBN 10: 3540014381 ISBN 13: 9783540014386
Sprache: Englisch
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 53,49
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. Druck auf Anfrage Neuware - Printed after ordering - This book is about solving partial differential equations (PDEs). Such equa tions are used to model a wide range ofphenomena in virtually all fields ofsci ence and technology. Inthe last decade, the general availability of extremely powerful computers has shifted the focus in computational mathematics from simplified model problems to much more sophisticated models resembling in tricate features of real life. This change challenges our knowledge in computer science and in numerical analysis. The main objective ofthe present book is to teach modern,advanced tech niques for numerical PDE solution. The book also introduces several models arising in fields likefinance, medicine, material technology, and geology. Inor der to read this book, you must have a basic knowledge of partial differential equations and numerical methods for solving such equations. Furthermore, some background in finite element methods is required. You do not need to know Diffpack, although this programming environment is used in examples throughout the text. Basically, this book is about models, methods, and how to implement the methods. For the implementation part it is natural for us to use Diffpack as the programming environment, because making a PDE solver in Diffpack requires little amount of programming and because Diff pack has support for the advanced numerical methods treated in this book. Most chapters have a part on models and methods, and a part on imple mentation and Diffpack programming. The exposition is designed such that readers can focus only on the first part, if desired.
Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 62,15
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 62,15
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 90,93
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbHardcover. Zustand: Brand New. 2nd edition. 838 pages. 9.25x6.25x1.50 inches. In Stock.