Skip to content

Commit

Permalink
Updating stable moose submodule refs #000
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Aug 17, 2021
1 parent 1d23a15 commit db94814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 46 files
+4 −4 conda/README.md
+3 −3 framework/doc/content/source/meshgenerators/BoundaryDeletionGenerator.md
+9 −9 framework/doc/content/syntax/Mesh/index.md
+7 −1 framework/include/loops/ComputeUserObjectsThread.h
+1 −7 framework/src/userobject/GeneralUserObject.C
+14 −1 framework/src/userobject/UserObject.C
+2 −2 modules/doc/content/getting_started/installation/install_miniconda.md
+18 −40 modules/tensor_mechanics/doc/content/source/materials/HillConstants.md
+3 −0 modules/tensor_mechanics/include/materials/ADGeneralizedRadialReturnStressUpdate.h
+4 −0 modules/tensor_mechanics/include/materials/ADHillCreepStressUpdate.h
+3 −3 modules/tensor_mechanics/include/materials/ADHillElastoPlasticityStressUpdate.h
+5 −4 modules/tensor_mechanics/include/materials/ADHillPlasticityStressUpdate.h
+26 −6 modules/tensor_mechanics/include/materials/HillConstants.h
+10 −5 modules/tensor_mechanics/src/materials/ADGeneralizedRadialReturnStressUpdate.C
+121 −70 modules/tensor_mechanics/src/materials/ADHillCreepStressUpdate.C
+8 −40 modules/tensor_mechanics/src/materials/ADHillElastoPlasticityStressUpdate.C
+51 −65 modules/tensor_mechanics/src/materials/ADHillPlasticityStressUpdate.C
+143 −154 modules/tensor_mechanics/src/materials/HillConstants.C
+201 −0 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/3d_bar_orthotropic_90deg_rotation_ad_creep_x.i
+197 −0 ...tensor_mechanics/test/tests/ad_anisotropic_creep/3d_bar_orthotropic_90deg_rotation_ad_creep_x_no_rotation.i
+200 −0 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/3d_bar_orthotropic_90deg_rotation_ad_creep_z.i
+200 −0 ...tensor_mechanics/test/tests/ad_anisotropic_creep/3d_bar_orthotropic_90deg_rotation_ad_creep_z_no_rotation.i
+12 −1 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/ad_aniso_creep_y_3d.i
+1 −0 ...d_anisotropic_creep/gold/3d_bar_orthotropic_90deg_rotation_ad_creep_x_no_rotation_no_transformation_out.csv
+1,202 −0 ...anics/test/tests/ad_anisotropic_creep/gold/3d_bar_orthotropic_90deg_rotation_ad_creep_x_no_rotation_out.csv
+1 −0 .../tensor_mechanics/test/tests/ad_anisotropic_creep/gold/3d_bar_orthotropic_90deg_rotation_ad_creep_x_out.csv
+1,202 −0 ...anics/test/tests/ad_anisotropic_creep/gold/3d_bar_orthotropic_90deg_rotation_ad_creep_z_no_rotation_out.csv
+1 −0 .../tensor_mechanics/test/tests/ad_anisotropic_creep/gold/3d_bar_orthotropic_90deg_rotation_ad_creep_z_out.csv
+ ...anics/test/tests/ad_anisotropic_creep/gold/ad_aniso_creep_temperature_coefficients_function_variation_out.e
+10 −10 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/gold/ad_aniso_creep_x_3d_out.csv
+10 −10 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/gold/ad_aniso_creep_y_3d_out.csv
+10 −10 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/gold/ad_aniso_creep_z_3d_out.csv
+ ...hanics/test/tests/ad_anisotropic_creep/gold/anis_mech_hill_tensor_creep_small_tiny_step_ts_limit_test_out.e
+66 −1 modules/tensor_mechanics/test/tests/ad_anisotropic_creep/tests
+22 −22 modules/tensor_mechanics/test/tests/ad_anisotropic_elastoplasticity/gold/ad_aniso_plasticity_x_one_out.csv
+22 −22 modules/tensor_mechanics/test/tests/ad_anisotropic_elastoplasticity/gold/ad_aniso_plasticity_x_one_ref_out.csv
+11 −11 modules/tensor_mechanics/test/tests/ad_anisotropic_plasticity/gold/ad_aniso_plasticity_x_out.csv
+6 −6 modules/tensor_mechanics/test/tests/ad_anisotropic_plasticity/gold/ad_aniso_plasticity_x_rotate_out.csv
+21 −21 modules/tensor_mechanics/test/tests/ad_anisotropic_plasticity/gold/ad_aniso_plasticity_y_out.csv
+1 −1 python/peacock/CheckRequirements.py
+107 −0 test/tests/userobjects/force_aux_ordering/force_postaux.i
+0 −0 test/tests/userobjects/force_aux_ordering/force_preaux.i
+4 −0 test/tests/userobjects/force_aux_ordering/gold/force_postaux_out.csv
+0 −0 test/tests/userobjects/force_aux_ordering/gold/force_preaux_out.csv
+20 −0 test/tests/userobjects/force_aux_ordering/tests
+0 −12 test/tests/userobjects/force_preaux/tests

0 comments on commit db94814

Please sign in to comment.