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:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...