Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Private Attributes
Ipopt::SensApplication Class Reference

#include <SensApplication.hpp>

+ Inheritance diagram for Ipopt::SensApplication:

List of all members.

Public Member Functions

 SensApplication (SmartPtr< Journalist > jnlst, SmartPtr< OptionsList > options, SmartPtr< RegisteredOptions > reg_options)
 ~SensApplication ()
SensAlgorithmExitStatus Run ()
void Initialize ()
void SetIpoptAlgorithmObjects (SmartPtr< IpoptApplication > app_ipopt, ApplicationReturnStatus ipopt_retval)
SmartPtr< JournalistJnlst ()
SmartPtr< OptionsListOptions ()
SmartPtr< const OptionsListOptions () const
 Get the options list for setting options (const version)

Static Public Member Functions

static void RegisterOptions (SmartPtr< RegisteredOptions > roptions)

Private Attributes

SmartPtr< Journalistjnlst_
SmartPtr< OptionsListoptions_
SmartPtr< IpoptDataip_data_
SmartPtr
< IpoptCalculatedQuantities
ip_cq_
SmartPtr< PDSystemSolverpd_solver_
SmartPtr< IpoptNLPip_nlp_
SmartPtr< RegisteredOptionsreg_options_
ApplicationReturnStatus ipopt_retval_
bool run_sens_
 storing options values
bool compute_red_hessian_
Index n_sens_steps_

Detailed Description

Definition at line 22 of file SensApplication.hpp.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 41 of file SensApplication.hpp.

Definition at line 47 of file SensApplication.hpp.

Get the options list for setting options (const version)

Definition at line 53 of file SensApplication.hpp.


Member Data Documentation

Definition at line 65 of file SensApplication.hpp.

Definition at line 66 of file SensApplication.hpp.

Definition at line 67 of file SensApplication.hpp.

Definition at line 68 of file SensApplication.hpp.

Definition at line 69 of file SensApplication.hpp.

Definition at line 70 of file SensApplication.hpp.

Definition at line 71 of file SensApplication.hpp.

Definition at line 72 of file SensApplication.hpp.

storing options values

Definition at line 75 of file SensApplication.hpp.

Definition at line 76 of file SensApplication.hpp.

Definition at line 77 of file SensApplication.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines