| 47 | |
| 48 | template <typename FEL, typename MIP, typename MAT> |
| 49 | static void GenerateMatrix (const FEL & fel, const MIP & mip, |
| 50 | MAT & mat, LocalHeap & lh) |
| 51 | { |
| 52 | Exception::Throw("DIFFOP::GenerateMatrix should not be here, diffop = ", typeid(DOP).name()); |
| 53 | } |
| 54 | |
| 55 | /// tbd |
| 56 | template <typename FEL, typename MIR, typename MAT> |
no outgoing calls
no test coverage detected