Changeset 032852 for test/unit_test/library/open_fas_mpi.cpp
- Timestamp:
- Apr 19, 2013, 8:44:25 PM (13 years ago)
- Children:
- 534af9
- Parents:
- 8b2e07
- File:
-
- 1 edited
-
test/unit_test/library/open_fas_mpi.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
test/unit_test/library/open_fas_mpi.cpp
r8b2e07 r032852 53 53 #include "mg.hpp" 54 54 55 #include "interface_ sinus.hpp"55 #include "interface_gaussian.hpp" 56 56 57 57 using namespace VMG; 58 59 const vmg_float sine_factor = static_cast<vmg_float>(2.0 * Math::pi);60 58 61 59 struct LibraryOpenFASMPIFixture … … 66 64 67 65 new CommMPI(boundary, new DomainDecompositionMPI()); 68 new VMGInterfaces::Interface Sinus(sine_factor, boundary, 2, 6, 0.0, 1.0, 17, 1.6);66 new VMGInterfaces::InterfaceGaussian(1.0, boundary, 2, 6, 0.0, 20.0, 17, 1.6); 69 67 new DiscretizationPoissonFV(2); 70 68 new LevelOperatorFAS(Stencils::RestrictionFullWeight, Stencils::Injection, Stencils::InterpolationTrilinear); … … 75 73 new ObjectStorage<int>("PRESMOOTHSTEPS", 3); 76 74 new ObjectStorage<int>("POSTSMOOTHSTEPS", 3); 77 new ObjectStorage<int>("MAX_ITERATION", 8);75 new ObjectStorage<int>("MAX_ITERATION", 12); 78 76 new ObjectStorage<vmg_float>("PRECISION", 1.0e-10); 79 77
Note:
See TracChangeset
for help on using the changeset viewer.
