MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / AllocateVector

Method AllocateVector

comp/linearform.hpp:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected