Skip to content

Commit

Permalink
Mark a couple of NEML tests with collection=SYSTEM ref idaholab#197
Browse files Browse the repository at this point in the history
  • Loading branch information
bwspenc committed Apr 5, 2021
1 parent 034f8e6 commit b1e5587
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/tests/neml_simple/tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
csvdiff = 'le_stress_out.csv'
required_objects = NEMLStress
design = 'NEMLStress.md'
requirement = 'BlackBear shall be capable of using the NEML library to compute the
response of a linearly elastic material parsed from xml'
collections = 'SYSTEM'
requirement = 'BlackBear shall be capable of interfacing with the NEML library to compute
stress'
[../]
[./neml_linear_elastic_variableOverwrite]
type = 'CSVDiff'
Expand Down Expand Up @@ -37,8 +38,8 @@
csvdiff = 'le_stress_thermal_out.csv'
required_objects = 'NEMLStress NEMLThermalExpansionEigenstrain'
design = 'NEMLStress.md NEMLThermalExpansionEigenstrain.md'
requirement = 'BlackBear shall be capable of using the NEML library to compute the
response of a linearly elastic material and also use NEML to apply
a thermal expansion'
collections = 'SYSTEM'
requirement = 'BlackBear shall be capable of interfacing with the NEML library to compute
thermal expansion'
[../]
[]

0 comments on commit b1e5587

Please sign in to comment.