Loading...
Searching...
No Matches
newtonUnsteadyNSTurbIntrusivePPE Struct Reference
Inheritance diagram for newtonUnsteadyNSTurbIntrusivePPE:
newton_argument< double >

Public Member Functions

 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.
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

UnsteadyNSTurbIntrusiveproblem
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

Detailed Description

Definition at line 76 of file ReducedUnsteadyNSTurbIntrusive.H.

Constructor & Destructor Documentation

◆ newtonUnsteadyNSTurbIntrusivePPE() [1/2]

newtonUnsteadyNSTurbIntrusivePPE::newtonUnsteadyNSTurbIntrusivePPE ( )
inline

Definition at line 79 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ newtonUnsteadyNSTurbIntrusivePPE() [2/2]

newtonUnsteadyNSTurbIntrusivePPE::newtonUnsteadyNSTurbIntrusivePPE ( int Nx,
int Ny,
UnsteadyNSTurbIntrusive & problem )
inline

Definition at line 81 of file ReducedUnsteadyNSTurbIntrusive.H.

Member Function Documentation

◆ df()

int newtonUnsteadyNSTurbIntrusivePPE::df ( const Eigen::VectorXd & x,
Eigen::MatrixXd & fjac ) const

Definition at line 242 of file ReducedUnsteadyNSTurbIntrusive.C.

◆ operator()()

int newtonUnsteadyNSTurbIntrusivePPE::operator() ( const Eigen::VectorXd & x,
Eigen::VectorXd & fvec ) const

Definition at line 158 of file ReducedUnsteadyNSTurbIntrusive.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonUnsteadyNSTurbIntrusivePPE::bc

Definition at line 100 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ dt

scalar newtonUnsteadyNSTurbIntrusivePPE::dt

Definition at line 97 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ N_BC

int newtonUnsteadyNSTurbIntrusivePPE::N_BC

Definition at line 95 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ Nphi_p

int newtonUnsteadyNSTurbIntrusivePPE::Nphi_p

Definition at line 94 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ Nphi_u

int newtonUnsteadyNSTurbIntrusivePPE::Nphi_u

Definition at line 93 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ nu

scalar newtonUnsteadyNSTurbIntrusivePPE::nu

Definition at line 96 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ problem

UnsteadyNSTurbIntrusive* newtonUnsteadyNSTurbIntrusivePPE::problem

Definition at line 92 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ tauU

Eigen::MatrixXd newtonUnsteadyNSTurbIntrusivePPE::tauU

Definition at line 101 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ y_old

Eigen::VectorXd newtonUnsteadyNSTurbIntrusivePPE::y_old

Definition at line 98 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ yOldOld

Eigen::VectorXd newtonUnsteadyNSTurbIntrusivePPE::yOldOld

Definition at line 99 of file ReducedUnsteadyNSTurbIntrusive.H.


The documentation for this struct was generated from the following files: