Skip to content

This is the 3D extension of Basilisk C viscoelastic solver

License

Notifications You must be signed in to change notification settings

comphy-lab/Viscoelastic3D

Repository files navigation

Viscoelastic3D

DOI

This is the 3D extension of Basilisk C viscoelastic solver

running the codes

There are two ways to run the codes:

  1. Using the vanilla basilisk method:
qcc -O2 -Wall -disable-dimensions {NameOfFile}.c -o {NameOfFile} -lm 
./{NameOfFile}
  1. 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.