Loading...
Searching...
No Matches
newtonUnsteadyNSTurbIntrusive Struct Reference

#include <ReducedUnsteadyNSTurbIntrusive.H>

Inheritance diagram for newtonUnsteadyNSTurbIntrusive:
newton_argument< double >

Public Member Functions

 newtonUnsteadyNSTurbIntrusive ()
 
 newtonUnsteadyNSTurbIntrusive (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

UnsteadyNSTurbIntrusiveproblem
 
int Nphi_u
 
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, InputsAtCompileTimeJacobianType
 

Detailed Description

Definition at line 50 of file ReducedUnsteadyNSTurbIntrusive.H.

Constructor & Destructor Documentation

◆ newtonUnsteadyNSTurbIntrusive() [1/2]

newtonUnsteadyNSTurbIntrusive::newtonUnsteadyNSTurbIntrusive ( )
inline

Definition at line 53 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ newtonUnsteadyNSTurbIntrusive() [2/2]

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

Definition at line 54 of file ReducedUnsteadyNSTurbIntrusive.H.

Member Function Documentation

◆ df()

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

Definition at line 147 of file ReducedUnsteadyNSTurbIntrusive.C.

◆ operator()()

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

Definition at line 87 of file ReducedUnsteadyNSTurbIntrusive.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::bc

Definition at line 71 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ dt

scalar newtonUnsteadyNSTurbIntrusive::dt

Definition at line 68 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ N_BC

int newtonUnsteadyNSTurbIntrusive::N_BC

Definition at line 66 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ Nphi_u

int newtonUnsteadyNSTurbIntrusive::Nphi_u

Definition at line 65 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ nu

scalar newtonUnsteadyNSTurbIntrusive::nu

Definition at line 67 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ problem

UnsteadyNSTurbIntrusive* newtonUnsteadyNSTurbIntrusive::problem

Definition at line 64 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ tauU

Eigen::MatrixXd newtonUnsteadyNSTurbIntrusive::tauU

Definition at line 72 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ y_old

Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::y_old

Definition at line 69 of file ReducedUnsteadyNSTurbIntrusive.H.

◆ yOldOld

Eigen::VectorXd newtonUnsteadyNSTurbIntrusive::yOldOld

Definition at line 70 of file ReducedUnsteadyNSTurbIntrusive.H.


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