class
MassFractionBetaCoeffConstMass-fraction beta SDE constant coefficients policity: constants in time.
Contents
Public static functions
-
static auto type() -> ctr::
CoeffPolicyType noexcept - Coefficients policy type accessor.
Constructors, destructors, conversion operators
-
MassFractionBetaCoeffConst(tk::
ctr:: ncomp_t ncomp, const std::vector<kw::sde_b::info::expect::type>& b_, const std::vector<kw::sde_S::info::expect::type>& S_, const std::vector<kw::sde_kappa::info::expect::type>& k_, const std::vector<kw::sde_rho2::info::expect::type>& rho2_, const std::vector<kw::sde_r::info::expect::type>& r_, std::vector<kw::sde_b::info::expect::type>& b, std::vector<kw::sde_S::info::expect::type>& S, std::vector<kw::sde_kappa::info::expect::type>& k, std::vector<kw::sde_rho2::info::expect::type>& rho2, std::vector<kw::sde_r::info::expect::type>& r) - Constructor: initialize coefficients.
Function documentation
walker:: MassFractionBetaCoeffConst:: MassFractionBetaCoeffConst(tk:: ctr:: ncomp_t ncomp,
const std::vector<kw::sde_b::info::expect::type>& b_,
const std::vector<kw::sde_S::info::expect::type>& S_,
const std::vector<kw::sde_kappa::info::expect::type>& k_,
const std::vector<kw::sde_rho2::info::expect::type>& rho2_,
const std::vector<kw::sde_r::info::expect::type>& r_,
std::vector<kw::sde_b::info::expect::type>& b,
std::vector<kw::sde_S::info::expect::type>& S,
std::vector<kw::sde_kappa::info::expect::type>& k,
std::vector<kw::sde_rho2::info::expect::type>& rho2,
std::vector<kw::sde_r::info::expect::type>& r)
Constructor: initialize coefficients.
Parameters | |
---|---|
ncomp in | Number of scalar components in this SDE system |
b_ in | Vector used to initialize coefficient vector b |
S_ in | Vector used to initialize coefficient vector S |
k_ in | Vector used to initialize coefficient vector k |
rho2_ in | Vector used to initialize coefficient vector rho2 |
r_ in | Vector used to initialize coefficient vector r |
b in/out | Coefficient vector to be initialized |
S in/out | Coefficient vector to be initialized |
k in/out | Coefficient vector to be initialized |
rho2 in/out | Coefficient vector to be initialized |
r in/out | Coefficient vector to be initialized |