Ignore:
Timestamp:
Apr 5, 2013, 12:39:30 PM (13 years ago)
Author:
Julian Iseringhausen <julian.iseringhausen@…>
Children:
4a709e
Parents:
f57182
Message:

Merge stashed open boundary stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/units/particle/interface_fcs.cpp

    rf57182 r8180d8  
    6262#include "units/particle/interface_particles.hpp"
    6363
     64#include "cycles/cycle_cs_periodic_debug.hpp"
     65
    6466
    6567using namespace VMG;
     
    122124    new LevelOperatorCS(Stencils::RestrictionFullWeight, Stencils::InterpolationTrilinear);
    123125    new Givens<SolverSingular>();
    124     new CycleCSPeriodic(cycle_type);
     126    new CycleCSPeriodicDebug(cycle_type);
    125127
    126128  }else {
Note: See TracChangeset for help on using the changeset viewer.