30 using sp_mat::operator=;
45 MixedBC(u16 k, u32 m,
Real dx,
const std::string &left,
46 const std::vector<Real> &coeffs_left,
const std::string &right,
47 const std::vector<Real> &coeffs_right);
71 const std::vector<Real> &coeffs_left,
const std::string &right,
72 const std::vector<Real> &coeffs_right,
const std::string &bottom,
73 const std::vector<Real> &coeffs_bottom,
const std::string &top,
74 const std::vector<Real> &coeffs_top);
106 const std::string &left,
const std::vector<Real> &coeffs_left,
107 const std::string &right,
const std::vector<Real> &coeffs_right,
108 const std::string &bottom,
const std::vector<Real> &coeffs_bottom,
109 const std::string &top,
const std::vector<Real> &coeffs_top,
110 const std::string &front,
const std::vector<Real> &coeffs_front,
111 const std::string &back,
const std::vector<Real> &coeffs_back);
MixedBC(u16 k, u32 m, Real dx, const std::string &left, const std::vector< Real > &coeffs_left, const std::string &right, const std::vector< Real > &coeffs_right)
1-D Constructor