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

feat(voronoi): add VoronoiGrid class #1034

Merged
merged 3 commits into from Jan 5, 2021

Conversation

langevin-usgs
Copy link
Contributor

Add new class for creating voronoi grids for MODFLOW. Included notebook shows how the new VoronoiGrid class can be used to build a simple MODFLOW 6 flow and transport model.

@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #1034 (9fc4b4b) into develop (211e74d) will decrease coverage by 0.621%.
The diff coverage is 3.846%.

@@              Coverage Diff              @@
##           develop     #1034       +/-   ##
=============================================
- Coverage   73.520%   72.898%   -0.622%     
=============================================
  Files          224       225        +1     
  Lines        50642     50791      +149     
=============================================
- Hits         37232     37026      -206     
- Misses       13410     13765      +355     
Impacted Files Coverage Δ
flopy/discretization/unstructuredgrid.py 77.254% <ø> (ø)
flopy/utils/gridgen.py 83.669% <ø> (ø)
flopy/utils/triangle.py 8.184% <0.000%> (-0.171%) ⬇️
flopy/utils/voronoi.py 0.000% <0.000%> (ø)
flopy/utils/cvfdutil.py 82.857% <85.714%> (-0.477%) ⬇️
flopy/mt3d/mtsft.py 6.569% <0.000%> (-72.263%) ⬇️
flopy/utils/formattedfile.py 88.311% <0.000%> (-2.598%) ⬇️
flopy/utils/mfreadnam.py 75.912% <0.000%> (-1.460%) ⬇️
flopy/modflow/mflmt.py 91.578% <0.000%> (-1.053%) ⬇️

@langevin-usgs langevin-usgs merged commit 71162ae into modflowpy:develop Jan 5, 2021
@langevin-usgs langevin-usgs deleted the feat-voronoi branch February 4, 2021 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant