|
| | newton_unsteadyNSTTurb_sup (int Nx, int Ny, UnsteadyNSTTurb &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 57 of file ReducedUnsteadyNSTTurb.H.
◆ newton_unsteadyNSTTurb_sup() [1/2]
| newton_unsteadyNSTTurb_sup::newton_unsteadyNSTTurb_sup |
( |
| ) |
|
|
inline |
◆ newton_unsteadyNSTTurb_sup() [2/2]
| newton_unsteadyNSTTurb_sup::newton_unsteadyNSTTurb_sup |
( |
int | Nx, |
|
|
int | Ny, |
|
|
UnsteadyNSTTurb & | problem ) |
|
inline |
◆ df()
| int newton_unsteadyNSTTurb_sup::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newton_unsteadyNSTTurb_sup::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ BC
| Eigen::VectorXd newton_unsteadyNSTTurb_sup::BC |
◆ count_online_solve
| int newton_unsteadyNSTTurb_sup::count_online_solve = 0 |
◆ dt
| scalar newton_unsteadyNSTTurb_sup::dt |
◆ mu_now
| Eigen::VectorXd newton_unsteadyNSTTurb_sup::mu_now |
◆ N_BC
| int newton_unsteadyNSTTurb_sup::N_BC |
◆ Nphi_nut
| int newton_unsteadyNSTTurb_sup::Nphi_nut |
◆ Nphi_p
| int newton_unsteadyNSTTurb_sup::Nphi_p |
◆ Nphi_u
| int newton_unsteadyNSTTurb_sup::Nphi_u |
◆ nu
| scalar newton_unsteadyNSTTurb_sup::nu |
◆ nu_c
| Eigen::VectorXd newton_unsteadyNSTTurb_sup::nu_c |
◆ problem
◆ SPLINES
| std::vector<SPLINTER::RBFSpline*> newton_unsteadyNSTTurb_sup::SPLINES |
◆ y_old
| Eigen::VectorXd newton_unsteadyNSTTurb_sup::y_old |
The documentation for this struct was generated from the following files: