|
| ThyraProductME_ROL_DynamicConstraint (const Teuchos::RCP< Tempus::Integrator< Real >> &integrator, Teuchos::ParameterList &piroParams, Teuchos::EVerbosityLevel verbLevel=Teuchos::VERB_HIGH, Teuchos::RCP< ROL_ObserverBase< Real >> observer=Teuchos::null) |
|
| ThyraProductME_ROL_DynamicConstraint (const Teuchos::RCP< Tempus::Integrator< Real >> &forward_integrator, const Teuchos::RCP< Tempus::Integrator< Real >> &adjoint_integrator, const Teuchos::RCP< Thyra::ModelEvaluator< Real >> &modelAdjoin, Teuchos::ParameterList &piroParams, Teuchos::EVerbosityLevel verbLevel=Teuchos::VERB_HIGH, Teuchos::RCP< ROL_ObserverBase< Real >> observer=Teuchos::null) |
|
void | setNumResponses (int num_responses) |
|
void | value (ROL::Vector< Real > &c, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyJacobian_uo (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyJacobian_un (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyJacobian_z (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyAdjointJacobian_uo (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyAdjointJacobian_un (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyAdjointJacobian_z (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyInverseJacobian_un (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|
void | applyInverseAdjointJacobian_un (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &uold, const ROL::Vector< Real > &unew, const ROL::Vector< Real > &z, const ROL::TimeStamp< Real > &ts) const |
|