ROL
ROL::ROL::StepState< Real > Struct Template Reference

State for step class. Will be used for restarts. More...

#include <ROL_Constraint_SerialSimOpt.hpp>

Public Member Functions

 StepState (void)
void reset (const Real searchSizeInput=1.0)

Public Attributes

ROL::Ptr< Vector< Real > > gradientVec
ROL::Ptr< Vector< Real > > descentVec
ROL::Ptr< Vector< Real > > constraintVec
int nfval
int ngrad
Real searchSize
int flag
int SPiter
int SPflag

Detailed Description

template<class Real>
struct ROL::ROL::StepState< Real >

State for step class. Will be used for restarts.

Definition at line 169 of file ROL_Constraint_SerialSimOpt.hpp.

Constructor & Destructor Documentation

◆ StepState()

template<class Real>
ROL::ROL::StepState< Real >::StepState ( void )
inline

Definition at line 180 of file ROL_Constraint_SerialSimOpt.hpp.

Member Function Documentation

◆ reset()

template<class Real>
void ROL::ROL::StepState< Real >::reset ( const Real searchSizeInput = 1.0)
inline

Definition at line 190 of file ROL_Constraint_SerialSimOpt.hpp.

Member Data Documentation

◆ gradientVec

template<class Real>
ROL::Ptr<Vector<Real> > ROL::ROL::StepState< Real >::gradientVec

Definition at line 170 of file ROL_Constraint_SerialSimOpt.hpp.

◆ descentVec

template<class Real>
ROL::Ptr<Vector<Real> > ROL::ROL::StepState< Real >::descentVec

Definition at line 171 of file ROL_Constraint_SerialSimOpt.hpp.

◆ constraintVec

template<class Real>
ROL::Ptr<Vector<Real> > ROL::ROL::StepState< Real >::constraintVec

Definition at line 172 of file ROL_Constraint_SerialSimOpt.hpp.

◆ nfval

template<class Real>
int ROL::ROL::StepState< Real >::nfval

Definition at line 173 of file ROL_Constraint_SerialSimOpt.hpp.

◆ ngrad

template<class Real>
int ROL::ROL::StepState< Real >::ngrad

Definition at line 174 of file ROL_Constraint_SerialSimOpt.hpp.

◆ searchSize

template<class Real>
Real ROL::ROL::StepState< Real >::searchSize

Definition at line 175 of file ROL_Constraint_SerialSimOpt.hpp.

◆ flag

template<class Real>
int ROL::ROL::StepState< Real >::flag

Definition at line 176 of file ROL_Constraint_SerialSimOpt.hpp.

◆ SPiter

template<class Real>
int ROL::ROL::StepState< Real >::SPiter

Definition at line 177 of file ROL_Constraint_SerialSimOpt.hpp.

◆ SPflag

template<class Real>
int ROL::ROL::StepState< Real >::SPflag

Definition at line 178 of file ROL_Constraint_SerialSimOpt.hpp.


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