Simulation Cases
| cleanup.sh | rm -rf \$1 | |
| Makefile | ifeq (\$(wildcard ../.projectconfig),) \$(error '../.projectconfig not found') endif BASILISK := \$(shell . ../.proje... | |
| runCases.sh | ORIGDIR=\$(pwd) mkdir -p \$1 cp \$1.c \$1/ cd \$1 CC99='mpicc -std=c99' qcc -Wall -O2 -DMPI=1 -disable-dimensions -I\... | |
| soapBubble-full.c | This simulation models the dynamics of a thin liquid film forming a bubble with wrinkling instabilities. The code sol... | |
| soapBubble-half.c | This simulation models the dynamics of a thin liquid film forming a bubble with wrinkling instabilities. The code sol... |