-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grid implementation that addresses some issues found in the local
navigation (grid navigation must be possible without reference surface). This PR provides: - 3D grids - Grid local coordinates for a global to local transform - Memory serialization: standalone grids and grids in grid collections - Implement populators, serializers and unittests, except for irregular attach populator. Due to the 'operator==' not being a __device__ function, the complete and attach populator unittests cannot pass the CI. The PR also splits the geometric shape information (cylinder, rectangle etc) from the navigation linking and boundary values, so that they can be reused for the grid geometry definition. With that comes the stringent use of local coordinates in the intersections and some refactoring (renaming etc).
- Loading branch information
1 parent
e856af4
commit 2ce4198
Showing
144 changed files
with
6,555 additions
and
1,931 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
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.