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

Method CreateVector

linalg/multivector.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 shared_ptr<BaseVector> MultiVector ::CreateVector() const
115 {
116 return refvec->CreateVector();
117 }
118
119 void MultiVector ::CalcComponent(size_t nr, BaseVector & bv) const
120 {

Callers 15

MultTransMethod · 0.45
PreSmoothMethod · 0.45
PostSmoothMethod · 0.45
MGMMethod · 0.45
InterpolateMethod · 0.45
MultAddMethod · 0.45
MultTransAddMethod · 0.45
AddMultiDimComponentMethod · 0.45
InterpolateMethod · 0.45
MultMethod · 0.45
MultMethod · 0.45
T_OrthogonalizeMethod · 0.45

Calls

no outgoing calls

Tested by 9

CreateColVectorMethod · 0.36
test_gf_userdata_cacheFunction · 0.36
test_convection1d_dgFunction · 0.36
test_applyFunction · 0.36
test_calclinearizedFunction · 0.36
test_hiddenFunction · 0.36
TestFunction · 0.36