|
| | newton_usmsr_t (int Nx, int Ny, usmsrProblem &problem) |
| int | operator() (const Eigen::VectorXd &t, Eigen::VectorXd &fvect) const |
| int | df (const Eigen::VectorXd &t, Eigen::MatrixXd &fjact) 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 141 of file ReducedUnsteadyMSR.H.
◆ newton_usmsr_t() [1/2]
| newton_usmsr_t::newton_usmsr_t |
( |
| ) |
|
|
inline |
◆ newton_usmsr_t() [2/2]
| newton_usmsr_t::newton_usmsr_t |
( |
int | Nx, |
|
|
int | Ny, |
|
|
usmsrProblem & | problem ) |
|
inline |
◆ df()
| int newton_usmsr_t::df |
( |
const Eigen::VectorXd & | t, |
|
|
Eigen::MatrixXd & | fjact ) const |
◆ operator()()
| int newton_usmsr_t::operator() |
( |
const Eigen::VectorXd & | t, |
|
|
Eigen::VectorXd & | fvect ) const |
◆ a_tmp
| Eigen::VectorXd newton_usmsr_t::a_tmp |
◆ BCt
| Eigen::VectorXd newton_usmsr_t::BCt |
◆ c_tmp
| Eigen::VectorXd newton_usmsr_t::c_tmp |
◆ cp
| scalar newton_usmsr_t::cp |
◆ db1
| scalar newton_usmsr_t::db1 |
◆ db2
| scalar newton_usmsr_t::db2 |
◆ db3
| scalar newton_usmsr_t::db3 |
◆ dbtot
| scalar newton_usmsr_t::dbtot |
◆ dl1
| scalar newton_usmsr_t::dl1 |
◆ dl2
| scalar newton_usmsr_t::dl2 |
◆ dl3
| scalar newton_usmsr_t::dl3 |
◆ dt
| scalar newton_usmsr_t::dt |
◆ Keff
| scalar newton_usmsr_t::Keff |
◆ N_BCt
| int newton_usmsr_t::N_BCt |
◆ Nphi_const
| int newton_usmsr_t::Nphi_const |
◆ Nphi_dec1
| int newton_usmsr_t::Nphi_dec1 |
◆ Nphi_dec2
| int newton_usmsr_t::Nphi_dec2 |
◆ Nphi_dec3
| int newton_usmsr_t::Nphi_dec3 |
◆ Nphi_flux
| int newton_usmsr_t::Nphi_flux |
◆ Nphi_T
| int newton_usmsr_t::Nphi_T |
◆ Nphi_u
| int newton_usmsr_t::Nphi_u |
◆ nu
| scalar newton_usmsr_t::nu |
◆ Pr
| scalar newton_usmsr_t::Pr |
◆ problem
◆ Sc
| scalar newton_usmsr_t::Sc |
◆ sp
| scalar newton_usmsr_t::sp |
◆ sp_c
| Eigen::VectorXd newton_usmsr_t::sp_c |
◆ SPLINES_sp
| std::vector<SPLINTER::RBFSpline*> newton_usmsr_t::SPLINES_sp |
◆ SPLINES_TXS
| std::vector<SPLINTER::RBFSpline*> newton_usmsr_t::SPLINES_TXS |
◆ SPLINES_v
| std::vector<SPLINTER::RBFSpline*> newton_usmsr_t::SPLINES_v |
◆ txs_c
| Eigen::VectorXd newton_usmsr_t::txs_c |
◆ v_c
| Eigen::VectorXd newton_usmsr_t::v_c |
◆ z_old
| Eigen::VectorXd newton_usmsr_t::z_old |
The documentation for this struct was generated from the following files: