|
JumpingBubbles-hydrophilic.c |
This code simulates the coalescence and subsequent jumping of two bubbles sitting on a hydrophilic substrate using th... |
|
JumpingBubbles.c |
A computational fluid dynamics simulation of two bubbles coalescing and jumping off a substrate using Basilisk C. Thi... |
|
Makefile |
ifeq (\$(wildcard ../.projectconfig),) \$(error '../.projectconfig not found') endif BASILISK := \$(shell . ../.proje... |
|
runCasesOpenMP.sh |
qcc -O2 -Wall -disable-dimensions -fopenmp -I\$(PWD)/src-local JumpingBubbles.c -o JumpingBubbles -lm export OMPNUMTH... |
|
runCasesOpenMPI.sh |
CC99='mpicc -std=c99' qcc -Wall -O2 -DMPI=1 -disable-dimensions -I\$(PWD)/src-local JumpingBubbles.c -o JumpingBubble... |