| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#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"
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_Vector & | get_final_solution (const NOX::Solver::Generic &solver) | 
| int | main (int argc, char *argv[]) | 
| 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.
 1.8.5