You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: averaging of stress components using quadrature (#3279)
* initial attempt
* fixed compilation error, stresses match on simple problem
* renaming data layout for stress/strain and unifying a bit
* rename StrainHelper.hpp
* start collapsing stress and strain averaging into one kernel
* make the old stress data NOPLOT
* update SolidMechanicsFields
* add missing arguments
* change plasticStrain to averagePlasticStrain
* uncrustify
* make newStress NOPLOT
* update Kirsch problem to output and verify avg stress
* update python script accordingly
* update rst file for the definition of averageStress
* update .integrated_tests.yaml
* update BASELINE_NOTES.md
---------
Co-authored-by: Ryan Michael Aronson <[email protected]>
Co-authored-by: Ryan Michael Aronson <[email protected]>
Co-authored-by: Jian HUANG <[email protected]>
Co-authored-by: Jian Huang <[email protected]>
Copy file name to clipboardExpand all lines: BASELINE_NOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ This file is designed to track changes to the integrated test baselines.
6
6
Any developer who updates the baseline ID in the .integrated_tests.yaml file is expected to create an entry in this file with the pull request number, date, and their justification for rebaselining.
7
7
These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).
0 commit comments