GEOS-DEV / GEOS

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

add stress initialization for hydrofracture solver #3150

Closed Guotong-Ren closed 1 month ago

Guotong-Ren commented 1 month ago

prototype the initialization procedure for the hydrofracture solver when stress calculation is needed (e.g., Neumann boundary, nodal forces specified by fieldspecification)

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 53.56%. Comparing base (d3783ad) to head (1d44346). Report is 2 commits behind head on develop.

Files Patch % Lines
...hysicsSolvers/multiphysics/HydrofractureSolver.cpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3150 +/- ## =========================================== - Coverage 53.57% 53.56% -0.01% =========================================== Files 1003 1003 Lines 85297 85297 =========================================== - Hits 45695 45693 -2 - Misses 39602 39604 +2 ```

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

jhuang2601 commented 1 month ago

Try to run make uncrustify_style to fix the reported problem for code style

Guotong-Ren commented 1 month ago

Try to run make uncrustify_style to fix the reported problem for code style

thanks, Jian, for the suggestion. will do that.