Changeset a24b80 for test/unit_test/library/dirichlet_fas_mpi.cpp
- Timestamp:
- Jun 11, 2012, 3:01:12 PM (13 years ago)
- Children:
- 290aa3
- Parents:
- 2d4211
- File:
-
- 1 edited
-
test/unit_test/library/dirichlet_fas_mpi.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
test/unit_test/library/dirichlet_fas_mpi.cpp
r2d4211 ra24b80 72 72 73 73 Interface* interface = new VMGInterfaces::InterfaceSinus(sine_factor, comm->BoundaryConditions(), 2, 6, 0.0, 1.0); 74 MG::SetInterface(interface, comm);74 interface->Register("INTERFACE"); 75 75 76 76 Discretization* discretization = new DiscretizationPoissonFD(2); … … 98 98 factory.RegisterObjectStorage("MAX_ITERATION", 7); 99 99 100 MG::PostInit(); 101 100 102 MG::IsInitialized(); 101 102 MG::PostInit();103 103 } 104 104
Note:
See TracChangeset
for help on using the changeset viewer.
