- Timestamp:
- Apr 9, 2013, 9:45:13 AM (13 years ago)
- Children:
- 0bd47e
- Parents:
- 4a709e
- Location:
- test
- Files:
-
- 2 edited
-
interfaces/interface_sinus.hpp (modified) (1 diff)
-
unit_test/library/periodic_cs_mpi.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/interfaces/interface_sinus.hpp
r4a709e re85cfd 44 44 VMG::Boundary boundary, int levelMin, int levelMax, 45 45 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) : 47 47 VMG::Interface(boundary, levelMin, levelMax, 48 box_begin, box_end, coarseningSteps, alpha),48 box_begin, box_end, max_boundary_nodes, alpha), 49 49 sine_factor(sine_factor) 50 50 {} -
test/unit_test/library/periodic_cs_mpi.cpp
r4a709e re85cfd 44 44 #include "comm/domain_decomposition_mpi.hpp" 45 45 #include "cycles/cycle_cs_periodic.hpp" 46 #include "cycles/cycle_cs_periodic_debug.hpp" 46 47 #include "level/level_operator_cs.hpp" 47 48 #include "samples/discretization_poisson_fd.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.
