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

Method CreateColVector

parallel/parallel_matrices.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 // { return make_unique<ParallelVVector<double>> (paralleldofs->GetNDofLocal(), paralleldofs); }
24 { return make_unique<ParallelVVector<double>> (paralleldofs); }
25 template <typename TM> AutoVector MasterInverse<TM> :: CreateColVector () const
26 // { return make_unique<ParallelVVector<double>> (paralleldofs->GetNDofLocal(), paralleldofs); }
27 { return make_unique<ParallelVVector<double>> (paralleldofs); }
28
29 template <typename TM>
30 MasterInverse<TM> :: MasterInverse (const SparseMatrixTM<TM> & mat,

Callers

nothing calls this directly

Calls 3

CreateParallelVectorFunction · 0.85
ColTypeFunction · 0.85
CreateColVectorMethod · 0.45

Tested by

no test coverage detected