Thyra Package Browser (Single Doxygen Collection)  Version of the Day
Modules
Here is a list of all modules:
[detail level 12]
 Epetra to Thyra Operator/Vector Adapter Code
 Assorted Epetra to Thyra Operator/Vector Adapter Example CodeBelow are links to example code that demonstrate various use cases for the Epetra to Thyra operator/vector adapters:
 Epetra Implemenation of the Power MethodHere 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 MethodHere 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 AdaptersHere 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