| 2324 | } |
| 2325 | |
| 2326 | void FESpace :: ApplyM (CoefficientFunction * rho, BaseVector & vec, Region * definedon, |
| 2327 | LocalHeap & lh) const |
| 2328 | { |
| 2329 | cout << "ApplyM is only available for L2-space, not for " << typeid(*this).name() << endl; |
| 2330 | } |
| 2331 | |
| 2332 | |
| 2333 | shared_ptr<BaseMatrix> FESpace :: GetTraceOperator (shared_ptr<FESpace> tracespace, bool avg) const |