|
| | newtonUnsteadyNSTurbIntrusive (int Nx, int Ny, UnsteadyNSTurbIntrusive &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 |
◆ newtonUnsteadyNSTurbIntrusive() [1/2]
| newtonUnsteadyNSTurbIntrusive::newtonUnsteadyNSTurbIntrusive |
( |
| ) |
|
|
inline |
◆ newtonUnsteadyNSTurbIntrusive() [2/2]
◆ df()
| int newtonUnsteadyNSTurbIntrusive::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newtonUnsteadyNSTurbIntrusive::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ bc
| Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::bc |
◆ dt
| scalar newtonUnsteadyNSTurbIntrusive::dt |
◆ N_BC
| int newtonUnsteadyNSTurbIntrusive::N_BC |
◆ Nphi_u
| int newtonUnsteadyNSTurbIntrusive::Nphi_u |
◆ nu
| scalar newtonUnsteadyNSTurbIntrusive::nu |
◆ problem
◆ tauU
| Eigen::MatrixXd newtonUnsteadyNSTurbIntrusive::tauU |
◆ y_old
| Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::y_old |
◆ yOldOld
| Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::yOldOld |
The documentation for this struct was generated from the following files: