| 227 | virtual LinearForm & AddIntegrator (shared_ptr<LinearFormIntegrator> lfi); |
| 228 | |
| 229 | virtual void AllocateVector () { cerr << "comp - allocate is illegal" << endl; } |
| 230 | virtual void Assemble (LocalHeap & lh) { cerr << "comp - assemble is illegal" << endl; } |
| 231 | virtual shared_ptr<BaseVector> GetVectorPtr() const |
| 232 | { |
no outgoing calls
no test coverage detected