diff --git a/modules/xfem/test/tests/moving_interface/test_level_set_subdomain_change.i b/modules/xfem/test/tests/moving_interface/test_level_set_subdomain_change.i deleted file mode 100644 index 83a036a550fb..000000000000 --- a/modules/xfem/test/tests/moving_interface/test_level_set_subdomain_change.i +++ /dev/null @@ -1,112 +0,0 @@ -[Problem] - solve = false -[] - -[XFEM] - output_cut_plane = true -[] - -[UserObjects] - [level_set_cut_uo] - type = LevelSetCutUserObject - level_set_var = ls - heal_always = true - [] - [esm] - type = CutElementSubdomainModifier - geometric_cut_userobject = level_set_cut_uo - reinitialize_subdomains = '' - [] -[] - -[Mesh] - use_displaced_mesh = true - [generated_mesh] - type = GeneratedMeshGenerator - dim = 2 - nx = 10 - ny = 10 - xmin = 0 - xmax = 5 - ymin = 0 - ymax = 5 - elem_type = QUAD4 - [] - [bottom] - type = SubdomainBoundingBoxGenerator - input = generated_mesh - block_id = 0 - bottom_left = '0 0 0' - top_right = '5 2.5 0' - [] - [top] - type = SubdomainBoundingBoxGenerator - input = bottom - block_id = 1 - bottom_left = '0 2.5 0' - top_right = '5 5 0' - [] -[] - -[Functions] - [ls_func] - type = ParsedFunction - expression = 'y-2.73+t' - [] -[] - -[AuxVariables] - [ls] - [] - [u] - [] -[] - -[ICs] - [u_1] - type = ConstantIC - variable = 'u' - value = 1 - block = 0 - [] - [u_2] - type = ConstantIC - variable = 'u' - value = 2 - block = 1 - [] -[] - -[AuxKernels] - [ls_function] - type = FunctionAux - variable = ls - function = ls_func - [] -[] - -[Executioner] - type = Transient - - solve_type = NEWTON - petsc_options_iname = '-pc_type' - petsc_options_value = 'lu' - automatic_scaling = true - - # controls for nonlinear iterations - nl_max_its = 15 - nl_rel_tol = 1e-13 - nl_abs_tol = 1e-50 - - # time control - start_time = 0.0 - dt = 0.1 - num_steps = 4 - - max_xfem_update = 1 -[] - -[Outputs] - print_linear_residuals = false - exodus = true -[]