Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetDefinedOn
Method · 0.80
GetNormalVectorCF
Method · 0.80
GetInnerDofs
Method · 0.80
Update
Method · 0.80
FESpace
Method · 0.80
UpdateFreeDofs
Method · 0.80
SelectDofs
Method · 0.80
GetFilteredDofs
Method · 0.80
CreateSmoothingBlocks
Method · 0.80
GetDofs
Method · 0.80
Update
Method · 0.80
CompoundPML
Method · 0.80
Calls
1
SetSize
Method · 0.45
Tested by
1
BlockMatrix
Method · 0.64