Skip to content

Commit

Permalink
Merge commit '92cd4edc797a5e848a620ddd04be2c79c3f8223c'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Feb 28, 2025
2 parents 680c593 + 92cd4ed commit c2578b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 28 files
+22 −0 framework/doc/content/syntax/MeshModifiers/index.md
+7 −3 framework/include/bcs/BoundaryCondition.h
+5 −0 framework/include/bcs/IntegratedBCBase.h
+36 −1 framework/src/bcs/IntegratedBCBase.C
+1 −3 framework/src/hdgkernels/HDGKernel.C
+5 −2 framework/src/meshmodifiers/ElementSubdomainModifierBase.C
+0 −1 framework/src/problems/FEProblemBase.C
+2 −2 modules/navier_stokes/include/bcs/INSFEFluidEnergyDirichletBC.h
+1 −1 modules/navier_stokes/include/bcs/MomentumFreeSlipBC.h
+2 −2 modules/navier_stokes/src/bcs/INSFEFluidEnergyDirichletBC.C
+1 −1 modules/navier_stokes/src/bcs/MomentumFreeSlipBC.C
+1 −1 modules/peridynamics/include/bcs/RBMPresetOldValuePD.h
+1 −1 modules/peridynamics/src/bcs/RBMPresetOldValuePD.C
+2 −2 modules/reactor/src/meshgenerators/FlexiblePatternGenerator.C
+1 −1 modules/reactor/test/tests/meshgenerators/flexible_pattern_generator/gold/single_hex_pattern_circ.csv
+1 −1 modules/richards/include/bcs/RichardsExcav.h
+1 −1 modules/richards/src/bcs/RichardsExcav.C
+1 −1 modules/solid_mechanics/include/bcs/StickyBC.h
+1 −1 modules/solid_mechanics/src/bcs/StickyBC.C
+1 −1 modules/xfem/include/bcs/CrackTipEnrichmentCutOffBC.h
+1 −1 modules/xfem/src/bcs/CrackTipEnrichmentCutOffBC.C
+1 −1 test/include/bcs/OnOffDirichletBC.h
+1 −1 test/include/bcs/OnOffNeumannBC.h
+1 −1 test/src/bcs/OnOffDirichletBC.C
+1 −1 test/src/bcs/OnOffNeumannBC.C
+ test/tests/bcs/changing_variable_domain/gold/var_block_id_out.e-s002
+18 −0 test/tests/bcs/changing_variable_domain/tests
+77 −0 test/tests/bcs/changing_variable_domain/var_block_id.i

0 comments on commit c2578b0

Please sign in to comment.