This is the 3D extension of Basilisk C viscoelastic solver
There are two ways to run the codes:
- Using the vanilla basilisk method:
qcc -O2 -Wall -disable-dimensions {NameOfFile}.c -o {NameOfFile} -lm
./{NameOfFile}
- Using the makefile (can be interactively run using bview browser):
CFLAGS=-DDISPLAY=-1 make {NameOfFile}.tst
Check the localhost on {NameOfFile}/display.html. something like: http://basilisk.fr/three.js/editor/index.html?ws://localhost:7100 and run interactively.