diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-08 12:32:54 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-08 12:32:54 +0200 |
| commit | 22c8f0540533c2d77201e90cdcd3dc30524a89e4 (patch) | |
| tree | b99a9780d7fe327c093ae9d714dcbeccb150cdc5 /default.nix | |
| parent | 4f47c2c5631b6cadef3a74eca52bb40a3c5f75a9 (diff) | |
| parent | a8c333ce640b8ca2b1923f96ff13d4e6faf55c86 (diff) | |
| download | libs-lbm-22c8f0540533c2d77201e90cdcd3dc30524a89e4.tar.gz | |
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default.nix b/default.nix index ef68cab..4ae4b71 100644 --- a/default.nix +++ b/default.nix @@ -167,6 +167,11 @@ in rec { inherit kel; }; + poiseulle_particles_2d_fplbm_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_fplbm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; + poiseulle_3d = pkgs.callPackage ./examples/poiseulle_3d/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; @@ -206,6 +211,7 @@ in rec { 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_3d_gpu ]; }; |
