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

Public Member Functions

 newtonUnsteadyNSTurbPPE (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 85 of file ReducedUnsteadyNSTurb.H.

Constructor & Destructor Documentation

◆ newtonUnsteadyNSTurbPPE() [1/2]

newtonUnsteadyNSTurbPPE::newtonUnsteadyNSTurbPPE ( )
inline

Definition at line 88 of file ReducedUnsteadyNSTurb.H.

◆ newtonUnsteadyNSTurbPPE() [2/2]

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

Definition at line 90 of file ReducedUnsteadyNSTurb.H.

Member Function Documentation

◆ df()

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

Definition at line 354 of file ReducedUnsteadyNSTurb.C.

◆ operator()()

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

Definition at line 269 of file ReducedUnsteadyNSTurb.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonUnsteadyNSTurbPPE::bc

Definition at line 112 of file ReducedUnsteadyNSTurb.H.

◆ dt

scalar newtonUnsteadyNSTurbPPE::dt

Definition at line 109 of file ReducedUnsteadyNSTurb.H.

◆ gNut

Eigen::VectorXd newtonUnsteadyNSTurbPPE::gNut

Definition at line 114 of file ReducedUnsteadyNSTurb.H.

◆ N_BC

int newtonUnsteadyNSTurbPPE::N_BC

Definition at line 107 of file ReducedUnsteadyNSTurb.H.

◆ Nphi_p

int newtonUnsteadyNSTurbPPE::Nphi_p

Definition at line 106 of file ReducedUnsteadyNSTurb.H.

◆ Nphi_u

int newtonUnsteadyNSTurbPPE::Nphi_u

Definition at line 104 of file ReducedUnsteadyNSTurb.H.

◆ nphiNut

int newtonUnsteadyNSTurbPPE::nphiNut

Definition at line 105 of file ReducedUnsteadyNSTurb.H.

◆ nu

scalar newtonUnsteadyNSTurbPPE::nu

Definition at line 108 of file ReducedUnsteadyNSTurb.H.

◆ problem

UnsteadyNSTurb* newtonUnsteadyNSTurbPPE::problem

Definition at line 103 of file ReducedUnsteadyNSTurb.H.

◆ SPLINES

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

Definition at line 115 of file ReducedUnsteadyNSTurb.H.

◆ tauU

Eigen::MatrixXd newtonUnsteadyNSTurbPPE::tauU

Definition at line 113 of file ReducedUnsteadyNSTurb.H.

◆ y_old

Eigen::VectorXd newtonUnsteadyNSTurbPPE::y_old

Definition at line 110 of file ReducedUnsteadyNSTurb.H.

◆ yOldOld

Eigen::VectorXd newtonUnsteadyNSTurbPPE::yOldOld

Definition at line 111 of file ReducedUnsteadyNSTurb.H.


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