| 114 | |
| 115 | template <typename MIP, typename MAT> |
| 116 | static void CalcTransformationMatrix (const MIP & mip, |
| 117 | MAT & mat, LocalHeap & lh) |
| 118 | { |
| 119 | mat.Col(0).Range(D) = static_cast<const MappedIntegrationPoint<D,D>&> (mip).GetNV(); |
| 120 | } |
| 121 | |
| 122 | |
| 123 | }; |
no test coverage detected