|
ROL
|
#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_ |
Definition at line 199 of file ROL_CantileverBeam.hpp.
|
inline |
Definition at line 204 of file ROL_CantileverBeam.hpp.
References nseg_.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 206 of file ROL_CantileverBeam.hpp.
References nseg_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 210 of file ROL_CantileverBeam.hpp.
References nseg_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 214 of file ROL_CantileverBeam.hpp.
References nseg_, and ROL::ROL_INF().
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 231 of file ROL_CantileverBeam.hpp.
References nseg_.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 241 of file ROL_CantileverBeam.hpp.
References nseg_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 255 of file ROL_CantileverBeam.hpp.
References nseg_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 260 of file ROL_CantileverBeam.hpp.
References nseg_, and ROL::ROL_NINF().
|
private |
Definition at line 201 of file ROL_CantileverBeam.hpp.
Referenced by getBoundConstraint(), getCantileverBeam(), getInequalityConstraint(), getInequalityMultiplier(), getInitialGuess(), getObjective(), getSlackBoundConstraint(), and getSolution().