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

Method GetMemoryUsage

multigrid/smoother.cpp:952–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951
952 Array<MemoryUsage> BlockSmoother :: GetMemoryUsage () const
953 {
954 Array<MemoryUsage> mu;
955 for (int i = 0; i < jac.Size(); i++)
956 if (jac[i]) mu += jac[i]->GetMemoryUsage ();
957 return mu;
958 }
959
960
961

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
GetMemoryUsageMethod · 0.45

Tested by

no test coverage detected