|
ROL
|
#include <ROL_DynamicConstraint_CheckInterface.hpp>
Public Member Functions | |
| DynamicConstraint_CheckInterface (Con &con) | |
| DynamicConstraint_CheckInterface (Con &con, TimeStamp< Real > &ts) | |
| f_update_t< Real > | update_uo (const V &un, const V &z) |
| f_update_t< Real > | update_un (const V &uo, const V &z) |
| f_update_t< Real > | update_z (const V &uo, const V &un) |
| f_vector_t< Real > | value_uo (const V &un, const V &z) |
| f_vector_t< Real > | value_un (const V &uo, const V &z) |
| f_vector_t< Real > | value_z (const V &uo, const V &un) |
| f_solve_t< Real > | solve_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | jacobian_uo (const V &un, const V &z) |
| f_dderiv_t< Real > | jacobian_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | inverseJacobian_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | jacobian_z (const V &uo, const V &un) |
| f_dderiv_t< Real > | adjointJacobian_uo (const V &un, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | inverseAdjointJacobian_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_z (const V &uo, const V &un) |
| f_dderiv_t< Real > | adjointJacobian_uo_uo (const V &un, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_uo_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_uo_z (const V &uo, const V &un) |
| f_dderiv_t< Real > | adjointJacobian_un_uo (const V &un, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_un_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_un_z (const V &uo, const V &un) |
| f_dderiv_t< Real > | adjointJacobian_z_uo (const V &un, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_z_un (const V &uo, const V &z) |
| f_dderiv_t< Real > | adjointJacobian_z_z (const V &uo, const V &un) |
| f_dderiv_t< Real > | adjointHessian_un_un (const V &uo, const V &z, const V &l) |
| f_dderiv_t< Real > | adjointHessian_un_uo (const V &uo, const V &z, const V &l) |
| f_dderiv_t< Real > | adjointHessian_un_z (const V &uo, const V &z, const V &l) |
| f_dderiv_t< Real > | adjointHessian_uo_un (const V &un, const V &z, const V &l) |
| f_dderiv_t< Real > | adjointHessian_uo_uo (const V &un, const V &z, const V &l) |
| f_dderiv_t< Real > | adjointHessian_uo_z (const V &un, const V &z, const V &l) |
| f_dderiv_t< Real > | adjointHessian_z_un (const V &uo, const V &un, const V &l) |
| f_dderiv_t< Real > | adjointHessian_z_uo (const V &uo, const V &un, const V &l) |
| f_dderiv_t< Real > | adjointHessian_z_z (const V &uo, const V &un, const V &l) |
Private Types | |
| using | V = Vector<Real> |
| using | Con = DynamicConstraint<Real> |
Private Attributes | |
| Con & | con_ |
| Real | tol_ |
| TimeStamp< Real > | ts_ |
Definition at line 59 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 62 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 63 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 71 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 78 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 81 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ts_, and ROL::DynamicConstraint< Real >::update().
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 85 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ts_, and ROL::DynamicConstraint< Real >::update().
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 89 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ts_, and ROL::DynamicConstraint< Real >::update().
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 95 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ts_, and ROL::DynamicConstraint< Real >::value().
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 100 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ts_, and ROL::DynamicConstraint< Real >::value().
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 105 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ts_, and ROL::DynamicConstraint< Real >::value().
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 110 of file ROL_DynamicConstraint_CheckInterface.hpp.
References con_, ROL::DynamicConstraint< Real >::solve(), and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 117 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyJacobian_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 122 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 127 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyInverseJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 132 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyJacobian_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 139 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 144 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 149 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyInverseAdjointJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 154 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 161 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 166 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 171 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 176 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 181 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 186 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 191 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 196 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 201 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointJacobian_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 208 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_un_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 213 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_un_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 218 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_un_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 225 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_uo_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 230 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_uo_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 235 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_uo_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 242 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_z_un(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 247 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_z_uo(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
inline |
Definition at line 252 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::DynamicConstraint< Real >::applyAdjointHessian_z_z(), con_, and ts_.
Referenced by ROL::DynamicConstraintCheck< Real >::check().
|
private |
Definition at line 65 of file ROL_DynamicConstraint_CheckInterface.hpp.
Referenced by adjointHessian_un_un(), adjointHessian_un_uo(), adjointHessian_un_z(), adjointHessian_uo_un(), adjointHessian_uo_uo(), adjointHessian_uo_z(), adjointHessian_z_un(), adjointHessian_z_uo(), adjointHessian_z_z(), adjointJacobian_un(), adjointJacobian_un_un(), adjointJacobian_un_uo(), adjointJacobian_un_z(), adjointJacobian_uo(), adjointJacobian_uo_un(), adjointJacobian_uo_uo(), adjointJacobian_uo_z(), adjointJacobian_z(), adjointJacobian_z_un(), adjointJacobian_z_uo(), adjointJacobian_z_z(), DynamicConstraint_CheckInterface(), DynamicConstraint_CheckInterface(), inverseAdjointJacobian_un(), inverseJacobian_un(), jacobian_un(), jacobian_uo(), jacobian_z(), solve_un(), update_un(), update_uo(), update_z(), value_un(), value_uo(), and value_z().
|
private |
Definition at line 66 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 67 of file ROL_DynamicConstraint_CheckInterface.hpp.
Referenced by adjointHessian_un_un(), adjointHessian_un_uo(), adjointHessian_un_z(), adjointHessian_uo_un(), adjointHessian_uo_uo(), adjointHessian_uo_z(), adjointHessian_z_un(), adjointHessian_z_uo(), adjointHessian_z_z(), adjointJacobian_un(), adjointJacobian_un_un(), adjointJacobian_un_uo(), adjointJacobian_un_z(), adjointJacobian_uo(), adjointJacobian_uo_un(), adjointJacobian_uo_uo(), adjointJacobian_uo_z(), adjointJacobian_z(), adjointJacobian_z_un(), adjointJacobian_z_uo(), adjointJacobian_z_z(), DynamicConstraint_CheckInterface(), DynamicConstraint_CheckInterface(), inverseAdjointJacobian_un(), inverseJacobian_un(), jacobian_un(), jacobian_uo(), jacobian_z(), solve_un(), update_un(), update_uo(), update_z(), value_un(), value_uo(), and value_z().