#include <ReducedUnsteadyMSR.H>
Public Member Functions | |
newton_usmsr_fd () | |
newton_usmsr_fd (int Nx, int Ny, usmsrProblem &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 | |
int | Nphi_u |
int | Nphi_p |
int | N_BC |
scalar | nu |
scalar | dt |
Eigen::VectorXd | y_old |
Eigen::VectorXd | BC |
usmsrProblem * | problem |
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 39 of file ReducedUnsteadyMSR.H.
|
inline |
Definition at line 42 of file ReducedUnsteadyMSR.H.
|
inline |
Definition at line 43 of file ReducedUnsteadyMSR.H.
int newton_usmsr_fd::df | ( | const Eigen::VectorXd & | x, |
Eigen::MatrixXd & | fjac ) const |
Definition at line 234 of file ReducedUnsteadyMSR.C.
int newton_usmsr_fd::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec ) const |
Fluid-dynamics terms
Definition at line 185 of file ReducedUnsteadyMSR.C.
Eigen::VectorXd newton_usmsr_fd::BC |
Definition at line 60 of file ReducedUnsteadyMSR.H.
scalar newton_usmsr_fd::dt |
Definition at line 58 of file ReducedUnsteadyMSR.H.
int newton_usmsr_fd::N_BC |
Definition at line 55 of file ReducedUnsteadyMSR.H.
int newton_usmsr_fd::Nphi_p |
Definition at line 54 of file ReducedUnsteadyMSR.H.
int newton_usmsr_fd::Nphi_u |
Definition at line 53 of file ReducedUnsteadyMSR.H.
scalar newton_usmsr_fd::nu |
Definition at line 57 of file ReducedUnsteadyMSR.H.
usmsrProblem* newton_usmsr_fd::problem |
Definition at line 62 of file ReducedUnsteadyMSR.H.
Eigen::VectorXd newton_usmsr_fd::y_old |
Definition at line 59 of file ReducedUnsteadyMSR.H.