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

Method Clear

comp/python_comp.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 heaps.Append (lh);
246 }
247 void Clear()
248 {
249 for (auto lh : heaps)
250 delete lh;
251 heaps.SetSize(0);
252 }
253 };
254 static LocalHeapProvider lhp;
255

Callers 15

SetDefinedOnMethod · 0.80
GetNormalVectorCFMethod · 0.80
GetInnerDofsMethod · 0.80
UpdateMethod · 0.80
FESpaceMethod · 0.80
UpdateFreeDofsMethod · 0.80
SelectDofsMethod · 0.80
GetFilteredDofsMethod · 0.80
GetDofsMethod · 0.80
UpdateMethod · 0.80
CompoundPMLMethod · 0.80

Calls 1

SetSizeMethod · 0.45

Tested by 1

BlockMatrixMethod · 0.64