Ipopt  3.11.9
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
Ipopt::SensApplication Class Reference

#include <SensApplication.hpp>

+ Inheritance diagram for Ipopt::SensApplication:

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) More...
 
- Public Member Functions inherited from Ipopt::ReferencedObject
 ReferencedObject ()
 
virtual ~ReferencedObject ()
 
Index ReferenceCount () const
 
void AddRef (const Referencer *referencer) const
 
void ReleaseRef (const Referencer *referencer) const
 

Static Public Member Functions

static void RegisterOptions (SmartPtr< RegisteredOptions > roptions)
 

Private Attributes

SmartPtr< Journalistjnlst_
 
SmartPtr< OptionsListoptions_
 
SmartPtr< IpoptDataip_data_
 
SmartPtr< IpoptCalculatedQuantitiesip_cq_
 
SmartPtr< PDSystemSolverpd_solver_
 
SmartPtr< IpoptNLPip_nlp_
 
SmartPtr< RegisteredOptionsreg_options_
 
ApplicationReturnStatus ipopt_retval_
 
bool run_sens_
 storing options values More...
 
bool compute_red_hessian_
 
Index n_sens_steps_
 

Detailed Description

Definition at line 22 of file SensApplication.hpp.

Constructor & Destructor Documentation

◆ SensApplication()

Ipopt::SensApplication::SensApplication ( SmartPtr< Journalist jnlst,
SmartPtr< OptionsList options,
SmartPtr< RegisteredOptions reg_options 
)

◆ ~SensApplication()

Ipopt::SensApplication::~SensApplication ( )

Member Function Documentation

◆ RegisterOptions()

static void Ipopt::SensApplication::RegisterOptions ( SmartPtr< RegisteredOptions roptions)
static

◆ Run()

SensAlgorithmExitStatus Ipopt::SensApplication::Run ( )

◆ Initialize()

void Ipopt::SensApplication::Initialize ( )

◆ SetIpoptAlgorithmObjects()

void Ipopt::SensApplication::SetIpoptAlgorithmObjects ( SmartPtr< IpoptApplication app_ipopt,
ApplicationReturnStatus  ipopt_retval 
)

◆ Jnlst()

SmartPtr<Journalist> Ipopt::SensApplication::Jnlst ( )
inline

Definition at line 41 of file SensApplication.hpp.

◆ Options() [1/2]

SmartPtr<OptionsList> Ipopt::SensApplication::Options ( )
inline

Definition at line 47 of file SensApplication.hpp.

◆ Options() [2/2]

SmartPtr<const OptionsList> Ipopt::SensApplication::Options ( ) const
inline

Get the options list for setting options (const version)

Definition at line 53 of file SensApplication.hpp.

Member Data Documentation

◆ jnlst_

SmartPtr<Journalist> Ipopt::SensApplication::jnlst_
private

Definition at line 65 of file SensApplication.hpp.

◆ options_

SmartPtr<OptionsList> Ipopt::SensApplication::options_
private

Definition at line 66 of file SensApplication.hpp.

◆ ip_data_

SmartPtr<IpoptData> Ipopt::SensApplication::ip_data_
private

Definition at line 67 of file SensApplication.hpp.

◆ ip_cq_

SmartPtr<IpoptCalculatedQuantities> Ipopt::SensApplication::ip_cq_
private

Definition at line 68 of file SensApplication.hpp.

◆ pd_solver_

SmartPtr<PDSystemSolver> Ipopt::SensApplication::pd_solver_
private

Definition at line 69 of file SensApplication.hpp.

◆ ip_nlp_

SmartPtr<IpoptNLP> Ipopt::SensApplication::ip_nlp_
private

Definition at line 70 of file SensApplication.hpp.

◆ reg_options_

SmartPtr<RegisteredOptions> Ipopt::SensApplication::reg_options_
private

Definition at line 71 of file SensApplication.hpp.

◆ ipopt_retval_

ApplicationReturnStatus Ipopt::SensApplication::ipopt_retval_
private

Definition at line 72 of file SensApplication.hpp.

◆ run_sens_

bool Ipopt::SensApplication::run_sens_
private

storing options values

Definition at line 75 of file SensApplication.hpp.

◆ compute_red_hessian_

bool Ipopt::SensApplication::compute_red_hessian_
private

Definition at line 76 of file SensApplication.hpp.

◆ n_sens_steps_

Index Ipopt::SensApplication::n_sens_steps_
private

Definition at line 77 of file SensApplication.hpp.


The documentation for this class was generated from the following file: