Loading...
Searching...
No Matches
newton_unsteadyBB_PPE Struct Reference

#include <ReducedUnsteadyBB.H>

Inheritance diagram for newton_unsteadyBB_PPE:
newton_argument< double >

Public Member Functions

 newton_unsteadyBB_PPE ()
 
 newton_unsteadyBB_PPE (int Nx, int Ny, UnsteadyBB &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

UnsteadyBBproblem
 
int Nphi_u
 
int Nphi_p
 
int Nphi_t
 
int Nphi_prgh
 
int N_BC_t
 
int N_BC
 
scalar nu
 
scalar Pr
 
scalar dt
 
int writeEvery
 
word BCmethod
 
Eigen::VectorXd y_old
 
Eigen::VectorXd BC_t
 
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

Definition at line 81 of file ReducedUnsteadyBB.H.

Constructor & Destructor Documentation

◆ newton_unsteadyBB_PPE() [1/2]

newton_unsteadyBB_PPE::newton_unsteadyBB_PPE ( )
inline

Definition at line 84 of file ReducedUnsteadyBB.H.

◆ newton_unsteadyBB_PPE() [2/2]

newton_unsteadyBB_PPE::newton_unsteadyBB_PPE ( int Nx,
int Ny,
UnsteadyBB & problem )
inline

Definition at line 85 of file ReducedUnsteadyBB.H.

Member Function Documentation

◆ df()

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

Definition at line 243 of file ReducedUnsteadyBB.C.

◆ operator()()

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

Definition at line 172 of file ReducedUnsteadyBB.C.

Member Data Documentation

◆ BC

Eigen::VectorXd newton_unsteadyBB_PPE::BC

Definition at line 114 of file ReducedUnsteadyBB.H.

◆ BC_t

Eigen::VectorXd newton_unsteadyBB_PPE::BC_t

Definition at line 113 of file ReducedUnsteadyBB.H.

◆ BCmethod

word newton_unsteadyBB_PPE::BCmethod

Definition at line 110 of file ReducedUnsteadyBB.H.

◆ dt

scalar newton_unsteadyBB_PPE::dt

Definition at line 108 of file ReducedUnsteadyBB.H.

◆ N_BC

int newton_unsteadyBB_PPE::N_BC

Definition at line 105 of file ReducedUnsteadyBB.H.

◆ N_BC_t

int newton_unsteadyBB_PPE::N_BC_t

Definition at line 104 of file ReducedUnsteadyBB.H.

◆ Nphi_p

int newton_unsteadyBB_PPE::Nphi_p

Definition at line 101 of file ReducedUnsteadyBB.H.

◆ Nphi_prgh

int newton_unsteadyBB_PPE::Nphi_prgh

Definition at line 103 of file ReducedUnsteadyBB.H.

◆ Nphi_t

int newton_unsteadyBB_PPE::Nphi_t

Definition at line 102 of file ReducedUnsteadyBB.H.

◆ Nphi_u

int newton_unsteadyBB_PPE::Nphi_u

Definition at line 100 of file ReducedUnsteadyBB.H.

◆ nu

scalar newton_unsteadyBB_PPE::nu

Definition at line 106 of file ReducedUnsteadyBB.H.

◆ Pr

scalar newton_unsteadyBB_PPE::Pr

Definition at line 107 of file ReducedUnsteadyBB.H.

◆ problem

UnsteadyBB* newton_unsteadyBB_PPE::problem

Definition at line 99 of file ReducedUnsteadyBB.H.

◆ writeEvery

int newton_unsteadyBB_PPE::writeEvery

Definition at line 109 of file ReducedUnsteadyBB.H.

◆ y_old

Eigen::VectorXd newton_unsteadyBB_PPE::y_old

Definition at line 112 of file ReducedUnsteadyBB.H.


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