diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-29 22:45:21 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-29 22:45:21 +0200 |
| commit | 53ecaeeee3a24c016b4fd3c6a577ac22ac47775a (patch) | |
| tree | 975b4c018d446d0fa441099128211dbabefacbe6 /default.nix | |
| parent | 78e8a621beff8ccd410f2e2c0b6df7f3931b52eb (diff) | |
| parent | b88d59477a7973bdee102aaf0e26c13c9059048b (diff) | |
| download | libs-lbm-53ecaeeee3a24c016b4fd3c6a577ac22ac47775a.tar.gz | |
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default.nix b/default.nix index dc75b57..02f9213 100644 --- a/default.nix +++ b/default.nix @@ -151,6 +151,17 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + poiseulle_particles_2d_all_gpu = pkgs.symlinkJoin { + name = "poiseulle_particles_2d_all_gpu"; + paths = [ + examples.poiseulle_particles_2d_bgk_gpu + examples.poiseulle_particles_2d_psm_gpu + examples.poiseulle_particles_2d_hlbm_gpu + examples.poiseulle_particles_2d_fplbm_gpu + examples.poiseulle_particles_2d_ibm_gpu + ]; + }; poiseulle_moving_particle_2d_psm_gpu = pkgs.callPackage ./examples/poiseulle_moving_particle_2d_psm_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; |
