#include "Epetra_ConfigDefs.h"#include "Epetra_SerialComm.h"#include "Teuchos_RCP.hpp"#include "Ifpack.h"#include "Ifpack_AdditiveSchwarz.h"#include "BelosLinearProblem.hpp"#include "BelosBlockGmresSolMgr.hpp"#include "BelosEpetraAdapter.hpp"#include <BelosSolverFactory.hpp>#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_XMLParameterListCoreHelpers.hpp"#include "Stratimikos_DefaultLinearSolverBuilder.hpp"#include "asmeSBVP.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |