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

Function NodalShapePowerL2

fem/facethofe.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18 template <typename Tx>
19 INLINE auto NodalShapePowerL2(Tx lam, int i, int order)
20 {
21 Tx prod = Tx(1.0);
22 for (int j = 0; j < i; j++)
23 prod *= ((order+1)*lam - j-0.5) / (i-j);
24 return prod;
25 }
26
27
28 template <> template<typename Tx, typename TFA>

Callers 1

T_CalcShapeFNrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected