|
| | 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 |
| | 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 |
Definition at line 82 of file ReducedUnsteadyBB.H.
◆ newton_unsteadyBB_PPE() [1/2]
| newton_unsteadyBB_PPE::newton_unsteadyBB_PPE |
( |
| ) |
|
|
inline |
◆ newton_unsteadyBB_PPE() [2/2]
| newton_unsteadyBB_PPE::newton_unsteadyBB_PPE |
( |
int | Nx, |
|
|
int | Ny, |
|
|
UnsteadyBB & | problem ) |
|
inline |
◆ df()
| int newton_unsteadyBB_PPE::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newton_unsteadyBB_PPE::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ BC
| Eigen::VectorXd newton_unsteadyBB_PPE::BC |
◆ BC_t
| Eigen::VectorXd newton_unsteadyBB_PPE::BC_t |
◆ BCmethod
| word newton_unsteadyBB_PPE::BCmethod |
◆ dt
| scalar newton_unsteadyBB_PPE::dt |
◆ N_BC
| int newton_unsteadyBB_PPE::N_BC |
◆ N_BC_t
| int newton_unsteadyBB_PPE::N_BC_t |
◆ Nphi_p
| int newton_unsteadyBB_PPE::Nphi_p |
◆ Nphi_prgh
| int newton_unsteadyBB_PPE::Nphi_prgh |
◆ Nphi_t
| int newton_unsteadyBB_PPE::Nphi_t |
◆ Nphi_u
| int newton_unsteadyBB_PPE::Nphi_u |
◆ nu
| scalar newton_unsteadyBB_PPE::nu |
◆ Pr
| scalar newton_unsteadyBB_PPE::Pr |
◆ problem
◆ writeEvery
| int newton_unsteadyBB_PPE::writeEvery |
◆ y_old
| Eigen::VectorXd newton_unsteadyBB_PPE::y_old |
The documentation for this struct was generated from the following files: