Skip to content

Commit

Permalink
Updating stable moose submodule refs #000
Browse files Browse the repository at this point in the history
Triggered by CIVET job https://civet.inl.gov/job/1167014
  • Loading branch information
moosetest committed Sep 9, 2022
1 parent e91d39c commit 4c3a76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 41 files
+7 −0 framework/doc/content/source/systems/DisplacedSystem.md
+5 −0 framework/doc/content/source/systems/NonlinearEigenSystem.md
+20 −0 framework/doc/content/syntax/Systems/index.md
+5 −0 framework/include/fviks/FVScalarLagrangeMultiplierInterface.h
+10 −41 framework/include/postprocessors/ElementExtremeFunctorValue.h
+6 −30 framework/include/postprocessors/ElementExtremeValue.h
+45 −0 framework/include/postprocessors/ExtremeValueBase.h
+4 −26 framework/include/postprocessors/NodalExtremeValue.h
+2 −5 framework/include/systems/NonlinearSystemBase.h
+19 −6 framework/include/userobject/UserObject.h
+12 −1 framework/include/variables/VariableWarehouse.h
+9 −107 framework/src/postprocessors/ElementExtremeFunctorValue.C
+8 −100 framework/src/postprocessors/ElementExtremeValue.C
+131 −0 framework/src/postprocessors/ExtremeValueBase.C
+8 −96 framework/src/postprocessors/NodalExtremeValue.C
+79 −84 framework/src/systems/NonlinearSystemBase.C
+1 −0 modules/doc/config.yml
+3 −0 modules/electromagnetics/include/interfacekernels/PerpendicularElectricFieldInterface.h
+5 −2 modules/electromagnetics/src/interfacekernels/PerpendicularElectricFieldInterface.C
+5 −2 modules/electromagnetics/test/tests/interfacekernels/electromagnetic_interfaces/combined_props.i
+ modules/electromagnetics/test/tests/interfacekernels/electromagnetic_interfaces/gold/combined_props_out.e
+ ...magnetics/test/tests/interfacekernels/electromagnetic_interfaces/gold/combined_props_zero_free_charge_out.e
+14 −5 modules/electromagnetics/test/tests/interfacekernels/electromagnetic_interfaces/tests
+0 −0 modules/external_petsc_solver/doc/content/source/problems/ExternalPETScProblem.md
+36 −0 modules/navier_stokes/doc/content/source/fvbcs/PWCNSFVMomentumFluxBC.md
+1 −1 modules/navier_stokes/doc/content/source/fvbcs/WCNSFVMomentumFluxBC.md
+3 −0 modules/navier_stokes/include/actions/NSFVAction.h
+28 −0 modules/navier_stokes/include/fvbcs/PWCNSFVMomentumFluxBC.h
+18 −6 modules/navier_stokes/src/actions/NSFVAction.C
+33 −0 modules/navier_stokes/src/fvbcs/PWCNSFVMomentumFluxBC.C
+3 −3 modules/navier_stokes/src/fvbcs/WCNSFVMomentumFluxBC.C
+124 −0 modules/navier_stokes/test/tests/finite_volume/pwcns/boundary_conditions/flux_bcs_mdot-action.i
+ modules/navier_stokes/test/tests/finite_volume/pwcns/boundary_conditions/gold/flux_bcs_mdot-action_out.e
+13 −0 modules/navier_stokes/test/tests/finite_volume/pwcns/boundary_conditions/tests
+1 −1 test/tests/postprocessors/element_extreme_functor_value/gold/extreme_proxy_value_out.csv
+1 −1 test/tests/postprocessors/element_extreme_value/gold/element_proxy_extreme_value_out.csv
+1 −1 test/tests/postprocessors/nodal_extreme_value/gold/nodal_proxy_extreme_value_out.csv
+4 −11 test/tests/postprocessors/nodal_extreme_value/nodal_proxy_extreme_value.i
+ test/tests/scaling/scalar-field-grouping/gold/test_out.e
+110 −0 test/tests/scaling/scalar-field-grouping/test.i
+11 −0 test/tests/scaling/scalar-field-grouping/tests

0 comments on commit 4c3a76f

Please sign in to comment.