#include <ReducedUnsteadyNSTurb.H>
Public Member Functions | |
| newtonUnsteadyNSTurbSUP () | |
| newtonUnsteadyNSTurbSUP (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 50 of file ReducedUnsteadyNSTurb.H.
|
inline |
Definition at line 53 of file ReducedUnsteadyNSTurb.H.
|
inline |
Definition at line 55 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbSUP::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac ) const |
Definition at line 173 of file ReducedUnsteadyNSTurb.C.
| int newtonUnsteadyNSTurbSUP::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec ) const |
Definition at line 99 of file ReducedUnsteadyNSTurb.C.
| Eigen::VectorXd newtonUnsteadyNSTurbSUP::bc |
Definition at line 77 of file ReducedUnsteadyNSTurb.H.
| scalar newtonUnsteadyNSTurbSUP::dt |
Definition at line 74 of file ReducedUnsteadyNSTurb.H.
| Eigen::VectorXd newtonUnsteadyNSTurbSUP::gNut |
Definition at line 79 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbSUP::N_BC |
Definition at line 72 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbSUP::Nphi_p |
Definition at line 71 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbSUP::Nphi_u |
Definition at line 69 of file ReducedUnsteadyNSTurb.H.
| int newtonUnsteadyNSTurbSUP::nphiNut |
Definition at line 70 of file ReducedUnsteadyNSTurb.H.
| scalar newtonUnsteadyNSTurbSUP::nu |
Definition at line 73 of file ReducedUnsteadyNSTurb.H.
| UnsteadyNSTurb* newtonUnsteadyNSTurbSUP::problem |
Definition at line 68 of file ReducedUnsteadyNSTurb.H.
| std::vector<SPLINTER::RBFSpline*> newtonUnsteadyNSTurbSUP::SPLINES |
Definition at line 80 of file ReducedUnsteadyNSTurb.H.
| Eigen::MatrixXd newtonUnsteadyNSTurbSUP::tauU |
Definition at line 78 of file ReducedUnsteadyNSTurb.H.
| Eigen::VectorXd newtonUnsteadyNSTurbSUP::y_old |
Definition at line 75 of file ReducedUnsteadyNSTurb.H.
| Eigen::VectorXd newtonUnsteadyNSTurbSUP::yOldOld |
Definition at line 76 of file ReducedUnsteadyNSTurb.H.
1.13.2