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

Method Range

parallel/parallelvvector.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 { return orig->GetLocalVector()->Range(range).FVComplex(); }
39
40 AutoVector Range (T_Range<size_t> range2) const override
41 {
42 T_Range<size_t> totrange(range.First()+range2.First(), range.First()+range2.Next());
43 return make_unique<ParallelRangeVector> (orig, totrange);
44 }
45
46 AutoVector CreateVector () const override
47 {

Callers 9

GetSliceFunction · 0.45
SetSliceFunction · 0.45
MyQuickSortIFunction · 0.45
ParallelRangeVectorMethod · 0.45
MemoryMethod · 0.45
FVDoubleMethod · 0.45
FVComplexMethod · 0.45
RangeMethod · 0.45
timeDGwave.pyFile · 0.45

Calls 1

FirstMethod · 0.45

Tested by

no test coverage detected