ROL
Public Member Functions | Public Attributes | List of all members
ROL::ConstraintData< Real > Struct Template Reference

#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
 

Detailed Description

template<typename Real>
struct ROL::ConstraintData< Real >

Definition at line 61 of file ROL_ConstraintAssembler.hpp.

Constructor & Destructor Documentation

template<typename Real>
ROL::ConstraintData< Real >::ConstraintData ( const Ptr< Constraint< Real >> &  con,
const Ptr< Vector< Real >> &  mul,
const Ptr< Vector< Real >> &  res = nullPtr,
const Ptr< BoundConstraint< Real >> &  bnd = nullPtr 
)
inline

Definition at line 67 of file ROL_ConstraintAssembler.hpp.

template<typename Real>
ROL::ConstraintData< Real >::ConstraintData ( const Ptr< Constraint< Real >> &  con,
const Ptr< Vector< Real >> &  mul,
const Ptr< Vector< Real >> &  res = nullPtr,
const Ptr< BoundConstraint< Real >> &  bnd = nullPtr 
)
inline

Definition at line 67 of file ROL_NewConstraintManager.hpp.

Member Data Documentation

template<typename Real>
Ptr<Constraint<Real> > ROL::ConstraintData< Real >::constraint

Definition at line 62 of file ROL_ConstraintAssembler.hpp.

template<typename Real>
Ptr<Vector<Real> > ROL::ConstraintData< Real >::multiplier

Definition at line 63 of file ROL_ConstraintAssembler.hpp.

template<typename Real>
Ptr<Vector<Real> > ROL::ConstraintData< Real >::residual

Definition at line 64 of file ROL_ConstraintAssembler.hpp.

template<typename Real>
Ptr<BoundConstraint<Real> > ROL::ConstraintData< Real >::bounds

Definition at line 65 of file ROL_ConstraintAssembler.hpp.

template<typename Real>
const Ptr<Constraint<Real> > ROL::ConstraintData< Real >::constraint

Definition at line 62 of file ROL_NewConstraintManager.hpp.

template<typename Real>
const Ptr<Vector<Real> > ROL::ConstraintData< Real >::multiplier

Definition at line 63 of file ROL_NewConstraintManager.hpp.

template<typename Real>
const Ptr<Vector<Real> > ROL::ConstraintData< Real >::residual

Definition at line 64 of file ROL_NewConstraintManager.hpp.

template<typename Real>
const Ptr<BoundConstraint<Real> > ROL::ConstraintData< Real >::bounds

Definition at line 65 of file ROL_NewConstraintManager.hpp.


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