ROL
|
#include <ROL_ConstraintAssembler.hpp>
Public Member Functions | |
ConstraintData (const Ptr< Constraint< Real >> &con, const Ptr< Vector< Real >> &mul, const Ptr< Vector< Real >> &res=nullPtr, const Ptr< BoundConstraint< Real >> &bnd=nullPtr) | |
ConstraintData (const Ptr< Constraint< Real >> &con, const Ptr< Vector< Real >> &mul, const Ptr< Vector< Real >> &res=nullPtr, const Ptr< BoundConstraint< Real >> &bnd=nullPtr) | |
Public Attributes | |
Ptr< Constraint< Real > > | constraint |
Ptr< Vector< Real > > | multiplier |
Ptr< Vector< Real > > | residual |
Ptr< BoundConstraint< Real > > | bounds |
const Ptr< Constraint< Real > > | constraint |
const Ptr< Vector< Real > > | multiplier |
const Ptr< Vector< Real > > | residual |
const Ptr< BoundConstraint < Real > > | bounds |
Definition at line 27 of file ROL_ConstraintAssembler.hpp.
|
inline |
Definition at line 33 of file ROL_ConstraintAssembler.hpp.
|
inline |
Definition at line 33 of file ROL_NewConstraintManager.hpp.
Ptr<Constraint<Real> > ROL::ConstraintData< Real >::constraint |
Definition at line 28 of file ROL_ConstraintAssembler.hpp.
Ptr<Vector<Real> > ROL::ConstraintData< Real >::multiplier |
Definition at line 29 of file ROL_ConstraintAssembler.hpp.
Ptr<Vector<Real> > ROL::ConstraintData< Real >::residual |
Definition at line 30 of file ROL_ConstraintAssembler.hpp.
Ptr<BoundConstraint<Real> > ROL::ConstraintData< Real >::bounds |
Definition at line 31 of file ROL_ConstraintAssembler.hpp.
const Ptr<Constraint<Real> > ROL::ConstraintData< Real >::constraint |
Definition at line 28 of file ROL_NewConstraintManager.hpp.
const Ptr<Vector<Real> > ROL::ConstraintData< Real >::multiplier |
Definition at line 29 of file ROL_NewConstraintManager.hpp.
const Ptr<Vector<Real> > ROL::ConstraintData< Real >::residual |
Definition at line 30 of file ROL_NewConstraintManager.hpp.
const Ptr<BoundConstraint<Real> > ROL::ConstraintData< Real >::bounds |
Definition at line 31 of file ROL_NewConstraintManager.hpp.