Changeset 894a5f for src/mg.cpp
- Timestamp:
- Feb 2, 2012, 1:58:12 PM (14 years ago)
- Children:
- 32ff22
- Parents:
- 01be70
- File:
-
- 1 edited
-
src/mg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/mg.cpp
r01be70 r894a5f 131 131 } 132 132 133 /* 134 * Post init communication class 135 */ 136 void MG::PostInit() 137 { 138 GetComm()->PostInit(*GetSol(), *GetRhs()); 139 } 140 133 141 /** 134 142 * Solves a given system with a multigrid method … … 158 166 MPI_Barrier(MPI_COMM_WORLD); 159 167 Timer::Stop("CompleteRunningTime"); 160 GetComm()->PrintXMLAll("time.xml", Timer::ToString());161 #ifdef DEBUG_OUTPUT162 Timer::Print();163 #endif164 168 #endif 165 169 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
