Solving PDEs in C++. Numerical Methods in a Unified Object-Oriented Approach
Buy a book... In Association with Amazon.co.uk
Author(s): Y. Shapira
Publisher: SIAM
ISBN: 0898716012
Format: softback
500pp
Price: $125.00
Review Date: 22 February 2006
Review: This book teaches C++ and uses it to solve partial differential equations (PDEs). It introduces basic and advanced numerical methods, and implements them in a unified object-oriented approach. The book is in six parts: the first two introduce C, C++, and the object-oriented approach. The third and fourth describe and implement finite-difference and finite-element schemes. The fifth part deals with numerical linear algebra and parallelism. Finally, the sixth part uses the present approach in advanced applications.