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 24 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 27 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 28 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 36 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 43 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 46 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::update().
|
inline |
Definition at line 50 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::update().
|
inline |
Definition at line 54 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::update().
|
inline |
Definition at line 60 of file ROL_DynamicConstraint_CheckInterface.hpp.
References value().
|
inline |
Definition at line 65 of file ROL_DynamicConstraint_CheckInterface.hpp.
References value().
|
inline |
Definition at line 70 of file ROL_DynamicConstraint_CheckInterface.hpp.
References value().
|
inline |
Definition at line 75 of file ROL_DynamicConstraint_CheckInterface.hpp.
References ROL::solve().
|
inline |
Definition at line 82 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 87 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 92 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 97 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 104 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 109 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 114 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 119 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 126 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 131 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 136 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 141 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 146 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 151 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 156 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 161 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 166 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 173 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 178 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 183 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 190 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 195 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 200 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 207 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 212 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
inline |
Definition at line 217 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 30 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 31 of file ROL_DynamicConstraint_CheckInterface.hpp.
|
private |
Definition at line 32 of file ROL_DynamicConstraint_CheckInterface.hpp.