Structure to implement a newton object for a stationary NS problem. More...
#include <ReducedSteadyNSTurbIntrusive.H>
Public Member Functions | |
newtonSteadyNSTurbIntrusive () | |
newtonSteadyNSTurbIntrusive (int Nx, int Ny, SteadyNSTurbIntrusive &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 | |
SteadyNSTurbIntrusive * | problem |
int | Nphi_u |
int | N_BC |
scalar | nu |
Eigen::MatrixXd | tauU |
Eigen::VectorXd | bc |
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 ReducedSteadyNSTurbIntrusive.H.
|
inline |
Definition at line 54 of file ReducedSteadyNSTurbIntrusive.H.
|
inline |
Definition at line 55 of file ReducedSteadyNSTurbIntrusive.H.
int newtonSteadyNSTurbIntrusive::df | ( | const Eigen::VectorXd & | x, |
Eigen::MatrixXd & | fjac ) const |
Definition at line 104 of file ReducedSteadyNSTurbIntrusive.C.
int newtonSteadyNSTurbIntrusive::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec ) const |
Definition at line 57 of file ReducedSteadyNSTurbIntrusive.C.
Eigen::VectorXd newtonSteadyNSTurbIntrusive::bc |
Definition at line 70 of file ReducedSteadyNSTurbIntrusive.H.
int newtonSteadyNSTurbIntrusive::N_BC |
Definition at line 67 of file ReducedSteadyNSTurbIntrusive.H.
int newtonSteadyNSTurbIntrusive::Nphi_u |
Definition at line 66 of file ReducedSteadyNSTurbIntrusive.H.
scalar newtonSteadyNSTurbIntrusive::nu |
Definition at line 68 of file ReducedSteadyNSTurbIntrusive.H.
SteadyNSTurbIntrusive* newtonSteadyNSTurbIntrusive::problem |
Definition at line 65 of file ReducedSteadyNSTurbIntrusive.H.
Eigen::MatrixXd newtonSteadyNSTurbIntrusive::tauU |
Definition at line 69 of file ReducedSteadyNSTurbIntrusive.H.