| 55 | } |
| 56 | |
| 57 | virtual shared_ptr<RegularMLExpansion<mp_type, T_Kappa>> CreateLocalExpansion (Vec<3> c, double r, FMM_Parameters fmm_params) const |
| 58 | { |
| 59 | return make_shared<RegularMLExpansion<mp_type, T_Kappa>> (c, r, kappa, fmm_params); |
| 60 | } |
| 61 | |
| 62 | virtual void AddSource (SingularMLExpansion<mp_type, T_Kappa> & mp, Vec<3> pnt, Vec<3> nv, BareSliceVector<value_type> val) const |
| 63 | { |
no outgoing calls
no test coverage detected