Newton object for the resolution of the reduced problem using a supremizer approach.
More...
#include <ReducedUnsteadyBB.H>
|
| | 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 |
| | 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.
|
|
| 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.
◆ newton_unsteadyBB_sup() [1/2]
| newton_unsteadyBB_sup::newton_unsteadyBB_sup |
( |
| ) |
|
|
inline |
◆ newton_unsteadyBB_sup() [2/2]
| newton_unsteadyBB_sup::newton_unsteadyBB_sup |
( |
int | Nx, |
|
|
int | Ny, |
|
|
UnsteadyBB & | problem ) |
|
inline |
◆ df()
| int newton_unsteadyBB_sup::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newton_unsteadyBB_sup::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ BC
| Eigen::VectorXd newton_unsteadyBB_sup::BC |
◆ BC_t
| Eigen::VectorXd newton_unsteadyBB_sup::BC_t |
◆ dt
| scalar newton_unsteadyBB_sup::dt |
◆ N_BC
| int newton_unsteadyBB_sup::N_BC |
◆ N_BC_t
| int newton_unsteadyBB_sup::N_BC_t |
◆ Nphi_prgh
| int newton_unsteadyBB_sup::Nphi_prgh |
◆ Nphi_t
| int newton_unsteadyBB_sup::Nphi_t |
◆ Nphi_u
| int newton_unsteadyBB_sup::Nphi_u |
◆ nu
| scalar newton_unsteadyBB_sup::nu |
◆ Pr
| scalar newton_unsteadyBB_sup::Pr |
◆ problem
◆ y_old
| Eigen::VectorXd newton_unsteadyBB_sup::y_old |
The documentation for this struct was generated from the following files: