#include <ReducedSteadyNSTurb.H>
Public Member Functions | |
| newtonSteadyNSTurbPPE () | |
| newtonSteadyNSTurbPPE (int Nx, int Ny, SteadyNSTurb &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 | |
| SteadyNSTurb * | problem |
| int | Nphi_u |
| int | nphiNut |
| int | Nphi_p |
| int | N_BC |
| Eigen::VectorXd | gNut |
| scalar | nu |
| Eigen::MatrixXd | tauU |
| Eigen::VectorXd | bc |
| 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 81 of file ReducedSteadyNSTurb.H.
|
inline |
Definition at line 84 of file ReducedSteadyNSTurb.H.
|
inline |
Definition at line 86 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbPPE::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac ) const |
Definition at line 202 of file ReducedSteadyNSTurb.C.
| int newtonSteadyNSTurbPPE::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec ) const |
Definition at line 128 of file ReducedSteadyNSTurb.C.
| Eigen::VectorXd newtonSteadyNSTurbPPE::bc |
Definition at line 107 of file ReducedSteadyNSTurb.H.
| Eigen::VectorXd newtonSteadyNSTurbPPE::gNut |
Definition at line 104 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbPPE::N_BC |
Definition at line 103 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbPPE::Nphi_p |
Definition at line 102 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbPPE::Nphi_u |
Definition at line 100 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbPPE::nphiNut |
Definition at line 101 of file ReducedSteadyNSTurb.H.
| scalar newtonSteadyNSTurbPPE::nu |
Definition at line 105 of file ReducedSteadyNSTurb.H.
| SteadyNSTurb* newtonSteadyNSTurbPPE::problem |
Definition at line 99 of file ReducedSteadyNSTurb.H.
| std::vector<SPLINTER::RBFSpline*> newtonSteadyNSTurbPPE::SPLINES |
Definition at line 108 of file ReducedSteadyNSTurb.H.
| Eigen::MatrixXd newtonSteadyNSTurbPPE::tauU |
Definition at line 106 of file ReducedSteadyNSTurb.H.
1.13.2