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

Method FVDouble

parallel/parallelvvector.cpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 { return orig->IsComplex(); }
33
34 FlatVector<double> FVDouble () const override
35 { return orig->GetLocalVector()->Range(range).FVDouble(); }
36
37 FlatVector<Complex> FVComplex () const override
38 { return orig->GetLocalVector()->Range(range).FVComplex(); }

Callers 15

DoArchiveMethod · 0.80
SetupMethod · 0.80
MultMethod · 0.80
MultMethod · 0.80
ExportReadAnsysFunction · 0.80
basevector.cppFile · 0.80
InnerProductMethod · 0.80
SetScalarMethod · 0.80
AddMethod · 0.80
InnerProductDMethod · 0.80
FVDoubleFunction · 0.80

Calls 1

RangeMethod · 0.45

Tested by

no test coverage detected