| 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 | { |