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

Public Member Functions

 newtonSteadyNSTurbPPE (int Nx, int Ny, SteadyNSTurb &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

SteadyNSTurbproblem
int Nphi_u
int nphiNut
int Nphi_p
int N_BC
Eigen::VectorXd gNut
scalar nu
Eigen::MatrixXd tauU
Eigen::VectorXd bc
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 81 of file ReducedSteadyNSTurb.H.

Constructor & Destructor Documentation

◆ newtonSteadyNSTurbPPE() [1/2]

newtonSteadyNSTurbPPE::newtonSteadyNSTurbPPE ( )
inline

Definition at line 84 of file ReducedSteadyNSTurb.H.

◆ newtonSteadyNSTurbPPE() [2/2]

newtonSteadyNSTurbPPE::newtonSteadyNSTurbPPE ( int Nx,
int Ny,
SteadyNSTurb & problem )
inline

Definition at line 86 of file ReducedSteadyNSTurb.H.

Member Function Documentation

◆ df()

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

Definition at line 202 of file ReducedSteadyNSTurb.C.

◆ operator()()

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

Definition at line 128 of file ReducedSteadyNSTurb.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonSteadyNSTurbPPE::bc

Definition at line 107 of file ReducedSteadyNSTurb.H.

◆ gNut

Eigen::VectorXd newtonSteadyNSTurbPPE::gNut

Definition at line 104 of file ReducedSteadyNSTurb.H.

◆ N_BC

int newtonSteadyNSTurbPPE::N_BC

Definition at line 103 of file ReducedSteadyNSTurb.H.

◆ Nphi_p

int newtonSteadyNSTurbPPE::Nphi_p

Definition at line 102 of file ReducedSteadyNSTurb.H.

◆ Nphi_u

int newtonSteadyNSTurbPPE::Nphi_u

Definition at line 100 of file ReducedSteadyNSTurb.H.

◆ nphiNut

int newtonSteadyNSTurbPPE::nphiNut

Definition at line 101 of file ReducedSteadyNSTurb.H.

◆ nu

scalar newtonSteadyNSTurbPPE::nu

Definition at line 105 of file ReducedSteadyNSTurb.H.

◆ problem

SteadyNSTurb* newtonSteadyNSTurbPPE::problem

Definition at line 99 of file ReducedSteadyNSTurb.H.

◆ SPLINES

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

Definition at line 108 of file ReducedSteadyNSTurb.H.

◆ tauU

Eigen::MatrixXd newtonSteadyNSTurbPPE::tauU

Definition at line 106 of file ReducedSteadyNSTurb.H.


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