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

Method TransformAdd

bem/mp_coefficient.hpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81 template <typename TARGET>
82 void TransformAdd (SphericalExpansionCF<TARGET, entry_type> & target)
83 {
84 mp.TransformAdd (target.MP(), target.Center()-center);
85 }
86 };
87
88 template <typename entry_type>

Callers 6

ProcessBatchSSMethod · 0.80
CalcMPMethod · 0.80
ProcessBatchRSFunction · 0.80
AddSingularNodeMethod · 0.80
LocalizeExpansionMethod · 0.80

Calls 1

CenterMethod · 0.80

Tested by

no test coverage detected