Changeset a24b80 for test/unit_test/library/periodic_fas.cpp
- Timestamp:
- Jun 11, 2012, 3:01:12 PM (13 years ago)
- Children:
- 290aa3
- Parents:
- 2d4211
- File:
-
- 1 edited
-
test/unit_test/library/periodic_fas.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
test/unit_test/library/periodic_fas.cpp
r2d4211 ra24b80 62 62 63 63 Interface* interface = new VMGInterfaces::InterfaceSinus(sine_factor, comm->BoundaryConditions(), 2, 6, 0.0, 1.0); 64 MG::SetInterface(interface, comm);64 interface->Register("INTERFACE"); 65 65 66 66 Discretization* discretization = new DiscretizationPoissonFD(2); … … 87 87 factory.RegisterObjectStorage("MAX_ITERATION", 7); 88 88 89 MG::PostInit(); 90 89 91 MG::IsInitialized(); 90 92 }
Note:
See TracChangeset
for help on using the changeset viewer.
