| 20 | { return typeid(*this).name(); } |
| 21 | |
| 22 | void DifferentialOperator :: |
| 23 | CalcMatrix (const FiniteElement & fel, |
| 24 | const BaseMappedIntegrationPoint & mip, |
| 25 | BareSliceMatrix<double,ColMajor> mat, |
| 26 | LocalHeap & lh) const |
| 27 | { |
| 28 | throw Exception (string("Error: DifferentialOperator::CalcMatrix called for base class, type = ") |
| 29 | + typeid(*this).name()); |
| 30 | } |
| 31 | |
| 32 | void DifferentialOperator :: |
| 33 | CalcMatrix (const FiniteElement & fel, |