Simulation Cases
| burstingBubbleVE.c | This simulation models the dynamics of bursting bubbles in viscoelastic media using the Basilisk framework. It partic... | |
| Makefile | ifeq (\$(wildcard ../.projectconfig),) \$(error '../.projectconfig not found') endif BASILISK := \$(shell . ../.proje... | |
| runCodesInParallel.sh | if [ \$ -lt 1 ]; then echo 'Usage: \$0 [numberofprocesses]' exit 1 fi file=\$1 NP=\${2:-4} use 4 as default if not p... |