#include <ReducedMSR.H>
Public Member Functions | |
| newton_msr_t () | |
| newton_msr_t (int Nx, int Ny, msrProblem &problem) | |
| int | operator() (const Eigen::VectorXd &n, Eigen::VectorXd &fvecn) const |
| int | df (const Eigen::VectorXd &n, Eigen::MatrixXd &fjacn) 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 | |
| int | Nphi_u |
| int | Nphi_flux |
| int | Nphi_T |
| int | Nphi_dec1 |
| int | Nphi_dec2 |
| int | Nphi_dec3 |
| int | N_BCt |
| int | Nphi_const |
| scalar | nu |
| scalar | cp |
| scalar | dl1 |
| scalar | dl2 |
| scalar | dl3 |
| scalar | db1 |
| scalar | db2 |
| scalar | db3 |
| scalar | dbtot |
| scalar | Sc |
| scalar | Pr |
| Eigen::VectorXd | a_tmp |
| Eigen::VectorXd | c_tmp |
| Eigen::VectorXd | BCt |
| Eigen::VectorXd | v_c |
| Eigen::VectorXd | sp_c |
| Eigen::VectorXd | txs_c |
| std::vector< SPLINTER::RBFSpline * > | SPLINES_v |
| std::vector< SPLINTER::RBFSpline * > | SPLINES_sp |
| std::vector< SPLINTER::RBFSpline * > | SPLINES_TXS |
| msrProblem * | problem |
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 |
Definition at line 134 of file ReducedMSR.H.
|
inline |
Definition at line 137 of file ReducedMSR.H.
|
inline |
Definition at line 139 of file ReducedMSR.H.
| int newton_msr_t::df | ( | const Eigen::VectorXd & | n, |
| Eigen::MatrixXd & | fjacn ) const |
Definition at line 512 of file ReducedMSR.C.
| int newton_msr_t::operator() | ( | const Eigen::VectorXd & | n, |
| Eigen::VectorXd & | fvecn ) const |
Thermal terms
Definition at line 422 of file ReducedMSR.C.
| Eigen::VectorXd newton_msr_t::a_tmp |
Definition at line 178 of file ReducedMSR.H.
| Eigen::VectorXd newton_msr_t::BCt |
Definition at line 180 of file ReducedMSR.H.
| Eigen::VectorXd newton_msr_t::c_tmp |
Definition at line 179 of file ReducedMSR.H.
| scalar newton_msr_t::cp |
Definition at line 167 of file ReducedMSR.H.
| scalar newton_msr_t::db1 |
Definition at line 171 of file ReducedMSR.H.
| scalar newton_msr_t::db2 |
Definition at line 172 of file ReducedMSR.H.
| scalar newton_msr_t::db3 |
Definition at line 173 of file ReducedMSR.H.
| scalar newton_msr_t::dbtot |
Definition at line 174 of file ReducedMSR.H.
| scalar newton_msr_t::dl1 |
Definition at line 168 of file ReducedMSR.H.
| scalar newton_msr_t::dl2 |
Definition at line 169 of file ReducedMSR.H.
| scalar newton_msr_t::dl3 |
Definition at line 170 of file ReducedMSR.H.
| int newton_msr_t::N_BCt |
Definition at line 162 of file ReducedMSR.H.
| int newton_msr_t::Nphi_const |
Definition at line 163 of file ReducedMSR.H.
| int newton_msr_t::Nphi_dec1 |
Definition at line 159 of file ReducedMSR.H.
| int newton_msr_t::Nphi_dec2 |
Definition at line 160 of file ReducedMSR.H.
| int newton_msr_t::Nphi_dec3 |
Definition at line 161 of file ReducedMSR.H.
| int newton_msr_t::Nphi_flux |
Definition at line 157 of file ReducedMSR.H.
| int newton_msr_t::Nphi_T |
Definition at line 158 of file ReducedMSR.H.
| int newton_msr_t::Nphi_u |
Definition at line 156 of file ReducedMSR.H.
| scalar newton_msr_t::nu |
Definition at line 165 of file ReducedMSR.H.
| scalar newton_msr_t::Pr |
Definition at line 176 of file ReducedMSR.H.
| msrProblem* newton_msr_t::problem |
Definition at line 187 of file ReducedMSR.H.
| scalar newton_msr_t::Sc |
Definition at line 175 of file ReducedMSR.H.
| Eigen::VectorXd newton_msr_t::sp_c |
Definition at line 182 of file ReducedMSR.H.
| std::vector<SPLINTER::RBFSpline*> newton_msr_t::SPLINES_sp |
Definition at line 185 of file ReducedMSR.H.
| std::vector<SPLINTER::RBFSpline*> newton_msr_t::SPLINES_TXS |
Definition at line 186 of file ReducedMSR.H.
| std::vector<SPLINTER::RBFSpline*> newton_msr_t::SPLINES_v |
Definition at line 184 of file ReducedMSR.H.
| Eigen::VectorXd newton_msr_t::txs_c |
Definition at line 183 of file ReducedMSR.H.
| Eigen::VectorXd newton_msr_t::v_c |
Definition at line 181 of file ReducedMSR.H.
1.13.2