Home
last modified time | relevance | path

Searched refs:y_T_ (Results 1 – 1 of 1) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/examples/ScalableProblems/
H A DMittelmannParaCntrl.hpp156 Number* y_T_; member in MittelmannParaCntrlBase
191 y_T_(NULL), in MittelmannParaCntrlBase()
199 delete [] y_T_; in ~MittelmannParaCntrlBase()
228 y_T_ = new Number[Nx_+1]; in InitializeProblem()
230 y_T_[j] = p.y_T(x_grid(j)); in InitializeProblem()
367 Number a = x[y_index(0,Nt_)] - y_T_[0]; in eval_f()
370 a = x[y_index(jx,Nt_)] - y_T_[jx]; in eval_f()
373 a = x[y_index(Nx_,Nt_)] - y_T_[Nx_]; in eval_f()
409 grad_f[y_index(0,Nt_)] = 0.5*dx_*(x[y_index(0,Nt_)] - y_T_[0]); in eval_grad_f()
411 grad_f[y_index(jx,Nt_)] = dx_*(x[y_index(jx,Nt_)] - y_T_[jx]); in eval_grad_f()
[all …]