-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the
get_cartesian_face_edge_nodes
and `get_lonlat_rad_face…
…_edge_nodes` (#799) * Initial Draft Algorithm * Revert "Initial Draft Algorithm" This reverts commit 99573b8. * Initial commit * Revert "Initial commit" This reverts commit 1ba6880. * initial commit * Finished implementation * Fixed faces with holes * Fix precommit * test * add examples to doc strings * initial commit for vectorizing _get_cartesian_face_edge_nodes and _get_lonlat_rad_face_edge_nodes * add examples, modify test_helpers to test the new implementation(cur fail cartesian with fill) * Fix precommit * continue testcase * fixed input with INT_FILL_VALUE in face_node_conn * fix test case * more tests * rename helper * rename * update usage of _get_cartesian_face_edge_nodes and _get_lonlat_rad_face_edge_nodes * update helper index --------- Co-authored-by: Philip Chmielowiec <[email protected]> Co-authored-by: amberchen122 <[email protected]> Co-authored-by: amberchen122 <amber@DESKTOP-SS0HRJ9>
- Loading branch information
1 parent
6719a54
commit 3b27d3f
Showing
6 changed files
with
872 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.