Skip to content

Commit

Permalink
Merge commit '0f1adb552ca987186319111e3e48d27bad198454'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Sep 12, 2023
2 parents 9eee455 + 0f1adb5 commit 1dd004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 68 files
+0 −0 framework/include/utils_nonunity/ADRankFourTensorForward.h
+0 −0 framework/include/utils_nonunity/ADRankThreeTensorForward.h
+0 −0 framework/include/utils_nonunity/ADRankTwoTensorForward.h
+0 −0 framework/include/utils_nonunity/ADSymmetricRankFourTensorForward.h
+0 −0 framework/include/utils_nonunity/ADSymmetricRankTwoTensorForward.h
+0 −0 framework/include/utils_nonunity/FactorizedRankTwoTensor.h
+0 −0 framework/include/utils_nonunity/PerfGraph.h
+0 −0 framework/include/utils_nonunity/PerfGraphLivePrint.h
+0 −0 framework/include/utils_nonunity/PerfGraphRegistry.h
+0 −0 framework/include/utils_nonunity/PermutationTensor.h
+0 −0 framework/include/utils_nonunity/RankFourTensor.h
+0 −0 framework/include/utils_nonunity/RankFourTensorForward.h
+0 −0 framework/include/utils_nonunity/RankFourTensorImplementation.h
+0 −0 framework/include/utils_nonunity/RankThreeTensor.h
+0 −0 framework/include/utils_nonunity/RankThreeTensorForward.h
+0 −0 framework/include/utils_nonunity/RankThreeTensorImplementation.h
+0 −0 framework/include/utils_nonunity/RankTwoTensor.h
+0 −0 framework/include/utils_nonunity/RankTwoTensorForward.h
+0 −0 framework/include/utils_nonunity/RankTwoTensorImplementation.h
+0 −0 framework/include/utils_nonunity/SymmetricRankFourTensor.h
+0 −0 framework/include/utils_nonunity/SymmetricRankFourTensorForward.h
+0 −0 framework/include/utils_nonunity/SymmetricRankFourTensorImplementation.h
+0 −0 framework/include/utils_nonunity/SymmetricRankTwoTensor.h
+0 −0 framework/include/utils_nonunity/SymmetricRankTwoTensorForward.h
+0 −0 framework/include/utils_nonunity/SymmetricRankTwoTensorImplementation.h
+0 −0 framework/include/utils_nonunity/VectorTag.h
+2 −1 framework/moose.mk
+7 −1 framework/src/mesh/MooseMesh.C
+10 −3 framework/src/utils/MooseMeshUtils.C
+0 −0 framework/src/utils_nonunity/FactorizedRankTwoTensor.C
+0 −0 framework/src/utils_nonunity/PerfGraph.C
+0 −0 framework/src/utils_nonunity/PerfGraphLivePrint.C
+0 −0 framework/src/utils_nonunity/PerfGraphRegistry.C
+0 −0 framework/src/utils_nonunity/PermutationTensor.C
+0 −0 framework/src/utils_nonunity/RankFourTensor.C
+0 −0 framework/src/utils_nonunity/RankThreeTensor.C
+0 −0 framework/src/utils_nonunity/RankTwoTensor.C
+0 −0 framework/src/utils_nonunity/SymmetricRankFourTensor.C
+0 −0 framework/src/utils_nonunity/SymmetricRankTwoTensor.C
+0 −0 framework/src/utils_nonunity/VectorTag.C
+1 −0 modules/combined/test/tests/cavity_pressure/gold/rz_abs_ref_out.e
+174 −0 modules/combined/test/tests/cavity_pressure/rz_abs_ref.i
+25 −31 modules/contact/src/actions/ContactAction.C
+65 −0 modules/phase_field/doc/content/source/kernels/NestedKKSACBulkC.md
+54 −0 modules/phase_field/doc/content/source/kernels/NestedKKSACBulkF.md
+56 −0 modules/phase_field/doc/content/source/kernels/NestedKKSSplitCHCRes.md
+17 −0 modules/phase_field/doc/content/source/materials/KKSPhaseConcentrationDerivatives.md
+29 −0 modules/phase_field/doc/content/source/materials/KKSPhaseConcentrationMaterial.md
+61 −0 modules/phase_field/include/kernels/NestedKKSACBulkC.h
+76 −0 modules/phase_field/include/kernels/NestedKKSACBulkF.h
+76 −0 modules/phase_field/include/kernels/NestedKKSSplitCHCRes.h
+57 −0 modules/phase_field/include/materials/KKSPhaseConcentrationDerivatives.h
+88 −0 modules/phase_field/include/materials/KKSPhaseConcentrationMaterial.h
+151 −0 modules/phase_field/src/kernels/NestedKKSACBulkC.C
+136 −0 modules/phase_field/src/kernels/NestedKKSACBulkF.C
+133 −0 modules/phase_field/src/kernels/NestedKKSSplitCHCRes.C
+170 −0 modules/phase_field/src/materials/KKSPhaseConcentrationDerivatives.C
+250 −0 modules/phase_field/src/materials/KKSPhaseConcentrationMaterial.C
+ modules/phase_field/test/tests/KKS_system/gold/kks_example_nested.e
+254 −0 modules/phase_field/test/tests/KKS_system/kks_example_nested.i
+9 −0 modules/phase_field/test/tests/KKS_system/tests
+11 −0 modules/tensor_mechanics/include/materials/ComputeCreepPlasticityStress.h
+6 −0 modules/tensor_mechanics/src/actions/CavityPressureAction.C
+6 −0 modules/tensor_mechanics/src/actions/PressureAction.C
+0 −6 modules/tensor_mechanics/src/actions/TensorMechanicsAction.C
+195 −132 modules/tensor_mechanics/src/materials/ComputeCreepPlasticityStress.C
+2 −1 modules/tensor_mechanics/test/tests/combined_creep_plasticity/creepWithPlasticity.i
+1 −0 modules/tensor_mechanics/test/tests/combined_creep_plasticity/tests

0 comments on commit 1dd004e

Please sign in to comment.