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

Method PrintReport

comp/gridfunction.cpp:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 void GridFunction :: PrintReport (ostream & ost) const
246 {
247 ost << "gridfunction '" << GetName() << "' on space '"
248 << fespace->GetName() << "'\n"
249 << "nested = " << nested << "\n"
250 << "autoupdate = " << autoupdate << endl;
251 }
252
253 Array<MemoryUsage> GridFunction :: GetMemoryUsage () const
254 {

Callers

nothing calls this directly

Calls 2

GetNameFunction · 0.85
GetNameMethod · 0.45

Tested by

no test coverage detected