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

Method CreateMultiVector

parallel/parallelvvector.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593
594 template <typename SCAL>
595 unique_ptr<MultiVector> S_ParallelBaseVectorPtr<SCAL> ::
596 CreateMultiVector (size_t cnt) const
597 {
598 return make_unique<ParallelMultiVector> (CreateVector(), cnt);
599 }
600
601
602 template <typename SCAL>

Callers

nothing calls this directly

Calls 1

CreateVectorFunction · 0.50

Tested by

no test coverage detected