Thyra Package Browser (Single Doxygen Collection)
Version of the Day
|
Epetra to Thyra Operator/Vector Adapter Code | |
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: |
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 |
Simple Forward Solve Example Problem |