-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
120 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+12.6 KB
(110%)
modules/xfem/test/tests/moving_interface/gold/moving_bimaterial_finite_strain_esm_out.e
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
modules/xfem/test/tests/moving_interface/gold/moving_bimaterial_finite_strain_esm_out.e-s002
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
modules/xfem/test/tests/moving_interface/gold/moving_bimaterial_finite_strain_esm_out.e-s003
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
modules/xfem/test/tests/moving_interface/gold/moving_bimaterial_finite_strain_esm_out.e-s004
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
modules/xfem/test/tests/moving_interface/gold/moving_bimaterial_finite_strain_esm_out.e-s005
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 112 additions & 0 deletions
112
modules/xfem/test/tests/moving_interface/test_level_set_subdomain_change.i
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
[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 | ||
[] |
Binary file modified
BIN
+4.59 KB
(110%)
test/tests/mesh/add_subdomain_ids/gold/add_subdomain_names_out.e
Binary file not shown.
Binary file renamed
BIN
+30.8 KB
...n_ids/gold/add_subdomain_names_out.e-s004 → ...n_ids/gold/add_subdomain_names_out.e-s002
Binary file not shown.
Binary file renamed
BIN
+30.8 KB
...n_ids/gold/add_subdomain_names_out.e-s006 → ...n_ids/gold/add_subdomain_names_out.e-s003
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters