Newton object for the resolution of the reduced problem using a supremizer approach. More...
#include <ReducedUnsteadyNS.H>
Public Member Functions | |
| newton_unsteadyNS_sup () | |
| newton_unsteadyNS_sup (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 |
Public Member Functions inherited from newton_argument< double > | |
| newton_argument () | |
| Constructor. | |
| newton_argument (int inputs, int values) | |
| 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. | |
Public Attributes | |
| unsteadyNS * | problem |
| int | Nphi_u |
| int | Nphi_p |
| int | N_BC |
| scalar | nu |
| scalar | dt |
| Eigen::VectorXd | y_old |
| Eigen::VectorXd | yOldOld |
| Eigen::VectorXd | BC |
| Eigen::MatrixXd | tauU |
Public Attributes inherited from newton_argument< double > | |
| int | m_inputs |
| int | m_values |
Additional Inherited Members | |
Public Types inherited from newton_argument< double > | |
| 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 supremizer approach.
Definition at line 49 of file ReducedUnsteadyNS.H.
|
inline |
Definition at line 52 of file ReducedUnsteadyNS.H.
|
inline |
Definition at line 54 of file ReducedUnsteadyNS.H.
| int newton_unsteadyNS_sup::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac ) const |
Definition at line 161 of file ReducedUnsteadyNS.C.
| int newton_unsteadyNS_sup::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec ) const |
Definition at line 84 of file ReducedUnsteadyNS.C.
| Eigen::VectorXd newton_unsteadyNS_sup::BC |
Definition at line 73 of file ReducedUnsteadyNS.H.
| scalar newton_unsteadyNS_sup::dt |
Definition at line 70 of file ReducedUnsteadyNS.H.
| int newton_unsteadyNS_sup::N_BC |
Definition at line 68 of file ReducedUnsteadyNS.H.
| int newton_unsteadyNS_sup::Nphi_p |
Definition at line 67 of file ReducedUnsteadyNS.H.
| int newton_unsteadyNS_sup::Nphi_u |
Definition at line 66 of file ReducedUnsteadyNS.H.
| scalar newton_unsteadyNS_sup::nu |
Definition at line 69 of file ReducedUnsteadyNS.H.
| unsteadyNS* newton_unsteadyNS_sup::problem |
Definition at line 65 of file ReducedUnsteadyNS.H.
| Eigen::MatrixXd newton_unsteadyNS_sup::tauU |
Definition at line 74 of file ReducedUnsteadyNS.H.
| Eigen::VectorXd newton_unsteadyNS_sup::y_old |
Definition at line 71 of file ReducedUnsteadyNS.H.
| Eigen::VectorXd newton_unsteadyNS_sup::yOldOld |
Definition at line 72 of file ReducedUnsteadyNS.H.
1.13.2