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

refactor: unify flow solver discretization name check #3514

Merged
merged 12 commits into from
Jan 29, 2025

Conversation

paveltomin
Copy link
Contributor

No description provided.

@paveltomin paveltomin self-assigned this Jan 14, 2025
@paveltomin paveltomin requested a review from dkachuma January 14, 2025 20:15
@paveltomin paveltomin added the type: cleanup / refactor Non-functional change (NFC) label Jan 14, 2025
@@ -368,6 +368,18 @@ void FlowSolverBase::initializePreSubGroups()
}
}

void FlowSolverBase::checkDiscretizationName()
{
DomainPartition & domain = this->getGroupByPath< DomainPartition >( "/Problem/domain" );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice to avoid this IMO but it was not your code.

@paveltomin paveltomin added ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI ci: run code coverage enables running of the code coverage CI jobs and removed flag: ready for review labels Jan 23, 2025
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 56.74%. Comparing base (ac45ee2) to head (888bc31).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...onents/physicsSolvers/fluidFlow/FlowSolverBase.cpp 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3514   +/-   ##
========================================
  Coverage    56.74%   56.74%           
========================================
  Files         1169     1169           
  Lines       101551   101546    -5     
========================================
- Hits         57622    57621    -1     
+ Misses       43929    43925    -4     

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

@paveltomin paveltomin added the flag: no rebaseline Does not require rebaseline label Jan 23, 2025
@paveltomin paveltomin merged commit bd70903 into develop Jan 29, 2025
27 checks passed
@paveltomin paveltomin deleted the pt/flow-discretization-name branch January 29, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run code coverage enables running of the code coverage CI jobs 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 type: cleanup / refactor Non-functional change (NFC)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants