Fortran Wiki
Scientific Software Design - The Object-Oriented Way

By Dr Damian Rouson, Jim Xia, Xiaofeng Xu (2011)
Cambridge University Press

Cover

Buy on Amazon

Description

The authors analyze how the structure of a package determines its developmental complexity according to such measures as bug search times and documentation information content. The work presents arguments for why these issues impact solution cost and time more than does scalable performance. The final chapter explores the question of scalable execution and shows how scalable design relates to scalable execution. The book’s focus is on program organization which has received considerable attention in the broader software engineering community where graphical description standards for modeling software structure and behavior have been developed by computer scientists. These discussions might be enriched by engineers who write scientific codes. This book aims to bring such scientific programmers into discussion with computer scientists. The authors do so by introducing object-oriented software design patterns in the context of scientific simulation.

Contents

Part I. The Tao of Scientific OOP:

  • Development costs and complexity;
  • The object-oriented way;
  • Scientific OOP;

Part II. SOOP to Nuts and Bolts:

  • Design patterns basics;
  • The object pattern;
  • The abstract calculus pattern;
  • The strategy and surrogate patterns;
  • The puppeteer pattern;
  • Factory patterns;

Part III. Gumbo SOOP:

  • Formal constraints;
  • Mixed-language programming;
  • Multiphysics architectures.

category: books