Skip to content

nairakhils/nest

Repository files navigation

nest

A fast, readable C++20 hydro library with CPU (OpenMP) and CUDA backends.

What It Does

  • GPU/CPU hydro kernels with a backend-agnostic numerics layer
  • SoA memory layout to drive vectorization and GPU coalescing
  • Patch + halo decomposition for domain splitting and exchange
  • Pipeline execution (Exchange → Compute → Reduce stages)
  • Example solvers for 1D/2D Euler and linear advection
  • Python visualization tools for plotting result files

Developer docs live in docs/README_DEV.md.

License

See LICENSE (placeholder until a license is selected).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published