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

Method Range

linalg/basevector.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 AutoVector BaseVector::Range (DofRange range) const
37 {
38 return Range(T_Range<size_t>(range));
39 }
40
41 double BaseVector :: L2Norm () const
42 {

Callers 15

EvaluateGradTransMethod · 0.45
ApplyMethod · 0.45
ApplyTransMethod · 0.45
CalcMatrixMethod · 0.45
AddTransMethod · 0.45
CalcMappedShapeMethod · 0.45
CalcMappedCurlShapeMethod · 0.45
EvaluateMethod · 0.45
EvaluateCurlMethod · 0.45
AddTransMethod · 0.45
EvaluateGradMethod · 0.45
AddGradTransMethod · 0.45

Calls 1

RangeFunction · 0.70

Tested by 5

MultMethod · 0.36
MultTransMethod · 0.36
MultAddMethod · 0.36
MultTransAddMethod · 0.36
TestCudaNGBlaFunction · 0.36