#include <MittelmannDistCntrlDiri.hpp>
Inheritance diagram for MittelmannDistCntrlDiri3:


Public Member Functions | |
| MittelmannDistCntrlDiri3 () | |
| virtual | ~MittelmannDistCntrlDiri3 () |
| virtual bool | InitializeProblem (Index N) |
| Initialize internal parameters, where N is a parameter determining the problme size. | |
Protected Member Functions | |
| virtual Number | y_d_cont (Number x1, Number x2) const |
| Target profile function for y. | |
| virtual Number | d_cont (Number x1, Number x2, Number y, Number u) const |
| Forcing function for the elliptic equation. | |
| virtual Number | d_cont_dy (Number x1, Number x2, Number y, Number u) const |
| First partial derivative of forcing function w.r.t. | |
| virtual Number | d_cont_du (Number x1, Number x2, Number y, Number u) const |
| First partial derivative of forcing function w.r.t. | |
| virtual Number | d_cont_dydy (Number x1, Number x2, Number y, Number u) const |
| Second partial derivative of forcing function w.r.t y,y. | |
Private Member Functions | |
hide implicitly defined contructors copy operators | |
| MittelmannDistCntrlDiri3 (const MittelmannDistCntrlDiri3 &) | |
| MittelmannDistCntrlDiri3 & | operator= (const MittelmannDistCntrlDiri3 &) |
Private Attributes | |
| const Number | pi_ |
| Value of pi (made available for convenience). | |
Definition at line 320 of file MittelmannDistCntrlDiri.hpp.
| MittelmannDistCntrlDiri3::MittelmannDistCntrlDiri3 | ( | ) | [inline] |
Definition at line 323 of file MittelmannDistCntrlDiri.hpp.
| virtual MittelmannDistCntrlDiri3::~MittelmannDistCntrlDiri3 | ( | ) | [inline, virtual] |
Definition at line 327 of file MittelmannDistCntrlDiri.hpp.
| MittelmannDistCntrlDiri3::MittelmannDistCntrlDiri3 | ( | const MittelmannDistCntrlDiri3 & | ) | [private] |
| virtual bool MittelmannDistCntrlDiri3::InitializeProblem | ( | Index | N | ) | [inline, virtual] |
Initialize internal parameters, where N is a parameter determining the problme size.
This returns false, if N has an invalid value.
Implements RegisteredTNLP.
Definition at line 329 of file MittelmannDistCntrlDiri.hpp.
References MittelmannDistCntrlDiriBase::SetBaseParameters().
| virtual Number MittelmannDistCntrlDiri3::y_d_cont | ( | Number | x1, | |
| Number | x2 | |||
| ) | const [inline, protected, virtual] |
Target profile function for y.
Implements MittelmannDistCntrlDiriBase.
Definition at line 347 of file MittelmannDistCntrlDiri.hpp.
References pi_.
| virtual Number MittelmannDistCntrlDiri3::d_cont | ( | Number | x1, | |
| Number | x2, | |||
| Number | y, | |||
| Number | u | |||
| ) | const [inline, protected, virtual] |
Forcing function for the elliptic equation.
Implements MittelmannDistCntrlDiriBase.
Definition at line 352 of file MittelmannDistCntrlDiri.hpp.
| virtual Number MittelmannDistCntrlDiri3::d_cont_dy | ( | Number | x1, | |
| Number | x2, | |||
| Number | y, | |||
| Number | u | |||
| ) | const [inline, protected, virtual] |
First partial derivative of forcing function w.r.t.
y
Implements MittelmannDistCntrlDiriBase.
Definition at line 357 of file MittelmannDistCntrlDiri.hpp.
| virtual Number MittelmannDistCntrlDiri3::d_cont_du | ( | Number | x1, | |
| Number | x2, | |||
| Number | y, | |||
| Number | u | |||
| ) | const [inline, protected, virtual] |
First partial derivative of forcing function w.r.t.
u
Implements MittelmannDistCntrlDiriBase.
Definition at line 362 of file MittelmannDistCntrlDiri.hpp.
| virtual Number MittelmannDistCntrlDiri3::d_cont_dydy | ( | Number | x1, | |
| Number | x2, | |||
| Number | y, | |||
| Number | u | |||
| ) | const [inline, protected, virtual] |
Second partial derivative of forcing function w.r.t y,y.
Implements MittelmannDistCntrlDiriBase.
Definition at line 367 of file MittelmannDistCntrlDiri.hpp.
| MittelmannDistCntrlDiri3& MittelmannDistCntrlDiri3::operator= | ( | const MittelmannDistCntrlDiri3 & | ) | [private] |
const Number MittelmannDistCntrlDiri3::pi_ [private] |
Value of pi (made available for convenience).
Definition at line 378 of file MittelmannDistCntrlDiri.hpp.
Referenced by y_d_cont().
1.4.7