-
Notifications
You must be signed in to change notification settings - Fork 90
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
Conversation
@@ -368,6 +368,18 @@ void FlowSolverBase::initializePreSubGroups() | |||
} | |||
} | |||
|
|||
void FlowSolverBase::checkDiscretizationName() | |||
{ | |||
DomainPartition & domain = this->getGroupByPath< DomainPartition >( "/Problem/domain" ); |
There was a problem hiding this comment.
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.
Co-authored-by: Matteo Cusini <[email protected]>
Codecov ReportAttention: Patch coverage is
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. |
No description provided.