colinc·12 lat temu·discussStructural Topology Optimization using the Genetic Algorithmhttp://dspace.mit.edu/handle/1721.1/35410
colinc·12 lat temu·discussI ran into a similar (completely maddening) situation when using an Ubuntu 12.04 LTS guest with Vagrant configured to create a private network.I don't recall the exact cause of the failure, but switching to the virtio networking drivers has completely solved this issue for me. config.vm.provider :virtualbox do |vb| vb.customize ['modifyvm', :id, '--nictype1', 'virtio'] end
http://dspace.mit.edu/handle/1721.1/35410