Skip to content
Snippets Groups Projects

Boundary WIP, kinda works but get small errors and fluid behaves a bit...

Merged Adam Nyberg requested to merge border-test into main
8 files
+ 505
226
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -57,7 +57,7 @@ extern float* d_sum_gradW2; // For computing A
// Boundary particles
extern float3* d_boundary_positions;
extern float3* d_boundary_velocities;
extern float3* d_boundary_normals;
extern unsigned int* d_boundaryCellStart;
extern unsigned int* d_boundaryCellEnd;
Loading