#include <iostream>
#include <Teuchos_ConfigDefs.hpp>
#include <Teuchos_GlobalMPISession.hpp>
#include <Teuchos_StackedTimer.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_XMLParameterListHelpers.hpp>
#include <Teuchos_YamlParameterListHelpers.hpp>
#include <Teuchos_StandardCatchMacros.hpp>
#include "Teuchos_AbstractFactoryStd.hpp"
#include <Thyra_LinearOpWithSolveBase.hpp>
#include <Thyra_VectorBase.hpp>
#include <Thyra_SolveSupportTypes.hpp>
#include <Stratimikos_LinearSolverBuilder.hpp>
#include <Xpetra_Parameters.hpp>
#include <Xpetra_ThyraUtils.hpp>
#include <Galeri_XpetraParameters.hpp>
#include <Galeri_XpetraProblemFactory.hpp>
#include <Galeri_XpetraUtils.hpp>
#include <Galeri_XpetraMaps.hpp>
#include <Xpetra_UseShortNames.hpp>
Go to the source code of this file.
|
template<class Scalar > |
int | main_ (int argc, char *argv[], Teuchos::CommandLineProcessor &clp) |
|
int | main (int argc, char *argv[]) |
|
◆ scalarType
◆ main_()
template<class Scalar >
int main_ |
( |
int | argc, |
|
|
char * | argv[], |
|
|
Teuchos::CommandLineProcessor & | clp ) |
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |