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

Method GenerateMatrixRef

comp/l2hofespace.cpp:2235–2239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2233
2234 template <typename IP, typename MAT>
2235 static void GenerateMatrixRef (const FiniteElement & fel, const IP & ip,
2236 MAT && mat, LocalHeap & lh)
2237 {
2238 Cast(fel).CalcDShape (ip, Trans(mat));
2239 }
2240
2241 template <typename MIP, typename MAT>
2242 static void CalcTransformationMatrix (const MIP & mip,

Callers

nothing calls this directly

Calls 2

TransFunction · 0.50
CalcDShapeMethod · 0.45

Tested by

no test coverage detected