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

Method CreateMultiVector

linalg/basevector.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 using namespace ngbla;
30
31 unique_ptr<MultiVector> BaseVector :: CreateMultiVector (size_t cnt) const
32 {
33 return make_unique<MultiVector> (CreateVector(), cnt);
34 }
35
36 AutoVector BaseVector::Range (DofRange range) const
37 {

Callers

nothing calls this directly

Calls 1

CreateVectorFunction · 0.70

Tested by

no test coverage detected