| 808 | virtual shared_ptr<BaseMatrix> GetInnerSolve () const |
| 809 | { throw Exception ("comp-bf - GetInnerSolve is illegal"); } |
| 810 | virtual shared_ptr<BaseMatrix> GetInnerMatrix () const |
| 811 | { throw Exception ("comp-bf - GetInnerMatrix is illegal"); } |
| 812 | virtual void ComputeInternal (BaseVector & u, const BaseVector & f, LocalHeap & lh) const |
| 813 | { throw Exception ("comp-bf - ComputeInternal is illegal"); } |
| 814 | virtual void ModifyRHS (BaseVector & f) const |