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

Method PrintReport

comp/linearform.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void LinearForm :: PrintReport (ostream & ost) const
39 {
40 ost << "on space " << GetFESpace()->GetName() << endl
41 << "integrators: " << endl;
42 for (int i = 0; i < parts.Size(); i++)
43 ost << " " << parts[i]->Name() << endl;
44 }
45
46 Array<MemoryUsage> LinearForm :: GetMemoryUsage () const
47 {

Callers

nothing calls this directly

Calls 4

GetFESpaceFunction · 0.70
GetNameMethod · 0.45
SizeMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected