Simulation Cases
| cleanup.sh | rm -rf \$1 | |
| filamentExt.c | u.n[top] = neumann(0.0); 34 p[top] = dirichlet(0.0); 35 u.n[right] = neumann(0.0); 36 p[right] = dirichlet(0.0); 37 3... | |
| 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 qcc -I\${ORIGDIR}/src-local -I\${ORIGDIR}/../src-local -O2 -Wall -d... |