Skip to content

Commit

Permalink
Merge commit '59efb2fc520d88071ad3d3b21910ddfa52c47e18'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Sep 6, 2023
2 parents 3cafdd5 + 59efb2f commit 3b1e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 91 files
+140 −0 framework/doc/content/source/meshgenerators/MeshDiagnosticsGenerator.md
+3 −0 framework/doc/content/syntax/Mesh/index.md
+95 −0 framework/include/meshgenerators/MeshDiagnosticsGenerator.h
+2 −0 framework/include/problems/FEProblemBase.h
+2 −0 framework/src/mesh/MooseMesh.C
+1,266 −0 framework/src/meshgenerators/MeshDiagnosticsGenerator.C
+19 −7 framework/src/outputs/Output.C
+6 −2 framework/src/postprocessors/Postprocessor.C
+57 −1 framework/src/problems/FEProblemBase.C
+2 −1 framework/src/userobjects/NearestPointAverage.C
+2 −1 framework/src/userobjects/NearestPointIntegralVariablePostprocessor.C
+2 −0 modules/doc/content/newsletter/2023/2023_08.md
+31 −0 modules/phase_field/doc/content/bib/phase_field.bib
+ modules/phase_field/doc/content/media/phase_field/PolycrystalColoringICLinearizedInterface_phi.png
+ modules/phase_field/doc/content/media/phase_field/PolycrystalColoringICLinearizedInterface_psi.png
+ modules/phase_field/doc/content/media/phase_field/SmoothCircleLinearizedInterface_phi.png
+ modules/phase_field/doc/content/media/phase_field/SmoothCircleLinearizedInterface_psi.png
+ modules/phase_field/doc/content/media/phase_field/linearized_interface_function.png
+106 −0 modules/phase_field/doc/content/modules/phase_field/Linearized_Interface_Grain_Growth.md
+1 −0 modules/phase_field/doc/content/modules/phase_field/index.md
+1 −1 modules/phase_field/doc/content/source/actions/GrainGrowthAction.md
+61 −0 modules/phase_field/doc/content/source/actions/GrainGrowthLinearizedInterfaceAction.md
+33 −1 modules/phase_field/doc/content/source/actions/PolycrystalColoringICAction.md
+27 −0 modules/phase_field/doc/content/source/auxkernels/LinearizedInterfaceAux.md
+17 −1 modules/phase_field/doc/content/source/ics/PolycrystalColoringIC.md
+42 −0 modules/phase_field/doc/content/source/ics/PolycrystalColoringICLinearizedInterface.md
+43 −0 modules/phase_field/doc/content/source/ics/SmoothCircleICLinearizedInterface.md
+30 −0 modules/phase_field/doc/content/source/kernels/ACGrGrPolyLinearizedInterface.md
+32 −0 modules/phase_field/doc/content/source/kernels/ACInterfaceChangedVariable.md
+29 −0 modules/phase_field/doc/content/source/kernels/ChangedVariableTimeDerivative.md
+34 −0 modules/phase_field/doc/content/source/materials/LinearizedInterfaceFunction.md
+3 −0 modules/phase_field/doc/content/syntax/Modules/PhaseField/GrainGrowthLinearizedInterface/index.md
+153 −0 modules/phase_field/examples/grain_growth/grain_growth_linearized_interface.i
+5 −3 modules/phase_field/include/actions/GrainGrowthAction.h
+29 −0 modules/phase_field/include/actions/GrainGrowthLinearizedInterfaceAction.h
+1 −0 modules/phase_field/include/actions/PolycrystalColoringICAction.h
+35 −0 modules/phase_field/include/auxkernels/LinearizedInterfaceAux.h
+31 −0 modules/phase_field/include/ics/PolycrystalColoringICLinearizedInterface.h
+30 −0 modules/phase_field/include/ics/SmoothCircleICLinearizedInterface.h
+2 −0 modules/phase_field/include/kernels/ACGrGrPoly.h
+41 −0 modules/phase_field/include/kernels/ACGrGrPolyLinearizedInterface.h
+24 −0 modules/phase_field/include/kernels/ACInterfaceChangedVariable.h
+41 −0 modules/phase_field/include/kernels/ChangedVariableTimeDerivative.h
+31 −0 modules/phase_field/include/materials/LinearizedInterfaceFunction.h
+6 −0 modules/phase_field/include/postprocessors/GrainTracker.h
+3 −1 modules/phase_field/include/utils/ExpressionBuilder.h
+56 −42 modules/phase_field/src/actions/GrainGrowthAction.C
+215 −0 modules/phase_field/src/actions/GrainGrowthLinearizedInterfaceAction.C
+25 −6 modules/phase_field/src/actions/PolycrystalColoringICAction.C
+34 −0 modules/phase_field/src/auxkernels/LinearizedInterfaceAux.C
+2 −0 modules/phase_field/src/base/PhaseFieldApp.C
+50 −0 modules/phase_field/src/ics/PolycrystalColoringICLinearizedInterface.C
+51 −0 modules/phase_field/src/ics/SmoothCircleICLinearizedInterface.C
+33 −9 modules/phase_field/src/kernels/ACGrGrPoly.C
+93 −0 modules/phase_field/src/kernels/ACGrGrPolyLinearizedInterface.C
+41 −0 modules/phase_field/src/kernels/ACInterfaceChangedVariable.C
+65 −0 modules/phase_field/src/kernels/ChangedVariableTimeDerivative.C
+33 −0 modules/phase_field/src/materials/LinearizedInterfaceFunction.C
+10 −3 modules/phase_field/src/postprocessors/GrainTracker.C
+3 −1 modules/phase_field/src/utils/ExpressionBuilder.C
+ modules/phase_field/test/tests/actions/gold/grain_growth_out.e
+ modules/phase_field/test/tests/actions/gold/grain_growth_with_T_grad_out.e
+ modules/phase_field/test/tests/actions/gold/grain_growth_with_c_out.e
+ ...les/phase_field/test/tests/grain_growth_w_linearized_interface/gold/grain_growth_linearized_interface_out.e
+ modules/phase_field/test/tests/grain_growth_w_linearized_interface/gold/linearized_interface_action_out.e
+ modules/phase_field/test/tests/grain_growth_w_linearized_interface/gold/voronoi_linearized_interface_out.e
+186 −0 modules/phase_field/test/tests/grain_growth_w_linearized_interface/grain_growth_linearized_interface.i
+83 −0 modules/phase_field/test/tests/grain_growth_w_linearized_interface/linearized_interface_action.i
+28 −0 modules/phase_field/test/tests/grain_growth_w_linearized_interface/tests
+68 −0 modules/phase_field/test/tests/grain_growth_w_linearized_interface/voronoi_linearized_interface.i
+9 −0 ...es/phase_field/test/tests/grain_tracker_test/gold/grain_tracker_remapping_linearized_interface_test_out.csv
+86 −0 modules/phase_field/test/tests/grain_tracker_test/grain_tracker_remapping_linearized_interface_test.i
+115 −88 modules/phase_field/test/tests/grain_tracker_test/tests
+24 −0 test/tests/meshgenerators/mesh_diagnostics_generator/all_at_once.i
+45 −0 test/tests/meshgenerators/mesh_diagnostics_generator/conformality_test.i
+53 −0 test/tests/meshgenerators/mesh_diagnostics_generator/conformality_test_3d.i
+25 −0 test/tests/meshgenerators/mesh_diagnostics_generator/consistent_domains.i
+38 −0 test/tests/meshgenerators/mesh_diagnostics_generator/detect_amr_hex.i
+33 −0 test/tests/meshgenerators/mesh_diagnostics_generator/detect_amr_quad.i
+50 −0 test/tests/meshgenerators/mesh_diagnostics_generator/detect_amr_tet.i
+39 −0 test/tests/meshgenerators/mesh_diagnostics_generator/detect_amr_tri.i
+34 −0 test/tests/meshgenerators/mesh_diagnostics_generator/elem_types_test.i
+20 −0 test/tests/meshgenerators/mesh_diagnostics_generator/jacobian_test.i
+22 −0 test/tests/meshgenerators/mesh_diagnostics_generator/max_test.i
+21 −0 test/tests/meshgenerators/mesh_diagnostics_generator/min_test.i
+43 −0 test/tests/meshgenerators/mesh_diagnostics_generator/node_based_test.i
+24 −0 test/tests/meshgenerators/mesh_diagnostics_generator/non_planar_test.i
+218 −0 test/tests/meshgenerators/mesh_diagnostics_generator/tests
+4 −0 test/tests/outputs/sync_times_object/gold/sync_times_object_out.csv
+42 −0 test/tests/outputs/sync_times_object/sync_times_object.i
+18 −0 test/tests/outputs/sync_times_object/tests

0 comments on commit 3b1e752

Please sign in to comment.