idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 1k forks source link

Symmetric tensor output and action refactor #27529

Closed dschwen closed 1 week ago

dschwen commented 2 weeks ago

Closes #27513

moosebuild commented 2 weeks ago

Job Documentation on eef0e55 wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild commented 1 week ago

Job Coverage on eef0e55 wanted to post the following:

Framework coverage

78a82b #27529 eef0e5
Total Total +/- New
Rate 85.11% 85.08% -0.02% 90.13%
Hits 103108 103041 -67 137
Misses 18044 18065 +21 15

Diff coverage report

Full coverage report

Modules coverage

Solid mechanics

78a82b #27529 eef0e5
Total Total +/- New
Rate 84.86% 84.86% - 0.00%
Hits 27671 27671 - 0
Misses 4937 4937 - 1

Diff coverage report

Full coverage report

Full coverage reports

Reports - [`framework`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/framework) - [`chemical_reactions`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/chemical_reactions) - [`combined`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/combined) - [`contact`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/contact) - [`electromagnetics`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/electromagnetics) - [`external_petsc_solver`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/external_petsc_solver) - [`fluid_properties`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/fluid_properties) - [`fsi`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/fsi) - [`functional_expansion_tools`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/functional_expansion_tools) - [`geochemistry`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/geochemistry) - [`heat_transfer`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/heat_transfer) - [`level_set`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/level_set) - [`misc`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/misc) - [`navier_stokes`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/navier_stokes) - [`optimization`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/optimization) - [`peridynamics`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/peridynamics) - [`phase_field`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/phase_field) - [`porous_flow`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/porous_flow) - [`ray_tracing`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/ray_tracing) - [`rdg`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/rdg) - [`reactor`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/reactor) - [`richards`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/richards) - [`scalar_transport`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/scalar_transport) - [`solid_mechanics`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/solid_mechanics) - [`solid_properties`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/solid_properties) - [`stochastic_tools`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/stochastic_tools) - [`thermal_hydraulics`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/thermal_hydraulics) - [`xfem`](https://mooseframework.inl.gov/docs/PRs/27529/coverage/xfem)

Warnings

This comment will be updated on new commits.

moosebuild commented 1 week ago

Job Precheck on 82384f4 wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/docs/PRs/27529/clang_format/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format 78a82b091e994ca69087b954ef424ea20b2e3053

dschwen commented 1 week ago

The two fixes for Pronghorn and Isopod are straightforward. I'll prepare PRs for those and will merge this pr once they are up.

lindsayad commented 1 week ago

I would say check with @loganharbour before merging a breakage. We've gone quite a while without a next -> devel. I don't know whether that would be a pro or a con for merging this. The most recent breakage on Disttributed Mesh is because of me I think ... looking into that now

dschwen commented 1 week ago