class
DirichletCoeffConstDirichlet constant coefficients policity: constants in time.
Contents
Constructors, destructors, conversion operators
-
DirichletCoeffConst(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_, 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) - Constructor: initialize coefficients.
Function documentation
walker:: DirichletCoeffConst:: DirichletCoeffConst(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_,
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)
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 |
b in/out | Coefficient vector to be initialized |
S in/out | Coefficient vector to be initialized |
k in/out | Coefficient vector to be initialized |