An overview of the Trilinos project

  • Authors:
  • Michael A. Heroux;Roscoe A. Bartlett;Vicki E. Howle;Robert J. Hoekstra;Jonathan J. Hu;Tamara G. Kolda;Richard B. Lehoucq;Kevin R. Long;Roger P. Pawlowski;Eric T. Phipps;Andrew G. Salinger;Heidi K. Thornquist;Ray S. Tuminaro;James M. Willenbring;Alan Williams;Kendall S. Stanley

  • Affiliations:
  • Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Livermore, CA;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Livermore, CA;Sandia National Laboratories, Livermore, CA;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Livermore, CA;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Livermore, CA;Sandia National Laboratories, Albuquerque, NM;Sandia National Laboratories, Albuquerque, NM;Oberlin College, Oberlin, OH

  • Venue:
  • ACM Transactions on Mathematical Software (TOMS) - Special issue on the Advanced CompuTational Software (ACTS) Collection
  • Year:
  • 2005

Quantified Score

Hi-index 0.08

Visualization

Abstract

The Trilinos Project is an effort to facilitate the design, development, integration, and ongoing support of mathematical software libraries within an object-oriented framework for the solution of large-scale, complex multiphysics engineering and scientific problems. Trilinos addresses two fundamental issues of developing software for these problems: (i) providing a streamlined process and set of tools for development of new algorithmic implementations and (ii) promoting interoperability of independently developed software.Trilinos uses a two-level software structure designed around collections of packages. A Trilinos package is an integral unit usually developed by a small team of experts in a particular algorithms area such as algebraic preconditioners, nonlinear solvers, etc. Packages exist underneath the Trilinos top level, which provides a common look-and-feel, including configuration, documentation, licensing, and bug-tracking.Here we present the overall Trilinos design, describing our use of abstract interfaces and default concrete implementations. We discuss the services that Trilinos provides to a prospective package and how these services are used by various packages. We also illustrate how packages can be combined to rapidly develop new algorithms. Finally, we discuss how Trilinos facilitates high-quality software engineering practices that are increasingly required from simulation software.