Skip to content

Commit

Permalink
fixing sqa failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmunday committed Dec 5, 2024
1 parent 379a4ae commit fcf45b1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[Tests]
design = 'source/materials/EigenDecompositionMaterial.md'
issues = '#29179'
requirement = 'The system shall output an eigen decomposition of a symmetric rank two tensor '
[3D]
type = Exodiff
input = prescribed_strain_3D.i
exodiff = prescribed_strain_3D_out.e
cli_args = 'Materials/inactive=non_symmetric_eig_decomp_error'
detail = 'in a 3D simulation with an evolving strain field.'
requirement = 'The system shall output an eigen decomposition of a symmetric rank two tensor in a 3D simulation with an evolving strain field.'
[]
[nonSymmetricError]
type = RunException
Expand All @@ -19,6 +18,6 @@
type = Exodiff
input = pipe_2d.i
exodiff =pipe_2d_out.e
detail = 'in a 2D radial symmetry simulation of a pressurized pipe.'
requirement = 'The system shall output an eigen decomposition of a symmetric rank two tensor in a 2D radial symmetry simulation of a pressurized pipe.'
[]
[]

0 comments on commit fcf45b1

Please sign in to comment.