Skip to content

Commit

Permalink
Merge pull request #13543 from permcody/fixup_13531
Browse files Browse the repository at this point in the history
Fixing up SQA commit
  • Loading branch information
moosebuild committed Jun 12, 2019
2 parents 75142cd + ba6c1bc commit 93c8b6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tests/mesh/periodic_node_map/tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
cli_args = "BCs/Periodic/all/auto_direction='x' Mesh/dim=1"

requirement = "The system shall produce a valid periodic node map with only one periodic constraint direction."
recover = false # Steady Test (Needs to be here since we don't want the checkpoints clobbering each other)
[../]
[./2D]
type = 'RunApp'
input = 'test.i'
cli_args = "BCs/Periodic/all/auto_direction='x y' Mesh/dim=2"

requirement = "The system shall produce a valid periodic node map with two periodic constraint directions."
recover = false # Steady Test (Needs to be here since we don't want the checkpoints clobbering each other)
[../]
[./3D]
type = 'RunApp'
input = 'test.i'
cli_args = "BCs/Periodic/all/auto_direction='x y z' Mesh/dim=3"

requirement = "The system shall produce a valid periodic node map with three periodic constraint directions."
recover = false # Steady Test (Needs to be here since we don't want the checkpoints clobbering each other)
[../]
[]

0 comments on commit 93c8b6d

Please sign in to comment.