From eb97ceef955fa1c5e3794c74fc9894fda1ce6f21 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 2 Jun 2026 18:15:13 +0200 Subject: Doing aabb computations --- default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index d233d90..c8e99f5 100644 --- a/default.nix +++ b/default.nix @@ -161,11 +161,23 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + settling_cubes_2d_hlbm_gpu = pkgs.callPackage ./examples/settling_spheres_2d_hlbm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; heterogeneous_computing = pkgs.callPackage ./examples/heterogeneous_computing/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + settling_particles = pkgs.symlinkJoin { + name = "kel-lbm-settling_particles-${version}"; + paths = [ + examples.settling_cubes_2d_ibm_gpu + ]; + }; }; debug = { @@ -190,6 +202,8 @@ in rec { examples.poiseulle_particles_2d_ibm_gpu ]; }; + + }; default = release.examples; -- cgit v1.2.3