GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
203 stars 80 forks source link

Augmented Lagrangian (stick mode) - InterfaceKernelBase - Bubble Functions #3130

Closed matteofrigo5 closed 2 weeks ago

matteofrigo5 commented 1 month ago

This PR introduces the following three features:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0.54795% with 1089 lines in your changes missing coverage. Please review.

Project coverage is 55.71%. Comparing base (9134c42) to head (057f692).

Files Patch % Lines
...ntact/SolidMechanicsAugmentedLagrangianContact.cpp 0.00% 591 Missing :warning:
...hysicsSolvers/contact/SolidMechanicsALMKernels.hpp 0.00% 106 Missing :warning:
...Solvers/contact/SolidMechanicsALMBubbleKernels.hpp 0.00% 98 Missing :warning:
...ers/contact/SolidMechanicsALMJumpUpdateKernels.hpp 0.00% 53 Missing :warning:
...csSolvers/contact/SolidMechanicsALMKernelsBase.hpp 0.00% 46 Missing :warning:
...iteElement/kernelInterface/InterfaceKernelBase.hpp 0.00% 39 Missing :warning:
...niteElement/elementFormulations/LagrangeBasis1.hpp 0.00% 37 Missing :warning:
...ntFormulations/H1_Tetrahedron_Lagrange1_Gauss1.hpp 0.00% 35 Missing :warning:
...Solvers/contact/SolidMechanicsALMKernelsHelper.hpp 0.00% 17 Missing :warning:
...lations/H1_Hexahedron_Lagrange1_GaussLegendre2.hpp 0.00% 15 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3130 +/- ## =========================================== - Coverage 56.41% 55.71% -0.71% =========================================== Files 1023 1031 +8 Lines 86596 87698 +1102 =========================================== + Hits 48857 48863 +6 - Misses 37739 38835 +1096 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

paveltomin commented 2 weeks ago

@matteofrigo5 please check test results and apply rebaseline if everything looks ok