| 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, |