AztecOO  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Trilinos/AztecOO: Object-Oriented Aztec Linear Solver Package.

Introduction

AztecOO provides an object-oriented interface the the well-known Aztec solver library. Furthermore, it allows flexible construction of matrix and vector arguments via Epetra matrix and vector classes. Finally, AztecOO provide additional functionality not found in Aztec and any future enhancements to the Aztec package will be available only through the AztecOO interfaces.

Overview of AztecOO.

AztecOO contains a number of classes. They are:

AztecOO and Matrix Free usage.

AztecOO supports a ``matrix-free'' mechanism via the pure virtual class Epetra_RowMatrix. This class is part of Epetra and is implemented by the Epetra_CrsMatrix and Epetra_VbrMatrix classes. It is possible to implement Epetra_RowMatrix using other matrix classes. AztecOO can then use this alternate implementation to provide the matrix multiply capabilities, and to obtain row value information from the matrix for constructing preconditioners. For details of Epetra, see the Epetra home page.

Thyra support

The AztecOO to Thyra Linear Solver Adapters take Thyra::LinearOpBase objects that wrap Epetra_Operator objects and turn them into Thyra::LinearOpWithSolveBase objects which can then be used to solve linear systems using the AztecOO class.

Browse all of AztecOO as a single doxygen collection

You can browse all of AztecOO as a single doxygen collection. Warning, this is not the recommended way to learn about AztecOO software. However, this is a good way to browse the directory structure of aztecoo, to locate files, etc.