ROL
ROL::ZOO::getCantileverBeam< Real > Class Template Reference

#include <ROL_CantileverBeam.hpp>

Inheritance diagram for ROL::ZOO::getCantileverBeam< Real >:

Public Member Functions

 getCantileverBeam (int nseg=5)
Ptr< Objective< Real > > getObjective (void) const
Ptr< Constraint< Real > > getInequalityConstraint (void) const
Ptr< BoundConstraint< Real > > getBoundConstraint (void) const
Ptr< Vector< Real > > getInitialGuess (void) const
Ptr< Vector< Real > > getSolution (const int i=0) const
Ptr< Vector< Real > > getInequalityMultiplier (void) const
Ptr< BoundConstraint< Real > > getSlackBoundConstraint (void) const
Public Member Functions inherited from ROL::TestProblem< Real >
virtual ~TestProblem (void)
 TestProblem (void)
virtual int getNumSolutions (void) const
virtual Ptr< Constraint< Real > > getEqualityConstraint (void) const
virtual Ptr< Vector< Real > > getEqualityMultiplier (void) const
void get (Ptr< OptimizationProblem< Real > > &problem, Ptr< Vector< Real > > &x0, std::vector< Ptr< Vector< Real > > > &x) const

Private Attributes

int nseg_

Detailed Description

template<class Real>
class ROL::ZOO::getCantileverBeam< Real >

Definition at line 165 of file ROL_CantileverBeam.hpp.

Constructor & Destructor Documentation

◆ getCantileverBeam()

template<class Real>
ROL::ZOO::getCantileverBeam< Real >::getCantileverBeam ( int nseg = 5)
inline

Definition at line 170 of file ROL_CantileverBeam.hpp.

References nseg_.

Member Function Documentation

◆ getObjective()

template<class Real>
Ptr< Objective< Real > > ROL::ZOO::getCantileverBeam< Real >::getObjective ( void ) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 172 of file ROL_CantileverBeam.hpp.

References nseg_.

◆ getInequalityConstraint()

template<class Real>
Ptr< Constraint< Real > > ROL::ZOO::getCantileverBeam< Real >::getInequalityConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 176 of file ROL_CantileverBeam.hpp.

References nseg_.

◆ getBoundConstraint()

template<class Real>
Ptr< BoundConstraint< Real > > ROL::ZOO::getCantileverBeam< Real >::getBoundConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 180 of file ROL_CantileverBeam.hpp.

References nseg_, and ROL::ROL_INF().

◆ getInitialGuess()

template<class Real>
Ptr< Vector< Real > > ROL::ZOO::getCantileverBeam< Real >::getInitialGuess ( void ) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 197 of file ROL_CantileverBeam.hpp.

References nseg_.

◆ getSolution()

template<class Real>
Ptr< Vector< Real > > ROL::ZOO::getCantileverBeam< Real >::getSolution ( const int i = 0) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 207 of file ROL_CantileverBeam.hpp.

References nseg_.

◆ getInequalityMultiplier()

template<class Real>
Ptr< Vector< Real > > ROL::ZOO::getCantileverBeam< Real >::getInequalityMultiplier ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 221 of file ROL_CantileverBeam.hpp.

References nseg_.

◆ getSlackBoundConstraint()

template<class Real>
Ptr< BoundConstraint< Real > > ROL::ZOO::getCantileverBeam< Real >::getSlackBoundConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 226 of file ROL_CantileverBeam.hpp.

References nseg_, and ROL::ROL_NINF().

Member Data Documentation

◆ nseg_


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