Example #1
0
 def test_Rectangle_3D8N(self):
     with mesh_moving_test_case.ControlledExecutionScope(
             os.path.dirname(os.path.realpath(__file__))):
         self.createTest(
             'test_structural_mesh_motion_2d/mpi_rectangle_2D3N_test')
         self.runTest()
         kratos_utils.DeleteFileIfExisting(
             "./test_mdpa_files/rectangle_2D3N_test.time")
 def test_Rectangle_3D4N(self):
     with mesh_moving_test_case.ControlledExecutionScope(os.path.dirname(os.path.realpath(__file__))):
         self.createTest('test_laplacian_mesh_motion_3d/rectangle_3D4N_test')
         self.runTest()
         kratos_utils.DeleteFileIfExisting("./test_mdpa_files/rectangle_3D4N_test.time")