Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add a few comments and small code fixes in addTransmissibilityCouplingPattern for poromechanics with conforming fractures #3250

Merged
merged 19 commits into from
Aug 16, 2024

Conversation

ryar9534
Copy link
Contributor

@ryar9534 ryar9534 commented Jul 29, 2024

Adds a missing const and changes a globalIndex to a localIndex, as well as using flow solver discretization name to get stencil.

As it turns out, there was no indexing error.

@ryar9534 ryar9534 changed the title fix: Small bugfix in addTransmissibilityCouplingPattern for poromechanics with conforming fracturs fix: Small bugfix in addTransmissibilityCouplingPattern for poromechanics with conforming fractures Jul 29, 2024
@ryar9534 ryar9534 marked this pull request as ready for review July 29, 2024 21:35
@ryar9534 ryar9534 requested a review from jhuang2601 July 29, 2024 21:36
@ryar9534 ryar9534 self-assigned this Jul 29, 2024
@ryar9534 ryar9534 added type: bug Something isn't working type: cleanup / refactor Non-functional change (NFC) ci: run CUDA builds Allows to triggers (costly) CUDA jobs flag: ready for review ci: run integrated tests Allows to run the integrated tests in GEOS CI labels Jul 29, 2024
@ryar9534 ryar9534 marked this pull request as draft July 29, 2024 22:20
ryar9534 added 3 commits July 29, 2024 15:27
This reverts commit 1f7207a.
This reverts commit 946dedf.
@ryar9534 ryar9534 marked this pull request as ready for review July 30, 2024 04:51
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

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

Project coverage is 55.99%. Comparing base (c29c4ec) to head (a8a4d67).
Report is 84 commits behind head on develop.

Files with missing lines Patch % Lines
...cs/SinglePhasePoromechanicsConformingFractures.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3250   +/-   ##
========================================
  Coverage    55.99%   55.99%           
========================================
  Files         1053     1053           
  Lines        89157    89157           
========================================
  Hits         49921    49921           
  Misses       39236    39236           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@paveltomin
Copy link
Contributor

@ryar9534 is it good to merge?

@ryar9534
Copy link
Contributor Author

ryar9534 commented Aug 9, 2024

@ryar9534 is it good to merge?

It should be - Matteo and I were considering waiting and including it in the solution to the import bug once we found it (just to avoid rebaselining multiple times) but lets just go ahead and do it. I will handle the rebaseline when the tests complete

@rrsettgast
Copy link
Member

@ryar9534 This doesn't seem to be passing tests.

@jhuang2601 jhuang2601 added the flag: no rebaseline Does not require rebaseline label Aug 16, 2024
@CusiniM CusiniM changed the title fix: Small bugfix in addTransmissibilityCouplingPattern for poromechanics with conforming fractures chore: add a few comments and small code fixes in addTransmissibilityCouplingPattern for poromechanics with conforming fractures Aug 16, 2024
@rrsettgast rrsettgast merged commit 4d4eb35 into develop Aug 16, 2024
21 of 22 checks passed
@rrsettgast rrsettgast deleted the fix/aronson/parallelFractureBugfixes branch August 16, 2024 19:25
rrsettgast pushed a commit that referenced this pull request Sep 17, 2024
…CouplingPattern for poromechanics with conforming fractures (#3250)

---------

Co-authored-by: Ryan ARONSON (X) <[email protected]>
rrsettgast pushed a commit that referenced this pull request Sep 17, 2024
…CouplingPattern for poromechanics with conforming fractures (#3250)

---------

Co-authored-by: Ryan ARONSON (X) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI flag: no rebaseline Does not require rebaseline flag: ready for review type: bug Something isn't working type: cleanup / refactor Non-functional change (NFC)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants