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: MGR Strategy for ALM - Face Bubble Functions for Wedge Elements - Multipoint Integration Rules for Tetrahedra and Triangles (#3395)
* Adding linear solving strategy
* Adding bubble functions for wedge elements
* Fixed face bubble functions for wedge elements
* Adding parameters to tune the iterative penalty coefficients
* Adding points for quadrature rule
* Scaling dispJump by area
* Added var to set the number of quadrature points for tetrahedron and triangle
* Cleaning up SolidMechanicsALMSimultaneousKernels.hpp
* Cleaning up H1_TriangleFace_Lagrange1_Gauss.hpp and H1_Tetrahedron_Lagrange1_Gauss.hpp
* Fixing some review comments
* Fixing compilation issues
* Fixed bug (int-real type casting)
* Modified the default input parameters
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).
8
8
9
+
PR #3395 (2024-01-22)
10
+
=====================
11
+
Add new fields and change the default input for some tests.
12
+
9
13
PR #3416 (2024-01-21)
10
14
=====================
11
15
Refactoring of induced seismicity EQ solvers to add coupling.
0 commit comments