Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
nonlinear_sg_example.cpp File Reference
#include <iostream>
#include "NOX.H"
#include "NOX_Epetra.H"
#include "Epetra_SerialComm.h"
#include "Stokhos_Epetra.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
#include "SimpleME.hpp"
Include dependency graph for nonlinear_sg_example.cpp:

Go to the source code of this file.

Functions

Teuchos::RCP
< Teuchos::ParameterList
create_nox_parameter_list (int MyPID)
 
Teuchos::RCP
< NOX::Solver::Generic > 
create_nox_solver (int MyPID, const Teuchos::RCP< EpetraExt::ModelEvaluator > &sg_model)
 
const Epetra_Vectorget_final_solution (const NOX::Solver::Generic &solver)
 
int main (int argc, char *argv[])
 

Function Documentation

Teuchos::RCP<Teuchos::ParameterList> create_nox_parameter_list ( int  MyPID)

Definition at line 35 of file nonlinear_sg_example.cpp.

Teuchos::RCP<NOX::Solver::Generic> create_nox_solver ( int  MyPID,
const Teuchos::RCP< EpetraExt::ModelEvaluator > &  sg_model 
)

Definition at line 93 of file nonlinear_sg_example.cpp.

const Epetra_Vector& get_final_solution ( const NOX::Solver::Generic &  solver)

Definition at line 141 of file nonlinear_sg_example.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 149 of file nonlinear_sg_example.cpp.