Newton object for the resolution of the reduced problem using a supremizer approach. More...
#include <ReducedUnsteadyBB.H>
Public Member Functions | |
newton_unsteadyBB_sup () | |
newton_unsteadyBB_sup (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 | |
UnsteadyBB * | problem |
int | Nphi_u |
int | Nphi_t |
int | N_BC_t |
int | N_BC |
int | Nphi_prgh |
scalar | nu |
scalar | Pr |
scalar | dt |
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, InputsAtCompileTime > | JacobianType |
Newton object for the resolution of the reduced problem using a supremizer approach.
Definition at line 49 of file ReducedUnsteadyBB.H.
|
inline |
Definition at line 52 of file ReducedUnsteadyBB.H.
|
inline |
Definition at line 53 of file ReducedUnsteadyBB.H.
int newton_unsteadyBB_sup::df | ( | const Eigen::VectorXd & | x, |
Eigen::MatrixXd & | fjac ) const |
Definition at line 161 of file ReducedUnsteadyBB.C.
int newton_unsteadyBB_sup::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec ) const |
Definition at line 94 of file ReducedUnsteadyBB.C.
Eigen::VectorXd newton_unsteadyBB_sup::BC |
Definition at line 77 of file ReducedUnsteadyBB.H.
Eigen::VectorXd newton_unsteadyBB_sup::BC_t |
Definition at line 76 of file ReducedUnsteadyBB.H.
scalar newton_unsteadyBB_sup::dt |
Definition at line 73 of file ReducedUnsteadyBB.H.
int newton_unsteadyBB_sup::N_BC |
Definition at line 69 of file ReducedUnsteadyBB.H.
int newton_unsteadyBB_sup::N_BC_t |
Definition at line 68 of file ReducedUnsteadyBB.H.
int newton_unsteadyBB_sup::Nphi_prgh |
Definition at line 70 of file ReducedUnsteadyBB.H.
int newton_unsteadyBB_sup::Nphi_t |
Definition at line 67 of file ReducedUnsteadyBB.H.
int newton_unsteadyBB_sup::Nphi_u |
Definition at line 66 of file ReducedUnsteadyBB.H.
scalar newton_unsteadyBB_sup::nu |
Definition at line 71 of file ReducedUnsteadyBB.H.
scalar newton_unsteadyBB_sup::Pr |
Definition at line 72 of file ReducedUnsteadyBB.H.
UnsteadyBB* newton_unsteadyBB_sup::problem |
Definition at line 65 of file ReducedUnsteadyBB.H.
Eigen::VectorXd newton_unsteadyBB_sup::y_old |
Definition at line 75 of file ReducedUnsteadyBB.H.