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

Public Member Functions

 newtonUnsteadyNSTurbSUP (int Nx, int Ny, UnsteadyNSTurb &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

UnsteadyNSTurbproblem
int Nphi_u
int nphiNut
int Nphi_p
int N_BC
scalar nu
scalar dt
Eigen::VectorXd y_old
Eigen::VectorXd yOldOld
Eigen::VectorXd bc
Eigen::MatrixXd tauU
Eigen::VectorXd gNut
std::vector< SPLINTER::RBFSpline * > SPLINES
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 50 of file ReducedUnsteadyNSTurb.H.

Constructor & Destructor Documentation

◆ newtonUnsteadyNSTurbSUP() [1/2]

newtonUnsteadyNSTurbSUP::newtonUnsteadyNSTurbSUP ( )
inline

Definition at line 53 of file ReducedUnsteadyNSTurb.H.

◆ newtonUnsteadyNSTurbSUP() [2/2]

newtonUnsteadyNSTurbSUP::newtonUnsteadyNSTurbSUP ( int Nx,
int Ny,
UnsteadyNSTurb & problem )
inline

Definition at line 55 of file ReducedUnsteadyNSTurb.H.

Member Function Documentation

◆ df()

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

Definition at line 173 of file ReducedUnsteadyNSTurb.C.

◆ operator()()

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

Definition at line 99 of file ReducedUnsteadyNSTurb.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonUnsteadyNSTurbSUP::bc

Definition at line 77 of file ReducedUnsteadyNSTurb.H.

◆ dt

scalar newtonUnsteadyNSTurbSUP::dt

Definition at line 74 of file ReducedUnsteadyNSTurb.H.

◆ gNut

Eigen::VectorXd newtonUnsteadyNSTurbSUP::gNut

Definition at line 79 of file ReducedUnsteadyNSTurb.H.

◆ N_BC

int newtonUnsteadyNSTurbSUP::N_BC

Definition at line 72 of file ReducedUnsteadyNSTurb.H.

◆ Nphi_p

int newtonUnsteadyNSTurbSUP::Nphi_p

Definition at line 71 of file ReducedUnsteadyNSTurb.H.

◆ Nphi_u

int newtonUnsteadyNSTurbSUP::Nphi_u

Definition at line 69 of file ReducedUnsteadyNSTurb.H.

◆ nphiNut

int newtonUnsteadyNSTurbSUP::nphiNut

Definition at line 70 of file ReducedUnsteadyNSTurb.H.

◆ nu

scalar newtonUnsteadyNSTurbSUP::nu

Definition at line 73 of file ReducedUnsteadyNSTurb.H.

◆ problem

UnsteadyNSTurb* newtonUnsteadyNSTurbSUP::problem

Definition at line 68 of file ReducedUnsteadyNSTurb.H.

◆ SPLINES

std::vector<SPLINTER::RBFSpline*> newtonUnsteadyNSTurbSUP::SPLINES

Definition at line 80 of file ReducedUnsteadyNSTurb.H.

◆ tauU

Eigen::MatrixXd newtonUnsteadyNSTurbSUP::tauU

Definition at line 78 of file ReducedUnsteadyNSTurb.H.

◆ y_old

Eigen::VectorXd newtonUnsteadyNSTurbSUP::y_old

Definition at line 75 of file ReducedUnsteadyNSTurb.H.

◆ yOldOld

Eigen::VectorXd newtonUnsteadyNSTurbSUP::yOldOld

Definition at line 76 of file ReducedUnsteadyNSTurb.H.


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