Ignore:
Timestamp:
Apr 27, 2012, 11:34:57 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
1a92cf
Parents:
b2154a3
Message:

vmg: Implement fourth-order discretization of the Poisson equation.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/samples/techniques.hpp

    rb2154a3 r4571da  
    108108    AddCycleGamma(*loop, maxLevel-minLevel+1, gamma);
    109109
     110    loop->AddCommand("SetAverageToZero", "SOL");
    110111    loop->AddCommand("ComputeResidualNorm", "RESIDUAL");
    111112    loop->AddCommand("CheckResidual", "RESIDUAL");
     
    140141    AddCycleGammaDebug(*loop, maxLevel-minLevel+1, gamma);
    141142
     143    loop->AddCommand("SetAverageToZero", "SOL");
    142144    loop->AddCommand("ComputeResidualNorm", "RESIDUAL");
    143145    loop->AddCommand("CheckResidual", "RESIDUAL");
     
    170172    AddCycleGamma(*loop, maxLevel-minLevel+1, gamma);
    171173
     174    loop->AddCommand("SetAverageToZero", "SOL");
    172175    loop->AddCommand("ComputeResidualNorm", "RESIDUAL");
    173176    loop->AddCommand("CheckResidual", "RESIDUAL");
     
    201204    AddCycleGammaDebug(*loop, maxLevel-minLevel+1, gamma);
    202205
     206    loop->AddCommand("SetAverageToZero", "SOL");
    203207    loop->AddCommand("ComputeResidualNorm", "RESIDUAL");
    204208    loop->AddCommand("CheckResidual", "RESIDUAL");
Note: See TracChangeset for help on using the changeset viewer.