Commit d6e26e9
Dual Mesh Construction (#859)
* Added dual mesh initial support
* Updated Mesh Construction Method
* Removed Old Files
* Updated API added comprehensive test
* Fixed pre-commit
* optimize code
* update dual mesh construction and duplicate node validation
* progress on migrating implementation to Grid
* Testing Notebook
* Update Untitled.ipynb
* Updated Notebook
* Update dual-mesh.ipynb
* Update Notebook
* Update docs
* Update dual-mesh.ipynb
* Updated Merge Duplicate Nodes and cleaned up code
* Added Duplicate Nodes Test
* Duplicate nodes error, updated index, fix codecov,
* Fixed pre-commit
* fixed duplicate check
* Moved to dual.py remove duplication merge
* Updated API and Benchmarks
* Updated face construction and ordering
* Optimization and clean up
* Update dual-mesh.ipynb
* Updated userguide.rst
* Fixed pre-commit
* Update docs/userguide.rst
Co-authored-by: Philip Chmielowiec <[email protected]>
* Added docstrings
* Update dual.py
* Added dual mesh support of DataArrays
* Fixed asv config file
* Added name to data array
* Fixed constructed node face connectivity error
* Updated user guide
* Fixed docs
* Removed method parameter
* Added support for UxDatasets
* Update dual user guide
* Update index.rst
* Updated Test Cases
* Update test_grid.py
* Updated colormaps
* pre-commit fix
* Notebook Update
* Update dual-mesh.ipynb
* Update dual-mesh.ipynb
* Fixed Dimension Bug
* Fixed pre-commit
* Update mpas_ocean.py
* Added warnings
* Fixed test failures
* Updated notebook and jit
* Merge pre-commit fix
* Updated notebook
* Update Dual Notebook
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Updated docstrings, benchmarks, and errors
* update notebook to use updated plotting api
---------
Co-authored-by: Philip Chmielowiec <[email protected]>
Co-authored-by: Philip Chmielowiec <[email protected]>
Co-authored-by: Rajeev Jain <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 8a29d96 commit d6e26e9
File tree
14 files changed
+876
-49
lines changed- benchmarks
- docs
- internal_api
- user-guide
- test
- uxarray
- core
- grid
14 files changed
+876
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
140 | 146 | | |
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| 153 | + | |
147 | 154 | | |
148 | 155 | | |
149 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
334 | 344 | | |
335 | 345 | | |
336 | 346 | | |
| |||
362 | 372 | | |
363 | 373 | | |
364 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
365 | 384 | | |
366 | 385 | | |
367 | 386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
| |||
0 commit comments