|
| | newton_unsteadyNSTTurb_sup_t (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 89 of file ReducedUnsteadyNSTTurb.H.
◆ newton_unsteadyNSTTurb_sup_t() [1/2]
| newton_unsteadyNSTTurb_sup_t::newton_unsteadyNSTTurb_sup_t |
( |
| ) |
|
|
inline |
◆ newton_unsteadyNSTTurb_sup_t() [2/2]
| newton_unsteadyNSTTurb_sup_t::newton_unsteadyNSTTurb_sup_t |
( |
int | Nx, |
|
|
int | Ny, |
|
|
UnsteadyNSTTurb & | problem ) |
|
inline |
◆ df()
| int newton_unsteadyNSTTurb_sup_t::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newton_unsteadyNSTTurb_sup_t::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ a_tmp
| Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::a_tmp |
◆ BC_t
| Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::BC_t |
◆ DT
| scalar newton_unsteadyNSTTurb_sup_t::DT |
◆ dt
| scalar newton_unsteadyNSTTurb_sup_t::dt |
◆ MT_matrix
| Eigen::MatrixXd newton_unsteadyNSTTurb_sup_t::MT_matrix |
◆ mu_now
| Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::mu_now |
◆ N_BC_t
| int newton_unsteadyNSTTurb_sup_t::N_BC_t |
◆ Nphi_nut
| int newton_unsteadyNSTTurb_sup_t::Nphi_nut |
◆ Nphi_t
| int newton_unsteadyNSTTurb_sup_t::Nphi_t |
◆ Nphi_u
| int newton_unsteadyNSTTurb_sup_t::Nphi_u |
◆ nu
| scalar newton_unsteadyNSTTurb_sup_t::nu |
◆ nu_c
| Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::nu_c |
◆ Pr
| scalar newton_unsteadyNSTTurb_sup_t::Pr |
◆ problem
◆ Prt
| scalar newton_unsteadyNSTTurb_sup_t::Prt |
◆ SPLINES
| std::vector<SPLINTER::RBFSpline*> newton_unsteadyNSTTurb_sup_t::SPLINES |
◆ Y_matrix
| Eigen::MatrixXd newton_unsteadyNSTTurb_sup_t::Y_matrix |
| Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::z |
◆ z_old
| Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::z_old |
The documentation for this struct was generated from the following files: