Skip to content

Commit

Permalink
Merge commit '50054648852a8d8fb1ec27117e433cf265e60e11'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Nov 16, 2023
2 parents a758a31 + 5005464 commit 20a089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 39 files
+1 −1 framework/doc/content/automatic_differentiation/index.md
+1 −1 framework/doc/content/automatic_differentiation/templated_objects.md
+1 −1 framework/doc/content/source/auxkernels/ConstantBoundsAux.md
+1 −1 framework/doc/content/source/auxkernels/HardwareIDAux.md
+1 −1 framework/doc/content/source/constraints/PeriodicSegmentalConstraint.md
+3 −3 framework/doc/content/source/dirackernels/ReporterPointSource.md
+1 −1 framework/doc/content/source/fvbcs/FVDirichletBC.md
+1 −1 framework/doc/content/source/interfaces/SetupInterface.md
+1 −1 framework/doc/content/source/kernels/AnisotropicDiffusion.md
+1 −1 framework/doc/content/source/meshgenerators/MeshDiagnosticsGenerator.md
+1 −1 framework/doc/content/source/postprocessors/AreaPostprocessor.md
+1 −1 framework/doc/content/source/variables/MooseVariableFV.md
+2 −2 framework/doc/content/syntax/Adaptivity/index.md
+2 −2 framework/doc/content/syntax/ICs/index.md
+1 −1 framework/doc/content/syntax/Limiters/index.md
+1 −1 framework/doc/content/syntax/Mesh/Partitioner/index.md
+1 −1 framework/include/mesh/MooseMesh.h
+3 −0 modules/heat_transfer/test/tests/directional_flux_bc/gold/3d_tet14.csv
+8 −0 modules/heat_transfer/test/tests/directional_flux_bc/tests
+10 −0 modules/ray_tracing/src/raytracing/TraceRay.C
+8 −1 modules/ray_tracing/src/raytracing/TraceRayTools.C
+3 −0 modules/ray_tracing/test/tests/traceray/tet14/gold/centroid_aq_out.csv
+3 −0 modules/ray_tracing/test/tests/traceray/tet14/gold/ctc_out.csv
+3 −0 modules/ray_tracing/test/tests/traceray/tet14/gold/ctv_out.csv
+3 −0 modules/ray_tracing/test/tests/traceray/tet14/gold/ete_out.csv
+3 −0 modules/ray_tracing/test/tests/traceray/tet14/gold/side_aq_out.csv
+3 −0 modules/ray_tracing/test/tests/traceray/tet14/gold/vtv_out.csv
+121 −0 modules/ray_tracing/test/tests/traceray/tet14/tests
+1 −0 modules/ray_tracing/unit/src/TraceRayToolsTest.C
+24 −5 modules/xfem/src/efa/EFAElement3D.C
+2 −8 modules/xfem/src/efa/ElementFragmentAlgorithm.C
+ modules/xfem/test/tests/high_order_elements/gold/diffusion_3d_tet14_out.e
+9 −0 modules/xfem/test/tests/high_order_elements/tests
+ test/tests/mesh/high_order_elems/gold/high_order_elems_tet14_refine_out.e
+9 −0 test/tests/mesh/high_order_elems/tests
+9 −0 test/tests/meshgenerators/mesh_diagnostics_generator/tests
+ test/tests/mortar/continuity-3d-non-conforming/gold/continuity_penalty_tet14_out.e
+ test/tests/mortar/continuity-3d-non-conforming/gold/continuity_tet14_out.e
+29 −3 test/tests/mortar/continuity-3d-non-conforming/tests

0 comments on commit 20a089a

Please sign in to comment.