Commit Graph

64 Commits

Author SHA1 Message Date
unknown
c883f762d5 reproducible testing framework 2024-03-15 20:22:57 -04:00
unknown
f7ffbe3016 cleanup macro
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 18:17:34 -04:00
unknown
63e3d3a878 static inline core functions
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 18:12:47 -04:00
unknown
a69fc20cfb rework compilation
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 17:56:56 -04:00
unknown
bea9ef3927 Move source files 2024-03-15 17:54:56 -04:00
unknown
ca8ce41c22 remove jni from c-exclusive files
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 17:46:13 -04:00
unknown
3601e68b83 Separate java interactions to separate c file 2024-03-15 17:44:18 -04:00
unknown
c1d9a7a054 basic cleanup
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 17:22:21 -04:00
unknown
69a803fb3f refactor add density func
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 17:12:07 -04:00
unknown
7a1da2d29c stable-ish multichunk solver
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 16:56:09 -04:00
unknown
d4d5d2c94e debug work in shaders 2024-03-10 20:48:51 -04:00
unknown
3e591442c9 remove jni assignments
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 20:34:11 -04:00
unknown
6a8a461298 optimization work
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 19:14:50 -04:00
unknown
1230ac51cb gcc optimization
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 19:05:24 -04:00
unknown
6f052e48e6 remove JNI from core routines
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 18:23:54 -04:00
unknown
eac79e0afc swapping arrays is raw arrays only
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 18:11:32 -04:00
unknown
f93936a96e neighbor operations use raw arrays 2024-03-10 18:09:42 -04:00
unknown
79fa7715f0 swap all remaining to raw arrays
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 18:04:55 -04:00
unknown
10c3987f2d main project swapped to raw arrays 2024-03-10 17:56:49 -04:00
unknown
18ac90affa swap vector fields
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 17:50:25 -04:00
unknown
52e853f8ad swap adding forces 2024-03-10 17:48:37 -04:00
unknown
6afbbd7e2a clean up density calls
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 17:45:51 -04:00
unknown
6b585b367b swapped all density functions to raw arrays 2024-03-10 17:43:48 -04:00
unknown
085cd18fdf swap diffusion solver to raw arrays 2024-03-10 17:39:21 -04:00
unknown
fb81cc2982 properly swapping direct arrays
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 17:35:18 -04:00
unknown
70ab3b53e9 swap neighbors raw 2024-03-10 17:31:31 -04:00
unknown
d699a16e08 density using direct access 2024-03-10 17:28:55 -04:00
unknown
12a5352ae9 rename symbols, fix bug, total allocation working
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 17:23:51 -04:00
unknown
1f39a03e06 fully parse out list of chunks
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 17:11:34 -04:00
unknown
1389b47ce1 handle swapping density correctly 2024-03-10 17:10:46 -04:00
unknown
880cd1b675 start converting density phase 2024-03-10 17:09:43 -04:00
unknown
6867733a0f migrate velocity phase 2024-03-10 17:08:50 -04:00
unknown
2c70036f07 first projection correct 2024-03-10 17:07:35 -04:00
unknown
f1d3c3d011 swapping arrays correctly
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 17:04:36 -04:00
unknown
67f12b7eb4 Fix bug in assignment in main funcs 2024-03-10 17:01:39 -04:00
unknown
a004e7e2c3 chunk referencing 2024-03-10 16:58:32 -04:00
unknown
a41a848c04 cleanup java side somewhat
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-10 15:54:07 -04:00
unknown
9021125a74 All function calls on C side through wrappers 2024-03-10 15:47:43 -04:00
unknown
12dfd9e6b4 work to setup migration to c 2024-03-04 21:23:36 -05:00
unknown
61124b55c1 Remove old fluid sim code 2023-08-04 20:40:54 -04:00
unknown
97574dd5a0 Performance improvements 2023-08-04 20:40:05 -04:00
unknown
8a67458470 Successful multichunking 2023-08-04 20:15:29 -04:00
unknown
fbf4e62d9c Chunking fluids working partway 2023-07-24 19:16:51 -04:00
unknown
cc5edb452b DENSITY TRANSITIONS! 2023-07-24 18:57:30 -04:00
unknown
c35a599f6b Setup work for chunk sharing 2023-07-24 18:39:19 -04:00
unknown
efbf3169f9 Duct tape obnoxious maven bug 2023-07-24 18:15:02 -04:00
unknown
37a9afa069 Catch not resetting array in density advect 2023-07-24 18:13:43 -04:00
unknown
311ef5d9e8 More setup for multi chunk 2023-07-24 18:08:51 -04:00
unknown
d55ee5ac89 More setup for multiple chunks 2023-07-24 18:06:44 -04:00
unknown
651435bd19 Fix bug with initially setting density and vector 2023-07-23 18:36:43 -04:00