Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
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

◆ create_nox_parameter_list()

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

Definition at line 67 of file nonlinear_sg_example.cpp.

◆ create_nox_solver()

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

Definition at line 125 of file nonlinear_sg_example.cpp.

◆ get_final_solution()

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

Definition at line 173 of file nonlinear_sg_example.cpp.

◆ main()

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

Definition at line 181 of file nonlinear_sg_example.cpp.