Skip to content

Commit

Permalink
Move test sources back to test app instead of module
Browse files Browse the repository at this point in the history
  • Loading branch information
ttruster committed Jan 11, 2023
1 parent 9528cb5 commit cfd5462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// #include "libmesh/quadrature.h"

registerMooseObject("TensorMechanicsApp", HomogenizedTotalLagrangianStressDivergenceS);
registerMooseObject("TensorMechanicsTestApp", HomogenizedTotalLagrangianStressDivergenceS);

namespace
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "ComputeHomogenizedLagrangianStrainS.h"

registerMooseObject("TensorMechanicsApp", ComputeHomogenizedLagrangianStrainS);
registerMooseObject("TensorMechanicsTestApp", ComputeHomogenizedLagrangianStrainS);

InputParameters
ComputeHomogenizedLagrangianStrainS::validParams()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
cli_args = "Outputs/file_base=2d-strain_out constraint_types='strain none none strain strain "
"none none none none' targets='strain11 strain12 strain22'"
requirement = "Homogenization from scalar wrapper class with strain constraints hits the targets in 2D"
allow_test_objects = true
[]
[2d-stress]
type = CSVDiff
Expand All @@ -17,6 +18,7 @@
cli_args = "Outputs/file_base=2d-stress_out constraint_types='stress none none stress stress "
"none none none none' targets='stress11 stress12 stress22'"
requirement = "Homogenization from scalar wrapper class with stress constraints hits the targets in 2D"
allow_test_objects = true
[]
[2d-mixed]
type = CSVDiff
Expand All @@ -25,5 +27,6 @@
cli_args = "Outputs/file_base=2d-mixed_out constraint_types='stress none none stress strain none "
"none none none' targets='stress11 stress12 strain22'"
requirement = "Homogenization from scalar wrapper class with mixed stress and strain constraints hits the targets in 2D"
allow_test_objects = true
[]
[]

0 comments on commit cfd5462

Please sign in to comment.