fluid-engine-dev icon indicating copy to clipboard operation
fluid-engine-dev copied to clipboard

Fluid simulation engine for computer graphics applications

Results 60 fluid-engine-dev issues
Sort by recently updated
recently updated
newest added

According to my understanding, the otherPoint in the function SurfaceToImplicit2::closestNormalLocal is a point described by local coordinates. while the code use _surface->closestNormal(otherPoint), which treats this otherPoint as a point in...

Hello, @doyubkim Using the APIC solver, I noticed one thing. Particles fly apart in the + X and + Z directions to a greater extent than in the -X and...

investigate

It seems to me that the polygon mesh generator does not work correctly at some points. The mesh is not Manifold. ![01](https://user-images.githubusercontent.com/7983249/78382704-ee09d500-75df-11ea-8f57-4aae5a69ff05.jpg) [test_apic_method.zip](https://github.com/doyubkim/fluid-engine-dev/files/4428565/test_apic_method.zip)

bug

Got a report from a user that Clara is deprecated. A simple solution like https://github.com/p-ranav/argparse would be just fine to replace it.

p2
dependency

Fluid Engine can throw a error that prevent me from a successful build on my environment (MacOS big sur, clang 11, cmake 3.19.6) adding this line in the root CMakeLists.txt...

build
investigate

I think that this problem is related to heap or stack size of the compiler. Anyway, I'll find the cause and fix it.

bug
p2
CI

When I work MinGW build on 32-bit system, I saw that some unit tests are fail. We need to fix related code. ``` [----------] Global test environment tear-down [==========] 793...

bug
test
p1

I encountered Python API import error while updating CubbyFlow. ``` import pyjet ImportError: DLL load failed while importing pyjet: The specified module could not be found. ``` At first, I...

bug
p0
api
investigate

I am running a fluidics simulation in a robotics platform and I am currently pausing the simulation every few steps to mesh the fluid particles. Is there a way I...

question

I found some projects and papers using Jet Framework and I'd like to share them with more audiences by promoting them in the readme. Some of them are well-known like...