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

Method PrintReport

comp/preconditioner.cpp:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 }
491
492 void MGPreconditioner::PrintReport (ostream & ost) const
493 {
494 ost << "Multigrid preconditioner" << endl
495 << "bilinear-form = " << bfa->GetName() << endl
496 << "smoothertype = " << smoothertype << endl;
497 }
498
499
500 Array<MemoryUsage> MGPreconditioner::GetMemoryUsage () const

Callers 3

gridfunction.hppFile · 0.45
preconditioner.hppFile · 0.45
ngsobject.hppFile · 0.45

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected