From b1e5587cdef8b6dc43877743732f51b014c772c7 Mon Sep 17 00:00:00 2001 From: Ben Spencer Date: Mon, 5 Apr 2021 16:34:07 -0600 Subject: [PATCH] Mark a couple of NEML tests with collection=SYSTEM ref #197 --- test/tests/neml_simple/tests | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/tests/neml_simple/tests b/test/tests/neml_simple/tests index b9742bd5..7d2dac52 100644 --- a/test/tests/neml_simple/tests +++ b/test/tests/neml_simple/tests @@ -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' @@ -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' [../] []