#include <ReducedUnsteadyNSTurbIntrusive.H>
Public Member Functions | |
newtonUnsteadyNSTurbIntrusivePPE () | |
newtonUnsteadyNSTurbIntrusivePPE (int Nx, int Ny, UnsteadyNSTurbIntrusive &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 | |
UnsteadyNSTurbIntrusive * | problem |
int | Nphi_u |
int | Nphi_p |
int | N_BC |
scalar | nu |
scalar | dt |
Eigen::VectorXd | y_old |
Eigen::VectorXd | yOldOld |
Eigen::VectorXd | bc |
Eigen::MatrixXd | tauU |
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 75 of file ReducedUnsteadyNSTurbIntrusive.H.
|
inline |
Definition at line 78 of file ReducedUnsteadyNSTurbIntrusive.H.
|
inline |
Definition at line 79 of file ReducedUnsteadyNSTurbIntrusive.H.
int newtonUnsteadyNSTurbIntrusivePPE::df | ( | const Eigen::VectorXd & | x, |
Eigen::MatrixXd & | fjac ) const |
Definition at line 242 of file ReducedUnsteadyNSTurbIntrusive.C.
int newtonUnsteadyNSTurbIntrusivePPE::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec ) const |
Definition at line 158 of file ReducedUnsteadyNSTurbIntrusive.C.
Eigen::VectorXd newtonUnsteadyNSTurbIntrusivePPE::bc |
Definition at line 98 of file ReducedUnsteadyNSTurbIntrusive.H.
scalar newtonUnsteadyNSTurbIntrusivePPE::dt |
Definition at line 95 of file ReducedUnsteadyNSTurbIntrusive.H.
int newtonUnsteadyNSTurbIntrusivePPE::N_BC |
Definition at line 93 of file ReducedUnsteadyNSTurbIntrusive.H.
int newtonUnsteadyNSTurbIntrusivePPE::Nphi_p |
Definition at line 92 of file ReducedUnsteadyNSTurbIntrusive.H.
int newtonUnsteadyNSTurbIntrusivePPE::Nphi_u |
Definition at line 91 of file ReducedUnsteadyNSTurbIntrusive.H.
scalar newtonUnsteadyNSTurbIntrusivePPE::nu |
Definition at line 94 of file ReducedUnsteadyNSTurbIntrusive.H.
UnsteadyNSTurbIntrusive* newtonUnsteadyNSTurbIntrusivePPE::problem |
Definition at line 90 of file ReducedUnsteadyNSTurbIntrusive.H.
Eigen::MatrixXd newtonUnsteadyNSTurbIntrusivePPE::tauU |
Definition at line 99 of file ReducedUnsteadyNSTurbIntrusive.H.
Eigen::VectorXd newtonUnsteadyNSTurbIntrusivePPE::y_old |
Definition at line 96 of file ReducedUnsteadyNSTurbIntrusive.H.
Eigen::VectorXd newtonUnsteadyNSTurbIntrusivePPE::yOldOld |
Definition at line 97 of file ReducedUnsteadyNSTurbIntrusive.H.