Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "Stratimikos_Config.h"
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_FancyOStream.hpp"
#include "simpleStratimikosSolve.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_EpetraLinearOp.hpp"
#include "EpetraExt_readEpetraLinearSystem.h"
#include "Teuchos_ParameterList.hpp"
#include "Epetra_SerialComm.h"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Namespaces | |
Teuchos | |
Functions | |
bool | TestSingleStratimikosSolver (Teuchos::ParameterList *paramList_inout, const bool dumpAll, Teuchos::FancyOStream *out) |
int | main (int argc, char *argv[]) |
bool TestSingleStratimikosSolver | ( | Teuchos::ParameterList * | paramList_inout, |
const bool | dumpAll, | ||
Teuchos::FancyOStream * | out | ||
) |
Definition at line 49 of file stratimikos_example.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 183 of file stratimikos_example.cpp.