Loading...
Searching...
No Matches
newton_msr_t Struct Reference

#include <ReducedMSR.H>

Inheritance diagram for newton_msr_t:
newton_argument< double >

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
 
msrProblemproblem
 
- 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, InputsAtCompileTimeJacobianType
 

Detailed Description

Definition at line 130 of file ReducedMSR.H.

Constructor & Destructor Documentation

◆ newton_msr_t() [1/2]

newton_msr_t::newton_msr_t ( )
inline

Definition at line 133 of file ReducedMSR.H.

◆ newton_msr_t() [2/2]

newton_msr_t::newton_msr_t ( int Nx,
int Ny,
msrProblem & problem )
inline

Definition at line 134 of file ReducedMSR.H.

Member Function Documentation

◆ df()

int newton_msr_t::df ( const Eigen::VectorXd & n,
Eigen::MatrixXd & fjacn ) const

Definition at line 512 of file ReducedMSR.C.

◆ operator()()

int newton_msr_t::operator() ( const Eigen::VectorXd & n,
Eigen::VectorXd & fvecn ) const

Thermal terms

Definition at line 422 of file ReducedMSR.C.

Member Data Documentation

◆ a_tmp

Eigen::VectorXd newton_msr_t::a_tmp

Definition at line 172 of file ReducedMSR.H.

◆ BCt

Eigen::VectorXd newton_msr_t::BCt

Definition at line 174 of file ReducedMSR.H.

◆ c_tmp

Eigen::VectorXd newton_msr_t::c_tmp

Definition at line 173 of file ReducedMSR.H.

◆ cp

scalar newton_msr_t::cp

Definition at line 161 of file ReducedMSR.H.

◆ db1

scalar newton_msr_t::db1

Definition at line 165 of file ReducedMSR.H.

◆ db2

scalar newton_msr_t::db2

Definition at line 166 of file ReducedMSR.H.

◆ db3

scalar newton_msr_t::db3

Definition at line 167 of file ReducedMSR.H.

◆ dbtot

scalar newton_msr_t::dbtot

Definition at line 168 of file ReducedMSR.H.

◆ dl1

scalar newton_msr_t::dl1

Definition at line 162 of file ReducedMSR.H.

◆ dl2

scalar newton_msr_t::dl2

Definition at line 163 of file ReducedMSR.H.

◆ dl3

scalar newton_msr_t::dl3

Definition at line 164 of file ReducedMSR.H.

◆ N_BCt

int newton_msr_t::N_BCt

Definition at line 156 of file ReducedMSR.H.

◆ Nphi_const

int newton_msr_t::Nphi_const

Definition at line 157 of file ReducedMSR.H.

◆ Nphi_dec1

int newton_msr_t::Nphi_dec1

Definition at line 153 of file ReducedMSR.H.

◆ Nphi_dec2

int newton_msr_t::Nphi_dec2

Definition at line 154 of file ReducedMSR.H.

◆ Nphi_dec3

int newton_msr_t::Nphi_dec3

Definition at line 155 of file ReducedMSR.H.

◆ Nphi_flux

int newton_msr_t::Nphi_flux

Definition at line 151 of file ReducedMSR.H.

◆ Nphi_T

int newton_msr_t::Nphi_T

Definition at line 152 of file ReducedMSR.H.

◆ Nphi_u

int newton_msr_t::Nphi_u

Definition at line 150 of file ReducedMSR.H.

◆ nu

scalar newton_msr_t::nu

Definition at line 159 of file ReducedMSR.H.

◆ Pr

scalar newton_msr_t::Pr

Definition at line 170 of file ReducedMSR.H.

◆ problem

msrProblem* newton_msr_t::problem

Definition at line 181 of file ReducedMSR.H.

◆ Sc

scalar newton_msr_t::Sc

Definition at line 169 of file ReducedMSR.H.

◆ sp_c

Eigen::VectorXd newton_msr_t::sp_c

Definition at line 176 of file ReducedMSR.H.

◆ SPLINES_sp

std::vector<SPLINTER::RBFSpline*> newton_msr_t::SPLINES_sp

Definition at line 179 of file ReducedMSR.H.

◆ SPLINES_TXS

std::vector<SPLINTER::RBFSpline*> newton_msr_t::SPLINES_TXS

Definition at line 180 of file ReducedMSR.H.

◆ SPLINES_v

std::vector<SPLINTER::RBFSpline*> newton_msr_t::SPLINES_v

Definition at line 178 of file ReducedMSR.H.

◆ txs_c

Eigen::VectorXd newton_msr_t::txs_c

Definition at line 177 of file ReducedMSR.H.

◆ v_c

Eigen::VectorXd newton_msr_t::v_c

Definition at line 175 of file ReducedMSR.H.


The documentation for this struct was generated from the following files: