|
| | newton_unsteadyNST_sup_t (int Nx, int Ny, unsteadyNST &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 74 of file ReducedUnsteadyNST.H.
◆ newton_unsteadyNST_sup_t() [1/2]
| newton_unsteadyNST_sup_t::newton_unsteadyNST_sup_t |
( |
| ) |
|
|
inline |
◆ newton_unsteadyNST_sup_t() [2/2]
| newton_unsteadyNST_sup_t::newton_unsteadyNST_sup_t |
( |
int | Nx, |
|
|
int | Ny, |
|
|
unsteadyNST & | problem ) |
|
inline |
◆ df()
| int newton_unsteadyNST_sup_t::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newton_unsteadyNST_sup_t::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ a_tmp
| Eigen::VectorXd newton_unsteadyNST_sup_t::a_tmp |
◆ BC_t
| Eigen::VectorXd newton_unsteadyNST_sup_t::BC_t |
◆ DT
| scalar newton_unsteadyNST_sup_t::DT |
◆ dt
| scalar newton_unsteadyNST_sup_t::dt |
◆ N_BC_t
| int newton_unsteadyNST_sup_t::N_BC_t |
◆ Nphi_t
| int newton_unsteadyNST_sup_t::Nphi_t |
◆ Nphi_u
| int newton_unsteadyNST_sup_t::Nphi_u |
◆ nu
| scalar newton_unsteadyNST_sup_t::nu |
◆ problem
◆ z_old
| Eigen::VectorXd newton_unsteadyNST_sup_t::z_old |
The documentation for this struct was generated from the following files: