Skip to content

Commit

Permalink
Specify (and read!) mesh only once (in main app)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Aug 20, 2024
1 parent ccd1f8d commit 37de750
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions input/AForm.i
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
!include Parameters.i

[Mesh]
type = FileMesh
file = ../mesh/vac_oval_coil_solid_target_coarse.e
second_order = true
[]

[Variables]
Expand Down Expand Up @@ -91,6 +88,7 @@
type = FullSolveMultiApp
input_files = VLaplace.i
execute_on = initial
clone_parent_mesh = true
[]
[]

Expand Down
1 change: 1 addition & 0 deletions input/THeat.i
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
type = TransientMultiApp
input_files = AForm.i
execute_on = timestep_begin
clone_parent_mesh = true
[]
[]

Expand Down
3 changes: 0 additions & 3 deletions input/VLaplace.i
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[Mesh]
type = FileMesh
file = ../mesh/vac_oval_coil_solid_target_coarse.e
second_order = true
[]

[Variables]
Expand Down

0 comments on commit 37de750

Please sign in to comment.