Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_ParameterXMLFileReader.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Teuchos_Time.hpp"
#include "Teuchos_Comm.hpp"
#include "Epetra_SerialComm.h"
#include "Epetra_LinearProblem.h"
#include "AztecOO.h"
#include "ParameterHelper.hpp"
#include "build_problem.hpp"
#include "build_solver.hpp"
Go to the source code of this file.
Functions | |
void | process_command_line (int argc, char *argv[], std::string &xml_file) |
int | main (int argc, char *argv[]) |
void process_command_line | ( | int | argc, |
char * | argv[], | ||
std::string & | xml_file | ||
) |
Definition at line 189 of file aztecoo_solve.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 68 of file aztecoo_solve.cpp.