Changeset 51e793 for src


Ignore:
Timestamp:
Apr 29, 2012, 11:37:33 AM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
379700
Parents:
39a6d9
Message:

vmg: Improved serial performance.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/samples/techniques.hpp

    r39a6d9 r51e793  
    108108    AddCycleGamma(*loop, maxLevel-minLevel+1, gamma);
    109109
    110     loop->AddCommand("SetAverageToZero", "SOL");
    111     loop->AddCommand("ComputeResidualNorm", "RESIDUAL");
    112     loop->AddCommand("CheckResidual", "RESIDUAL");
    113     loop->AddCommand("CheckRelativeResidual", "RESIDUAL:INITIAL_RESIDUAL");
    114     loop->AddCommand("CheckIterationCounter");
    115 
     110    loop->AddCommand("ComputeResidualNorm", "RESIDUAL");
     111    loop->AddCommand("CheckResidual", "RESIDUAL");
     112    loop->AddCommand("CheckRelativeResidual", "RESIDUAL:INITIAL_RESIDUAL");
     113    loop->AddCommand("CheckIterationCounter");
     114
     115    finalize->AddCommand("SetAverageToZero", "SOL");
    116116    finalize->AddCommand("ExportSolution");
    117117
Note: See TracChangeset for help on using the changeset viewer.