Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugary1995 committed Jan 22, 2025
2 parents e52ec18 + 9c1f30c commit bbadeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 40 files
+13 −6 framework/include/partitioner/HierarchicalGridPartitioner.h
+7 −0 framework/include/positions/MultiAppPositions.h
+5 −0 framework/include/positions/Positions.h
+10 −3 framework/include/transfers/MultiAppGeneralFieldNearestLocationTransfer.h
+1 −1 framework/include/utils/KDTree.h
+71 −19 framework/src/partitioner/GridPartitioner.C
+100 −32 framework/src/partitioner/HierarchicalGridPartitioner.C
+2 −0 framework/src/positions/FilePositions.C
+2 −0 framework/src/positions/InputPositions.C
+14 −25 framework/src/positions/Positions.C
+119 −45 framework/src/transfers/MultiAppGeneralFieldNearestLocationTransfer.C
+7 −1 framework/src/transfers/MultiAppGeneralFieldShapeEvaluationTransfer.C
+98 −24 framework/src/transfers/MultiAppGeneralFieldTransfer.C
+8 −2 framework/src/transfers/MultiAppGeneralFieldUserObjectTransfer.C
+1 −1 framework/src/utils/KDTree.C
+4 −0 modules/doc/content/newsletter/2025/2025_01.md
+16 −0 modules/doc/training/content/sqa/training/lead/sqa_moosedocs.md
+4 −3 python/moosesqa/SQARequirementReport.py
+8 −0 python/moosesqa/test/specs/spec_multiple
+16 −1 python/moosesqa/test/test_SQARequirementReport.py
+1 −1 test/tests/bcs/periodic/tests
+2 −0 test/tests/partitioners/custom_partition_generated_mesh/custom_partition_generated_mesh.i
+4 −0 test/tests/partitioners/custom_partition_generated_mesh/tests
+47 −4 test/tests/partitioners/grid_partitioner/tests
+55 −0 test/tests/partitioners/hierarchical_grid_partitioner/hierarchical_grid_partitioner_errors.i
+107 −3 test/tests/partitioners/hierarchical_grid_partitioner/tests
+1 −2 test/tests/reporters/mesh_info/mesh_info.i
+ test/tests/transfers/general_field/nearest_node/nearest_app/gold/main_between_multiapp_out_ma10.e
+ test/tests/transfers/general_field/nearest_node/nearest_app/gold/main_between_multiapp_out_ma11.e
+ test/tests/transfers/general_field/nearest_node/nearest_app/gold/main_between_multiapp_out_ma20.e
+ test/tests/transfers/general_field/nearest_node/nearest_app/gold/main_between_multiapp_out_ma21.e
+1 −0 test/tests/transfers/general_field/nearest_node/nearest_app/gold/main_out.e
+80 −0 test/tests/transfers/general_field/nearest_node/nearest_app/main.i
+105 −0 test/tests/transfers/general_field/nearest_node/nearest_app/main_between_multiapp.i
+1 −0 test/tests/transfers/general_field/nearest_node/nearest_app/sub.i
+1 −0 test/tests/transfers/general_field/nearest_node/nearest_app/sub_between_diffusion.i
+41 −0 test/tests/transfers/general_field/nearest_node/nearest_app/tests
+23 −12 test/tests/transfers/general_field/shape_evaluation/regular/tests
+1 −1 test/tests/vectorpostprocessors/point_value_sampler/tests
+0 −1 unit/src/PositionsTest.C

0 comments on commit bbadeb8

Please sign in to comment.