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

Public Member Functions

 newton_usmsr_fd (int Nx, int Ny, usmsrProblem &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

int Nphi_u
int Nphi_p
int N_BC
scalar nu
scalar dt
Eigen::VectorXd y_old
Eigen::VectorXd BC
usmsrProblemproblem
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 39 of file ReducedUnsteadyMSR.H.

Constructor & Destructor Documentation

◆ newton_usmsr_fd() [1/2]

newton_usmsr_fd::newton_usmsr_fd ( )
inline

Definition at line 42 of file ReducedUnsteadyMSR.H.

◆ newton_usmsr_fd() [2/2]

newton_usmsr_fd::newton_usmsr_fd ( int Nx,
int Ny,
usmsrProblem & problem )
inline

Definition at line 44 of file ReducedUnsteadyMSR.H.

Member Function Documentation

◆ df()

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

Definition at line 234 of file ReducedUnsteadyMSR.C.

◆ operator()()

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

Fluid-dynamics terms

Definition at line 185 of file ReducedUnsteadyMSR.C.

Member Data Documentation

◆ BC

Eigen::VectorXd newton_usmsr_fd::BC

Definition at line 62 of file ReducedUnsteadyMSR.H.

◆ dt

scalar newton_usmsr_fd::dt

Definition at line 60 of file ReducedUnsteadyMSR.H.

◆ N_BC

int newton_usmsr_fd::N_BC

Definition at line 57 of file ReducedUnsteadyMSR.H.

◆ Nphi_p

int newton_usmsr_fd::Nphi_p

Definition at line 56 of file ReducedUnsteadyMSR.H.

◆ Nphi_u

int newton_usmsr_fd::Nphi_u

Definition at line 55 of file ReducedUnsteadyMSR.H.

◆ nu

scalar newton_usmsr_fd::nu

Definition at line 59 of file ReducedUnsteadyMSR.H.

◆ problem

usmsrProblem* newton_usmsr_fd::problem

Definition at line 64 of file ReducedUnsteadyMSR.H.

◆ y_old

Eigen::VectorXd newton_usmsr_fd::y_old

Definition at line 61 of file ReducedUnsteadyMSR.H.


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