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

Method FVComplex

parallel/parallelvvector.cpp:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 { return orig->GetLocalVector()->Range(range).FVDouble(); }
36
37 FlatVector<Complex> FVComplex () const override
38 { return orig->GetLocalVector()->Range(range).FVComplex(); }
39
40 AutoVector Range (T_Range<size_t> range2) const override
41 {

Callers 9

TestMethod · 0.80
basevector.cppFile · 0.80
AddMethod · 0.80
InnerProductCMethod · 0.80
FVComplexFunction · 0.80
CalcMethod · 0.80
InnerProductMethod · 0.80

Calls 1

RangeMethod · 0.45

Tested by

no test coverage detected