Thyra Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "sillyPowerMethod.hpp"
#include "createTridiagEpetraLinearOp.hpp"
#include "Thyra_TestingTools.hpp"
#include "Thyra_EpetraLinearOp.hpp"
#include "Thyra_get_Epetra_Operator.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_dyn_cast.hpp"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Map.h"
Go to the source code of this file.
Functions | |
void | scaleFirstDiagElement (const double diagScale, Thyra::LinearOpBase< double > *A) |
int | main (int argc, char *argv[]) |
void scaleFirstDiagElement | ( | const double | diagScale, |
Thyra::LinearOpBase< double > * | A | ||
) |
Definition at line 26 of file sillyPowerMethod_epetra.cpp.
References Teuchos::dyn_cast(), Thyra::get_Epetra_Operator(), and TEUCHOS_TEST_FOR_EXCEPT.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 53 of file sillyPowerMethod_epetra.cpp.
References createTridiagEpetraLinearOp(), Thyra::dumpAll, scaleFirstDiagElement(), TEUCHOS_STANDARD_CATCH_STATEMENTS, and TEUCHOS_TEST_FOR_EXCEPTION.