| 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, |
nothing calls this directly
no test coverage detected