Changeset e85cfd for test


Ignore:
Timestamp:
Apr 9, 2013, 9:45:13 AM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
0bd47e
Parents:
4a709e
Message:

Work.

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/interfaces/interface_sinus.hpp

    r4a709e re85cfd  
    4444                 VMG::Boundary boundary, int levelMin, int levelMax,
    4545                 vmg_float box_begin, vmg_float box_end,
    46                  int coarseningSteps=0, double alpha=1.6) :
     46                 int max_boundary_nodes=9, double alpha=1.6) :
    4747    VMG::Interface(boundary, levelMin, levelMax,
    48                    box_begin, box_end, coarseningSteps, alpha),
     48                   box_begin, box_end, max_boundary_nodes, alpha),
    4949    sine_factor(sine_factor)
    5050  {}
  • test/unit_test/library/periodic_cs_mpi.cpp

    r4a709e re85cfd  
    4444#include "comm/domain_decomposition_mpi.hpp"
    4545#include "cycles/cycle_cs_periodic.hpp"
     46#include "cycles/cycle_cs_periodic_debug.hpp"
    4647#include "level/level_operator_cs.hpp"
    4748#include "samples/discretization_poisson_fd.hpp"
Note: See TracChangeset for help on using the changeset viewer.