Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NGS_DLL_HEADER ExportNgsbem
Function · 0.80
ProcessBatchSS
Method · 0.80
CalcMP
Method · 0.80
ProcessBatchRS
Function · 0.80
AddSingularNode
Method · 0.80
LocalizeExpansion
Method · 0.80
Calls
1
Center
Method · 0.80
Tested by
no test coverage detected