GEOS-DEV / GEOS

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

Remove array1d inside kernels #3201

Closed rrsettgast closed 1 day ago

rrsettgast commented 2 days ago

This PR replaced array1d with stackArray1d inside of some kernels.

codecov[bot] commented 2 days ago

Codecov Report

Attention: Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.

Project coverage is 55.73%. Comparing base (746c6da) to head (3c210fb).

Files Patch % Lines
...sSolvers/contact/SolidMechanicsLagrangeContact.cpp 0.00% 18 Missing :warning:
...cs/SinglePhasePoromechanicsConformingFractures.cpp 0.00% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3201 +/- ## ======================================== Coverage 55.73% 55.73% ======================================== Files 1037 1037 Lines 88427 88425 -2 ======================================== Hits 49288 49288 + Misses 39139 39137 -2 ```

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