fenics team mailing list archive
-
fenics team
-
Mailing list archive
-
Message #00260
Viper
Two questions:
1. Are there any objections to making Viper an official project?
2. Has anyone tried it out?
For more information about Viper, take a look here:
http://www.fenics.org/wiki/Viper
To try it out just
hg clone http://www.fenics.org/dev/viper
cd viper
sudo python setup.py install
Then you should be able to run the Poisson demo in DOLFIN and plot the
solution with "python plot.py" which just loads the function and
calls the plot() command in PyDOLFIN (wrapped from Viper).
/Anders
Follow ups