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

Removing Problem::get_mesh #683

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Removing Problem::get_mesh #683

merged 1 commit into from
Jan 20, 2025

Conversation

andrsd
Copy link
Owner

@andrsd andrsd commented Jan 20, 2025

  • this API was removed in favor of DiscreteProblemInterface::get_mesh which
    is used more often in the child classes and gives back the UnstructiredMesh,
    which is what the application code uses.
  • VTKOutput and TecplotOutput were updated so they match what is going on in
    the ExodusIIOutput.

- this API was removed in favor of `DiscreteProblemInterface::get_mesh` which
  is used more often in the child classes and gives back the UnstructiredMesh,
  which is what the application code uses.
- VTKOutput and TecplotOutput were updated so they match what is going on in
  the ExodusIIOutput.
@andrsd andrsd added the api-change PR changes API, i.e. it will break depending apps label Jan 20, 2025
@andrsd andrsd self-assigned this Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

Attention: Patch coverage is 69.35484% with 19 lines in your changes missing coverage. Please review.

Project coverage is 86.37%. Comparing base (ae3b384) to head (3de30ff).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/DGProblemInterface.cpp 0.00% 10 Missing ⚠️
src/DiscreteProblemInterface.cpp 37.50% 5 Missing ⚠️
src/FEProblemInterface.cpp 70.00% 3 Missing ⚠️
src/TecplotOutput.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #683      +/-   ##
==========================================
- Coverage   86.38%   86.37%   -0.01%     
==========================================
  Files         190      190              
  Lines       12853    12862       +9     
==========================================
+ Hits        11103    11110       +7     
- Misses       1750     1752       +2     

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

@andrsd andrsd merged commit 55b749a into main Jan 20, 2025
12 of 14 checks passed
@andrsd andrsd deleted the prob-get-mesh branch January 20, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change PR changes API, i.e. it will break depending apps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant