wiki:InstallTetgenAndTetview

Main page is http://tetgen.berlios.de/

wget http://www.wias-berlin.de/people/si/tetgen1.4.2.tar.gz
tar -zxvf tetgen1.4.2.tar.gz
cd tetgen1.4.2
make
mv tetgen ~/bin/
cd ..
rm -rf tetgen1.4.2*

Note that the latest Tetgen (http://tetgen.berlios.de/files/tetgen1.4.3.tar.gz) is known to cause problems with a few of our regular tests. Version 1.4.2 doesn't appear to be available on the web any more, so we've attached an archive from one of our original installations.

For tetview (visualisation - not needed for running Chaste) you'll need to download a few back-compatibility gcc specific rpms for their runtime libraries:

su -
yum install compat-gcc-34-g77
yum install compat-gcc-34-c++
yum install compat-libf2c-34.i386
yum install compat-libstdc++-33

For tetview, download the zipped executable from http://www.wias-berlin.de/people/si/files/tetview-linux.gz

gunzip tetview-linux.gz
chmod u+x tetview-linux
mv tetview-linux ~/bin/tetview
Last modified 13 years ago Last modified on May 19, 2010, 11:14:57 AM

Attachments (1)

Download all attachments as: .zip