Wednesday, August 30, 2017

Grid and Fluids Resources




1) Course , Differences finites
   https://www.math.uci.edu/~chenlong/
   https://www.math.uci.edu/~chenlong/226/

1) https://github.com/rlguy/GridFluidSim3D


No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...