docs: Add NVIDIA Warp documentation for GPU-accelerated particle simulation#1037
Merged
Gorkowski merged 2 commits intouncscode:mainfrom Feb 3, 2026
Merged
docs: Add NVIDIA Warp documentation for GPU-accelerated particle simulation#1037Gorkowski merged 2 commits intouncscode:mainfrom
Gorkowski merged 2 commits intouncscode:mainfrom
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Target Branch:
mainSummary
Adds comprehensive documentation for using NVIDIA Warp with particula for GPU-accelerated aerosol dynamics simulations. This documentation prepares the codebase for future GPU acceleration features by documenting the Warp framework patterns that will be used.
What Changed
New Components
docs/Theory/nvidia-warp/index.md- Overview of NVIDIA Warp, key features, and getting started guidedocs/Theory/nvidia-warp/kernels.md- Documentation for writing parallel particle computations with@wp.kerneland@wp.funcdocs/Theory/nvidia-warp/datastructures.md- Particle and aerosol data types, arrays, vectors, matrices, and custom structsdocs/Theory/nvidia-warp/examples/fluids.md- Examples for aerosol dynamics including coagulation, condensation, and diffusiondocs/Theory/nvidia-warp/examples/geometry.md- Examples for particle interactions including collisions and wall lossesModified Components
adw-docs/README.md- Minor updateadw-docs/code_style.md- Added comprehensive code style documentationadw-docs/testing_guide.md- Minor testing guide updatespyproject.toml- Configuration updateHow It Works
The documentation covers four main areas of NVIDIA Warp:
Implementation Notes
Testing