| 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. |