#include <ReducedUnsteadyNSTTurb.H>
Public Member Functions | |
newton_unsteadyNSTTurb_sup_t () | |
newton_unsteadyNSTTurb_sup_t (int Nx, int Ny, UnsteadyNSTTurb &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 | |
UnsteadyNSTTurb * | problem |
int | Nphi_t |
int | N_BC_t |
int | Nphi_u |
int | Nphi_nut |
Eigen::VectorXd | nu_c |
scalar | nu |
scalar | DT |
scalar | Prt |
scalar | Pr |
scalar | dt |
Eigen::VectorXd | a_tmp |
Eigen::MatrixXd | Y_matrix |
Eigen::MatrixXd | MT_matrix |
Eigen::VectorXd | mu_now |
Eigen::VectorXd | z |
Eigen::VectorXd | z_old |
Eigen::VectorXd | BC_t |
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 88 of file ReducedUnsteadyNSTTurb.H.
|
inline |
Definition at line 91 of file ReducedUnsteadyNSTTurb.H.
|
inline |
Definition at line 92 of file ReducedUnsteadyNSTTurb.H.
int newton_unsteadyNSTTurb_sup_t::df | ( | const Eigen::VectorXd & | x, |
Eigen::MatrixXd & | fjac ) const |
Definition at line 193 of file ReducedUnsteadyNSTTurb.C.
int newton_unsteadyNSTTurb_sup_t::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec ) const |
Definition at line 163 of file ReducedUnsteadyNSTTurb.C.
Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::a_tmp |
Definition at line 113 of file ReducedUnsteadyNSTTurb.H.
Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::BC_t |
Definition at line 119 of file ReducedUnsteadyNSTTurb.H.
scalar newton_unsteadyNSTTurb_sup_t::DT |
Definition at line 109 of file ReducedUnsteadyNSTTurb.H.
scalar newton_unsteadyNSTTurb_sup_t::dt |
Definition at line 112 of file ReducedUnsteadyNSTTurb.H.
Eigen::MatrixXd newton_unsteadyNSTTurb_sup_t::MT_matrix |
Definition at line 115 of file ReducedUnsteadyNSTTurb.H.
Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::mu_now |
Definition at line 116 of file ReducedUnsteadyNSTTurb.H.
int newton_unsteadyNSTTurb_sup_t::N_BC_t |
Definition at line 104 of file ReducedUnsteadyNSTTurb.H.
int newton_unsteadyNSTTurb_sup_t::Nphi_nut |
Definition at line 106 of file ReducedUnsteadyNSTTurb.H.
int newton_unsteadyNSTTurb_sup_t::Nphi_t |
Definition at line 103 of file ReducedUnsteadyNSTTurb.H.
int newton_unsteadyNSTTurb_sup_t::Nphi_u |
Definition at line 105 of file ReducedUnsteadyNSTTurb.H.
scalar newton_unsteadyNSTTurb_sup_t::nu |
Definition at line 108 of file ReducedUnsteadyNSTTurb.H.
Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::nu_c |
Definition at line 107 of file ReducedUnsteadyNSTTurb.H.
scalar newton_unsteadyNSTTurb_sup_t::Pr |
Definition at line 111 of file ReducedUnsteadyNSTTurb.H.
UnsteadyNSTTurb* newton_unsteadyNSTTurb_sup_t::problem |
Definition at line 102 of file ReducedUnsteadyNSTTurb.H.
scalar newton_unsteadyNSTTurb_sup_t::Prt |
Definition at line 110 of file ReducedUnsteadyNSTTurb.H.
std::vector<SPLINTER::RBFSpline*> newton_unsteadyNSTTurb_sup_t::SPLINES |
Definition at line 120 of file ReducedUnsteadyNSTTurb.H.
Eigen::MatrixXd newton_unsteadyNSTTurb_sup_t::Y_matrix |
Definition at line 114 of file ReducedUnsteadyNSTTurb.H.
Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::z |
Definition at line 117 of file ReducedUnsteadyNSTTurb.H.
Eigen::VectorXd newton_unsteadyNSTTurb_sup_t::z_old |
Definition at line 118 of file ReducedUnsteadyNSTTurb.H.