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

Method CalcComponent

linalg/multivector.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void MultiVector ::CalcComponent(size_t nr, BaseVector & bv) const
120 {
121 bv = *vecs[nr];
122 }
123
124
125

Callers 1

InnerProductCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected