Newton object for the resolution of the reduced problem using a PPE approach.
More...
#include <ReducedUnsteadyNS.H>
|
| | newton_unsteadyNS_PPE (int Nx, int Ny, unsteadyNS &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 |
Newton object for the resolution of the reduced problem using a PPE approach.
Definition at line 79 of file ReducedUnsteadyNS.H.
◆ newton_unsteadyNS_PPE() [1/2]
| newton_unsteadyNS_PPE::newton_unsteadyNS_PPE |
( |
| ) |
|
|
inline |
◆ newton_unsteadyNS_PPE() [2/2]
| newton_unsteadyNS_PPE::newton_unsteadyNS_PPE |
( |
int | Nx, |
|
|
int | Ny, |
|
|
unsteadyNS & | problem ) |
|
inline |
◆ df()
| int newton_unsteadyNS_PPE::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newton_unsteadyNS_PPE::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ BC
| Eigen::VectorXd newton_unsteadyNS_PPE::BC |
◆ dt
| scalar newton_unsteadyNS_PPE::dt |
◆ N_BC
| int newton_unsteadyNS_PPE::N_BC |
◆ Nphi_p
| int newton_unsteadyNS_PPE::Nphi_p |
◆ Nphi_u
| int newton_unsteadyNS_PPE::Nphi_u |
◆ nu
| scalar newton_unsteadyNS_PPE::nu |
◆ problem
◆ tauU
| Eigen::MatrixXd newton_unsteadyNS_PPE::tauU |
◆ y_old
| Eigen::VectorXd newton_unsteadyNS_PPE::y_old |
◆ yOldOld
| Eigen::VectorXd newton_unsteadyNS_PPE::yOldOld |
The documentation for this struct was generated from the following files: