#include <ReducedUnsteadyNSTurbIntrusive.H>
Public Member Functions | |
| newtonUnsteadyNSTurbIntrusive () | |
| 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 |
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 | |
| UnsteadyNSTurbIntrusive * | problem |
| int | Nphi_u |
| 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 |
Definition at line 50 of file ReducedUnsteadyNSTurbIntrusive.H.
|
inline |
Definition at line 53 of file ReducedUnsteadyNSTurbIntrusive.H.
|
inline |
Definition at line 55 of file ReducedUnsteadyNSTurbIntrusive.H.
| int newtonUnsteadyNSTurbIntrusive::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac ) const |
Definition at line 147 of file ReducedUnsteadyNSTurbIntrusive.C.
| int newtonUnsteadyNSTurbIntrusive::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec ) const |
Definition at line 87 of file ReducedUnsteadyNSTurbIntrusive.C.
| Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::bc |
Definition at line 72 of file ReducedUnsteadyNSTurbIntrusive.H.
| scalar newtonUnsteadyNSTurbIntrusive::dt |
Definition at line 69 of file ReducedUnsteadyNSTurbIntrusive.H.
| int newtonUnsteadyNSTurbIntrusive::N_BC |
Definition at line 67 of file ReducedUnsteadyNSTurbIntrusive.H.
| int newtonUnsteadyNSTurbIntrusive::Nphi_u |
Definition at line 66 of file ReducedUnsteadyNSTurbIntrusive.H.
| scalar newtonUnsteadyNSTurbIntrusive::nu |
Definition at line 68 of file ReducedUnsteadyNSTurbIntrusive.H.
| UnsteadyNSTurbIntrusive* newtonUnsteadyNSTurbIntrusive::problem |
Definition at line 65 of file ReducedUnsteadyNSTurbIntrusive.H.
| Eigen::MatrixXd newtonUnsteadyNSTurbIntrusive::tauU |
Definition at line 73 of file ReducedUnsteadyNSTurbIntrusive.H.
| Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::y_old |
Definition at line 70 of file ReducedUnsteadyNSTurbIntrusive.H.
| Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::yOldOld |
Definition at line 71 of file ReducedUnsteadyNSTurbIntrusive.H.
1.13.2