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

Method GenerateMatrixRef

comp/l2hofespace.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108 template <typename IP, typename MAT>
109 static void GenerateMatrixRef (const FiniteElement & fel, const IP & ip,
110 MAT && mat, LocalHeap & lh)
111 {
112 Cast(fel).CalcShape (ip, mat.Row(0));
113 }
114
115 template <typename MIP, typename MAT>
116 static void CalcTransformationMatrix (const MIP & mip,

Callers

nothing calls this directly

Calls 2

CalcShapeMethod · 0.45
RowMethod · 0.45

Tested by

no test coverage detected