Installation

2D Version

If you agree with the license conditions, to install the 2D version simply get one of the following files (dont's forget the "load to local disc" option if you use Mosaic):

Then you have to uncompress the file if necessary:

uncompress ibg.tar.Z
gunzip ibg.tar.gz
and to do the following:
tar xf ibg.tar
cd ibg
make lib

As the next step, we recommend to consider the various test examples.

3D Version

For the 3D version of the grid generator you need an additional file. Usually you will get it via e-mail from Ilja Schmelzer.

Replace the dummy file "ibgg3.c" of the 2D version in the directory ibg/src with this file. Then

make lib

and I hope the test examples of the 3D version work too.

Problems

At the current moment, I don't know any problems with installation on different UNIX systems. Please inform me about any problems which occur.

IBG is a package of functions written in ANSI C. If you have a system without a ANSI C compiler I recommend to use the GNU C compiler. Please inform me about any compiler warning which occurs on your system.