Structure to implement a newton object for a stationary NS problem. More...
#include <ReducedSteadyNSTurb.H>
Public Member Functions | |
| newtonSteadyNSTurbSUP () | |
| newtonSteadyNSTurbSUP (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 |
Structure to implement a newton object for a stationary NS problem.
Definition at line 51 of file ReducedSteadyNSTurb.H.
|
inline |
Definition at line 54 of file ReducedSteadyNSTurb.H.
|
inline |
Definition at line 56 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbSUP::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac ) const |
Definition at line 194 of file ReducedSteadyNSTurb.C.
| int newtonSteadyNSTurbSUP::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec ) const |
Definition at line 70 of file ReducedSteadyNSTurb.C.
| Eigen::VectorXd newtonSteadyNSTurbSUP::bc |
Definition at line 77 of file ReducedSteadyNSTurb.H.
| Eigen::VectorXd newtonSteadyNSTurbSUP::gNut |
Definition at line 74 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbSUP::N_BC |
Definition at line 73 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbSUP::Nphi_p |
Definition at line 72 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbSUP::Nphi_u |
Definition at line 70 of file ReducedSteadyNSTurb.H.
| int newtonSteadyNSTurbSUP::nphiNut |
Definition at line 71 of file ReducedSteadyNSTurb.H.
| scalar newtonSteadyNSTurbSUP::nu |
Definition at line 75 of file ReducedSteadyNSTurb.H.
| SteadyNSTurb* newtonSteadyNSTurbSUP::problem |
Definition at line 69 of file ReducedSteadyNSTurb.H.
| std::vector<SPLINTER::RBFSpline*> newtonSteadyNSTurbSUP::SPLINES |
Definition at line 78 of file ReducedSteadyNSTurb.H.
| Eigen::MatrixXd newtonSteadyNSTurbSUP::tauU |
Definition at line 76 of file ReducedSteadyNSTurb.H.
1.13.2