Hassan Bahrami

Results 8 comments of Hassan Bahrami

Thanks for the information

Hi Fabian, In SPH method, we must obtain the neighours of each particle to compute density, volume, etc. So, we only work with particles positions. But, when we are extracting...

Thank you! I have implemented your proposed function in python and got this result: ![Capture](https://user-images.githubusercontent.com/67892849/164142441-16c9a8ba-149e-4eae-8ce4-5e39a49b273f.JPG) My purpose is to create two spheres that they are merging. Each sphere is created...

Hi @WeilerMarcel , Thanks for the quick response. prebuild package installation works. But for the `pip install --use-feature=in-tree-build .\SPlisHSPlasH\` I got following errors: ``` (SPlisHSPlasH) C:\Windows\system32>pip install --use-feature=in-tree-build .\SPlisHSPlasH\ Processing...

Yes, it's installed successfully. Thank you But when I try the following code to test it: ``` import pysplishsplash as sph def main(): base = sph.Exec.SimulatorBase() base.init() gui = sph.GUI.Simulator_GUI_TweakBar(base)...

@WeilerMarcel Thank you so much for your help and quick responses. I appreciate it!

@WeilerMarcel I'm going to do a fluid simulation using Python and SPlisHSPlasH. I'd like to know if all the features in C ++ are available in the Python version of...

I used mingw compiler instead of MVS19 and it worked for me. It seems that libigl is not compatible with visual studio compiler.