Skip to content

Commit

Permalink
Merge commit '12c48f62478ba48034bd9287bfd39f37abe53159'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Jun 13, 2024
2 parents 630eedf + 12c48f6 commit 944d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 58 files
+5 −5 CODEOWNERS
+8 −3 framework/contrib/hit/Makefile
+103 −14 framework/include/utils/NestedSolve.h
+34 −9 framework/src/meshgenerators/XYDelaunayGenerator.C
+50 −6 framework/src/utils/NestedSolve.C
+213 −0 modules/combined/test/tests/optimization/invOpt_mechanics/forward_and_adjoint.i
+3 −0 .../combined/test/tests/optimization/invOpt_mechanics/gold/main_auto_adjoint_out_OptimizationReporter_0001.csv
+59 −0 modules/combined/test/tests/optimization/invOpt_mechanics/main_auto_adjoint.i
+14 −2 modules/combined/test/tests/optimization/invOpt_mechanics/tests
+43 −2 modules/optimization/doc/content/modules/optimization/examples/forceInv_NeumannBC.md
+61 −0 modules/phase_field/doc/content/source/kernels/NestedKKSMultiACBulkC.md
+69 −0 modules/phase_field/doc/content/source/kernels/NestedKKSMultiACBulkF.md
+56 −0 modules/phase_field/doc/content/source/kernels/NestedKKSMultiSplitCHCRes.md
+1 −1 modules/phase_field/doc/content/source/materials/KKSPhaseConcentrationDerivatives.md
+11 −1 modules/phase_field/doc/content/source/materials/KKSPhaseConcentrationMaterial.md
+17 −0 modules/phase_field/doc/content/source/materials/KKSPhaseConcentrationMultiPhaseDerivatives.md
+40 −0 modules/phase_field/doc/content/source/materials/KKSPhaseConcentrationMultiPhaseMaterial.md
+1 −2 modules/phase_field/include/kernels/KKSCHBulk.h
+1 −1 modules/phase_field/include/kernels/KKSSplitCHCRes.h
+2 −2 modules/phase_field/include/kernels/NestedKKSACBulkC.h
+71 −0 modules/phase_field/include/kernels/NestedKKSMultiACBulkC.h
+77 −0 modules/phase_field/include/kernels/NestedKKSMultiACBulkF.h
+80 −0 modules/phase_field/include/kernels/NestedKKSMultiSplitCHCRes.h
+5 −2 modules/phase_field/include/kernels/NestedKKSSplitCHCRes.h
+7 −4 modules/phase_field/include/materials/KKSPhaseConcentrationDerivatives.h
+29 −10 modules/phase_field/include/materials/KKSPhaseConcentrationMaterial.h
+62 −0 modules/phase_field/include/materials/KKSPhaseConcentrationMultiPhaseDerivatives.h
+104 −0 modules/phase_field/include/materials/KKSPhaseConcentrationMultiPhaseMaterial.h
+11 −11 modules/phase_field/src/kernels/NestedKKSACBulkC.C
+9 −13 modules/phase_field/src/kernels/NestedKKSACBulkF.C
+250 −0 modules/phase_field/src/kernels/NestedKKSMultiACBulkC.C
+205 −0 modules/phase_field/src/kernels/NestedKKSMultiACBulkF.C
+134 −0 modules/phase_field/src/kernels/NestedKKSMultiSplitCHCRes.C
+9 −9 modules/phase_field/src/kernels/NestedKKSSplitCHCRes.C
+31 −30 modules/phase_field/src/materials/KKSPhaseConcentrationDerivatives.C
+52 −27 modules/phase_field/src/materials/KKSPhaseConcentrationMaterial.C
+194 −0 modules/phase_field/src/materials/KKSPhaseConcentrationMultiPhaseDerivatives.C
+283 −0 modules/phase_field/src/materials/KKSPhaseConcentrationMultiPhaseMaterial.C
+ modules/phase_field/test/tests/KKS_system/gold/kks_example_multiphase_nested.e
+ modules/phase_field/test/tests/KKS_system/gold/kks_example_multiphase_nested_damped.e
+ modules/phase_field/test/tests/KKS_system/gold/kks_example_nested_damped.e
+415 −0 modules/phase_field/test/tests/KKS_system/kks_example_multiphase_nested.i
+426 −0 modules/phase_field/test/tests/KKS_system/kks_example_multiphase_nested_damped.i
+58 −60 modules/phase_field/test/tests/KKS_system/kks_example_nested.i
+263 −0 modules/phase_field/test/tests/KKS_system/kks_example_nested_damped.i
+29 −3 modules/phase_field/test/tests/KKS_system/tests
+1 −1 modules/porous_flow/test/tests/jacobian/chem13.i
+26 −7 modules/thermal_hydraulics/doc/content/source/components/HSCoupler2D3D.md
+4 −0 modules/thermal_hydraulics/include/userobjects/HSCoupler2D3DUserObject.h
+24 −4 modules/thermal_hydraulics/src/components/HSCoupler2D3D.C
+21 −8 modules/thermal_hydraulics/src/userobjects/HSCoupler2D3DUserObject.C
+ modules/thermal_hydraulics/test/tests/components/hs_coupler_2d3d/gold/conduction_only.e
+ modules/thermal_hydraulics/test/tests/components/hs_coupler_2d3d/gold/conduction_plus_radiation.e
+ modules/thermal_hydraulics/test/tests/components/hs_coupler_2d3d/gold/convection_only.e
+1 −2 modules/thermal_hydraulics/test/tests/components/hs_coupler_2d3d/hs_coupler_2d3d.i
+45 −5 modules/thermal_hydraulics/test/tests/components/hs_coupler_2d3d/tests
+ test/tests/meshgenerators/xy_delaunay_generator/gold/xydelaunay_stitching_in.e
+2 −1 test/tests/meshgenerators/xy_delaunay_generator/tests

0 comments on commit 944d56e

Please sign in to comment.