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

Method Split

comp/meshaccess.hpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 ElementIterator end () const { return ElementIterator(ma, ElementId(vb,IntRange::Next())); }
109 ElementId operator[] (size_t nr) { return ElementId(vb, IntRange::First()+nr); }
110 ElementRange Split(size_t nr, size_t tot) { return ElementRange(ma, vb, IntRange::Split(nr,tot)); }
111 };
112
113 template <VorB VB>

Callers 15

TimingMethod · 0.45
IterateElementsFunction · 0.45
DoAssembleMethod · 0.45
AddMatrixTPMethod · 0.45
AddMatrix1Method · 0.45
AddMatrixGFMethod · 0.45
PatchwiseSolveFunction · 0.45
UpdateMethod · 0.45
ExportNgcompMeshFunction · 0.45

Calls 2

SplitFunction · 0.85
ElementRangeClass · 0.70

Tested by

no test coverage detected