Structure to implement a newton object for a stationary NS problem.
More...
#include <ReducedSteadyNSTurb.H>
|
| | newtonSteadyNSTurbSUP (int Nx, int Ny, SteadyNSTurb &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 |
Structure to implement a newton object for a stationary NS problem.
Definition at line 51 of file ReducedSteadyNSTurb.H.
◆ newtonSteadyNSTurbSUP() [1/2]
| newtonSteadyNSTurbSUP::newtonSteadyNSTurbSUP |
( |
| ) |
|
|
inline |
◆ newtonSteadyNSTurbSUP() [2/2]
| newtonSteadyNSTurbSUP::newtonSteadyNSTurbSUP |
( |
int | Nx, |
|
|
int | Ny, |
|
|
SteadyNSTurb & | problem ) |
|
inline |
◆ df()
| int newtonSteadyNSTurbSUP::df |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::MatrixXd & | fjac ) const |
◆ operator()()
| int newtonSteadyNSTurbSUP::operator() |
( |
const Eigen::VectorXd & | x, |
|
|
Eigen::VectorXd & | fvec ) const |
◆ bc
| Eigen::VectorXd newtonSteadyNSTurbSUP::bc |
◆ gNut
| Eigen::VectorXd newtonSteadyNSTurbSUP::gNut |
◆ N_BC
| int newtonSteadyNSTurbSUP::N_BC |
◆ Nphi_p
| int newtonSteadyNSTurbSUP::Nphi_p |
◆ Nphi_u
| int newtonSteadyNSTurbSUP::Nphi_u |
◆ nphiNut
| int newtonSteadyNSTurbSUP::nphiNut |
◆ nu
| scalar newtonSteadyNSTurbSUP::nu |
◆ problem
◆ SPLINES
| std::vector<SPLINTER::RBFSpline*> newtonSteadyNSTurbSUP::SPLINES |
◆ tauU
| Eigen::MatrixXd newtonSteadyNSTurbSUP::tauU |
The documentation for this struct was generated from the following files: