| 40 | static IVec<0> GetDimensions() { return IVec<0>(); }; |
| 41 | static string Name() { return "IdIR"; } |
| 42 | static bool SupportsVB (VorB checkvb) { return true; } |
| 43 | |
| 44 | template <typename MIP, typename MAT> |
| 45 | static void GenerateMatrix (const FiniteElement & fel, const MIP & mip, |
no outgoing calls
no test coverage detected