#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.
|
bool | TestSingleStratimikosSolver (Teuchos::ParameterList *paramList_inout, const bool dumpAll, Teuchos::FancyOStream *out) |
|
int | main (int argc, char *argv[]) |
|
◆ TestSingleStratimikosSolver()
bool TestSingleStratimikosSolver |
( |
Teuchos::ParameterList * |
paramList_inout, |
|
|
const bool |
dumpAll, |
|
|
Teuchos::FancyOStream * |
out |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |