Changeset 894a5f for src/mg.cpp


Ignore:
Timestamp:
Feb 2, 2012, 1:58:12 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
32ff22
Parents:
01be70
Message:

Parallel performance update.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1314 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mg.cpp

    r01be70 r894a5f  
    131131}
    132132
     133/*
     134 * Post init communication class
     135 */
     136void MG::PostInit()
     137{
     138  GetComm()->PostInit(*GetSol(), *GetRhs());
     139}
     140
    133141/**
    134142 * Solves a given system with a multigrid method
     
    158166  MPI_Barrier(MPI_COMM_WORLD);
    159167  Timer::Stop("CompleteRunningTime");
    160   GetComm()->PrintXMLAll("time.xml", Timer::ToString());
    161 #ifdef DEBUG_OUTPUT
    162   Timer::Print();
    163 #endif
    164168#endif
    165169#endif
Note: See TracChangeset for help on using the changeset viewer.