summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-28 19:41:33 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-28 19:41:33 +0200
commit78e8a621beff8ccd410f2e2c0b6df7f3931b52eb (patch)
tree080672eb1e183fff0ef628dfc3ae6628cb8d10f5 /default.nix
parent3a27bca74e7645874e52f101d467aff8ff7d78f4 (diff)
parent283ff837896c805bddf4962caaa54c26aa8bab1f (diff)
downloadlibs-lbm-78e8a621beff8ccd410f2e2c0b6df7f3931b52eb.tar.gz
Merge branch 'dev'
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 53c11d3..dc75b57 100644
--- a/default.nix
+++ b/default.nix
@@ -151,12 +151,27 @@ in rec {
inherit pname version stdenv forstio adaptive-cpp;
inherit kel;
};
+
+ 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;
+ inherit kel;
+ };
poiseulle_particles_2d_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_gpu/.nix/derivation.nix {
inherit pname version stdenv forstio adaptive-cpp;
inherit kel;
};
+ stokes_drag_particle_2d_psm_gpu = pkgs.callPackage ./examples/stokes_drag_particle_2d_psm_gpu/.nix/derivation.nix {
+ inherit pname version stdenv forstio adaptive-cpp;
+ inherit kel;
+ };
+
+ stokes_drag_particle_2d_hlbm_gpu = pkgs.callPackage ./examples/stokes_drag_particle_2d_hlbm_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;