Thyra Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules
Assorted Epetra to Thyra Operator/Vector Adapter Example Code

Below are links to example code that demonstrate various use cases for the Epetra to Thyra operator/vector adapters: More...

Collaboration diagram for Assorted Epetra to Thyra Operator/Vector Adapter Example Code:

Modules

 Epetra Implemenation of the Power Method
 Here is an example program that shows the use of the Epetra adapter subclasses with the example linear ANA implementation sillyPowerMethod().
 
 Epetra Implemenation of the CG Method
 Here is an example program that shows the use of the Epetra adapter subclasses with the example linear ANA implementation sillyCgSolve().
 
 Testing Program for Thyra/Epetra Adapters
 Here we show the testing program that is used to perform regression tests on the Epetra adapter subclasses and tests a number of other classes as well.
 

Detailed Description

Below are links to example code that demonstrate various use cases for the Epetra to Thyra operator/vector adapters:

  1. Epetra Implemenation of the Power Method

  2. Epetra Implemenation of the CG Method

  3. Testing Program for Thyra/Epetra Adapters