A C++ finite element environment for solving partial differential equations
There is three distincts documentations:
When using Rheolef for a publication, please cite at least one of the following refence:
@book{rheolef-usrman,
author = {Pierre Saramito and Nicolas Roquet and Jocelyn Etienne},
title = {Rheolef users manual},
publisher = "CNRS and LJK",
note = {{\tt http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/usrman.pdf}},
year = 2009
}
@unpublished{rheolef-home-page,
author = {Pierre Saramito and Nicolas Roquet and Jocelyn Etienne},
title = {Rheolef home page},
note = {{\tt http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/}},
year = 2009
}
Install Rheolef from binary distribution
deb-src
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/source/ ./
deb
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/debian/ stable/
deb-src
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/source/ ./
deb
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/ubuntu/ jaunty/
deb-src
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/source/ ./
deb
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/ubuntu/ intrepid/
deb-src
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/source/ ./
deb
http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef/ubuntu/ hardy/
apt-get update
apt-get install librheolef-dev
apt-get update
apt-get install cvs autoconf automake libtool
apt-get install make g++ flex bison gperf xutils-dev
apt-get install libboost-dev libginac-dev ginac-tools libsuitesparse-dev
apt-get install texlive-latex-extra texlive-math-extra texinfo texi2html
apt-get install gnuplot xfig transfig lgrind imagemagick doxygen graphviz
apt-get install plotmtv mayavi vtk-tcl paraview ffmpeg
tar xvzf rheolef-5.76.tar.gz
cd rheolef-5.76
./configure
make
make install
cvs -d ':pserver:anonymous@cvs.gna.org:/cvs/rheolef' checkout -P rheolef
cd rheolef
./bootstrap
./configure
make
make install
See also the installation manual for more.