Skip to content

Commit

Permalink
Merge pull request idaholab#9 from jessecarterMOOSE/issue_7_fix_coars…
Browse files Browse the repository at this point in the history
…en_example

fix coarsening example
  • Loading branch information
jessecarterMOOSE authored Jul 12, 2016
2 parents 083df0b + b6440be commit beb2a17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/2d_with_coarsening/2d_with_coarsening.i
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
random_point_user_object = random_point_uo
seed = 3
verbose = true
track_old_events = true
removal_method = time
removal_time = 2.0
[../]
[./gaussian_uo]
type = GaussianUserObject
Expand All @@ -89,8 +92,6 @@
gaussian_user_object = gaussian_uo
marker_radius = 6.0
coarsen_events = true
coarsen_method = time
coarsen_time = 2.0
verbose = true
periodic_variable = u
[../]
Expand Down

0 comments on commit beb2a17

Please sign in to comment.