|
| | newtonUnsteadyNSTurbPPE (int Nx, int Ny, UnsteadyNSTurb &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 85 of file ReducedUnsteadyNSTurb.H.
◆ newtonUnsteadyNSTurbPPE() [1/2]
| newtonUnsteadyNSTurbPPE::newtonUnsteadyNSTurbPPE |
( |
| ) |
|
|
inline |
◆ newtonUnsteadyNSTurbPPE() [2/2]
| newtonUnsteadyNSTurbPPE::newtonUnsteadyNSTurbPPE |
( |
int | Nx, |
|
|
int | Ny, |
|
|
UnsteadyNSTurb & | problem ) |
|
inline |
◆ df()
| int newtonUnsteadyNSTurbPPE::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newtonUnsteadyNSTurbPPE::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ bc
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::bc |
◆ dt
| scalar newtonUnsteadyNSTurbPPE::dt |
◆ gNut
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::gNut |
◆ N_BC
| int newtonUnsteadyNSTurbPPE::N_BC |
◆ Nphi_p
| int newtonUnsteadyNSTurbPPE::Nphi_p |
◆ Nphi_u
| int newtonUnsteadyNSTurbPPE::Nphi_u |
◆ nphiNut
| int newtonUnsteadyNSTurbPPE::nphiNut |
◆ nu
| scalar newtonUnsteadyNSTurbPPE::nu |
◆ problem
◆ SPLINES
| std::vector<SPLINTER::RBFSpline*> newtonUnsteadyNSTurbPPE::SPLINES |
◆ tauU
| Eigen::MatrixXd newtonUnsteadyNSTurbPPE::tauU |
◆ y_old
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::y_old |
◆ yOldOld
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::yOldOld |
The documentation for this struct was generated from the following files: