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

Method DoArchive

linalg/order.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 // ngstd::BlockAllocator CliqueEl :: ball(sizeof (CliqueEl));
32
33 void MDOVertex::DoArchive(Archive& ar)
34 {
35 ar & master & nextminion & numminions & numcliques & eliminated
36 & used & flag & nconnected;
37 ar.Do(connected, nconnected);
38 }
39
40 MinimumDegreeOrdering :: MinimumDegreeOrdering (int an)
41 : n(an),

Callers 1

Calls 6

RangeFunction · 0.70
DoMethod · 0.45
SizeMethod · 0.45
FlagMethod · 0.45
SetSizeMethod · 0.45
SetFlagMethod · 0.45

Tested by

no test coverage detected