|
| | newtonSteadyNSTurbPPE (int Nx, int Ny, SteadyNSTurb &problem) |
| int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
| int | df (const Eigen::VectorXd &x, Eigen::MatrixXd &fjac) const |
| | newton_argument () |
| | Constructor.
|
| int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
| | Operator to compute the residual vector.
|
| int | df (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
| | Operator to compute the jacobian matrix.
|
| int | inputs () const |
| | Return the inputs.
|
| int | values () const |
| | Return the values.
|
|
| enum | |
| typedef double | Scalar |
| typedef Eigen::Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
| typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
| typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
Definition at line 81 of file ReducedSteadyNSTurb.H.
◆ newtonSteadyNSTurbPPE() [1/2]
| newtonSteadyNSTurbPPE::newtonSteadyNSTurbPPE |
( |
| ) |
|
|
inline |
◆ newtonSteadyNSTurbPPE() [2/2]
| newtonSteadyNSTurbPPE::newtonSteadyNSTurbPPE |
( |
int | Nx, |
|
|
int | Ny, |
|
|
SteadyNSTurb & | problem ) |
|
inline |
◆ df()
| int newtonSteadyNSTurbPPE::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newtonSteadyNSTurbPPE::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ bc
| Eigen::VectorXd newtonSteadyNSTurbPPE::bc |
◆ gNut
| Eigen::VectorXd newtonSteadyNSTurbPPE::gNut |
◆ N_BC
| int newtonSteadyNSTurbPPE::N_BC |
◆ Nphi_p
| int newtonSteadyNSTurbPPE::Nphi_p |
◆ Nphi_u
| int newtonSteadyNSTurbPPE::Nphi_u |
◆ nphiNut
| int newtonSteadyNSTurbPPE::nphiNut |
◆ nu
| scalar newtonSteadyNSTurbPPE::nu |
◆ problem
◆ SPLINES
| std::vector<SPLINTER::RBFSpline*> newtonSteadyNSTurbPPE::SPLINES |
◆ tauU
| Eigen::MatrixXd newtonSteadyNSTurbPPE::tauU |
The documentation for this struct was generated from the following files: