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

Function ElementRange

comp/fespace.hpp:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 { ; }
403
404 ElementRange (const ElementRange & r2) = delete;
405
406 INLINE ElementRange (ElementRange && r2)
407 : IntRange(r2), fes(r2.fes), definedon(std::move(r2.definedon)), vb(r2.vb),

Callers 3

ElementsFunction · 0.70
ExportNgcompMeshFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected