| 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 |
no test coverage detected