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

Method GetIndirect

parallel/parallelvvector.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void GetIndirect (FlatArray<int> ind,
53 FlatVector<double> v) const override
54 {
55 local_vec -> GetIndirect (ind, v);
56 }
57 void GetIndirect (FlatArray<int> ind,
58 FlatVector<Complex> v) const override
59 {

Callers 15

InterpolateMethod · 0.80
InterpolateMethod · 0.80
GetElementVectorFunction · 0.80
DoAssembleMethod · 0.80
ComputeInternalMethod · 0.80
AddMatrixTPMethod · 0.80
AddMatrixTransMethod · 0.80
AddMatrix1Method · 0.80
AddMatrixGFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected