#include <ReducedUnsteadyNSTurb.H>
Public Member Functions | |
| newtonUnsteadyNSTurbPPE () | |
| 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 |
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 | |
| UnsteadyNSTurb * | problem |
| int | Nphi_u |
| int | nphiNut |
| int | Nphi_p |
| int | N_BC |
| scalar | nu |
| scalar | dt |
| Eigen::VectorXd | y_old |
| Eigen::VectorXd | yOldOld |
| Eigen::VectorXd | bc |
| Eigen::MatrixXd | tauU |
| Eigen::VectorXd | gNut |
| std::vector< SPLINTER::RBFSpline * > | SPLINES |
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 85 of file ReducedUnsteadyNSTurb.H.
|
inline |
Definition at line 88 of file ReducedUnsteadyNSTurb.H.
|
inline |
Definition at line 90 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbPPE::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac ) const |
Definition at line 354 of file ReducedUnsteadyNSTurb.C.
| int newtonUnsteadyNSTurbPPE::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec ) const |
Definition at line 269 of file ReducedUnsteadyNSTurb.C.
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::bc |
Definition at line 112 of file ReducedUnsteadyNSTurb.H.
| scalar newtonUnsteadyNSTurbPPE::dt |
Definition at line 109 of file ReducedUnsteadyNSTurb.H.
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::gNut |
Definition at line 114 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbPPE::N_BC |
Definition at line 107 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbPPE::Nphi_p |
Definition at line 106 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbPPE::Nphi_u |
Definition at line 104 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbPPE::nphiNut |
Definition at line 105 of file ReducedUnsteadyNSTurb.H.
| scalar newtonUnsteadyNSTurbPPE::nu |
Definition at line 108 of file ReducedUnsteadyNSTurb.H.
| UnsteadyNSTurb* newtonUnsteadyNSTurbPPE::problem |
Definition at line 103 of file ReducedUnsteadyNSTurb.H.
| std::vector<SPLINTER::RBFSpline*> newtonUnsteadyNSTurbPPE::SPLINES |
Definition at line 115 of file ReducedUnsteadyNSTurb.H.
| Eigen::MatrixXd newtonUnsteadyNSTurbPPE::tauU |
Definition at line 113 of file ReducedUnsteadyNSTurb.H.
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::y_old |
Definition at line 110 of file ReducedUnsteadyNSTurb.H.
| Eigen::VectorXd newtonUnsteadyNSTurbPPE::yOldOld |
Definition at line 111 of file ReducedUnsteadyNSTurb.H.
1.13.2