-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flexible options to archetype graphs (#19)
* Handle non-square areas for single-level flat graphs * Fix tests * Introduce radius graph connection with distance relative to longest edge * Handle relative connection radius accurately in multiscale graphs * Fix relative refinement factor for g2m also for hierarchical graphs * Change multiscale archetype to enforce refinement factor 3 * Start work on creating separate refinement factors between grid-mesh and mesh levels * Clean up separate refinement factors to also work with multiscale graph * Only connect grid to bottom level of hierarchical mesh * Fix m2g specification for archetypes * Correct doscstrings to match updated archetypes * Update docs to match archetype changes * Fix tests * Add test for new rel_max_dist within_radius parameter * Fix some comments and checks * Run pre-commit on docs * Fix typos Co-authored-by: sadamov <45732287+sadamov@users.noreply.github.com> * Add explanation about why default distance is 0.51d * Clarify docstring for split_on_edge_attribute_existance * Clarify dimension names in mesh creation * Clarify grid coordinates also in docstring for flat mesh graph * Update changelog * Clear outputs in documentation notebooks --------- Co-authored-by: sadamov <45732287+sadamov@users.noreply.github.com>
- Loading branch information
1 parent
92ae18b
commit b468ed5
Showing
14 changed files
with
352 additions
and
139 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
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
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.