MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / CreateLocalExpansion

Method CreateLocalExpansion

bem/kernels.hpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

MultMethod · 0.80
MultTransMethod · 0.80
GetFMMInfoMethod · 0.80
BuildLocalExpansionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected