Loading...
Searching...
No Matches
newton_unsteadyNST_sup Struct Reference

Newton object for the resolution of the reduced problem using a supremizer approach. More...

#include <ReducedUnsteadyNST.H>

Inheritance diagram for newton_unsteadyNST_sup:
newton_argument< double >

Public Member Functions

 newton_unsteadyNST_sup ()
 
 newton_unsteadyNST_sup (int Nx, int Ny, unsteadyNST &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

unsteadyNSTproblem
 
int Nphi_u
 
int Nphi_p
 
int N_BC
 
scalar nu
 
scalar dt
 
Eigen::VectorXd y_old
 
Eigen::VectorXd BC
 
- 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

Newton object for the resolution of the reduced problem using a supremizer approach.

Definition at line 48 of file ReducedUnsteadyNST.H.

Constructor & Destructor Documentation

◆ newton_unsteadyNST_sup() [1/2]

newton_unsteadyNST_sup::newton_unsteadyNST_sup ( )
inline

Definition at line 51 of file ReducedUnsteadyNST.H.

◆ newton_unsteadyNST_sup() [2/2]

newton_unsteadyNST_sup::newton_unsteadyNST_sup ( int Nx,
int Ny,
unsteadyNST & problem )
inline

Definition at line 52 of file ReducedUnsteadyNST.H.

Member Function Documentation

◆ df()

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

Definition at line 150 of file ReducedUnsteadyNST.C.

◆ operator()()

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

Definition at line 109 of file ReducedUnsteadyNST.C.

Member Data Documentation

◆ BC

Eigen::VectorXd newton_unsteadyNST_sup::BC

Definition at line 69 of file ReducedUnsteadyNST.H.

◆ dt

scalar newton_unsteadyNST_sup::dt

Definition at line 67 of file ReducedUnsteadyNST.H.

◆ N_BC

int newton_unsteadyNST_sup::N_BC

Definition at line 65 of file ReducedUnsteadyNST.H.

◆ Nphi_p

int newton_unsteadyNST_sup::Nphi_p

Definition at line 64 of file ReducedUnsteadyNST.H.

◆ Nphi_u

int newton_unsteadyNST_sup::Nphi_u

Definition at line 63 of file ReducedUnsteadyNST.H.

◆ nu

scalar newton_unsteadyNST_sup::nu

Definition at line 66 of file ReducedUnsteadyNST.H.

◆ problem

unsteadyNST* newton_unsteadyNST_sup::problem

Definition at line 62 of file ReducedUnsteadyNST.H.

◆ y_old

Eigen::VectorXd newton_unsteadyNST_sup::y_old

Definition at line 68 of file ReducedUnsteadyNST.H.


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