next up previous contents
Next: A first demo Up: Getting Started Previous: Getting Started   Contents

Installing NGSolve as Netgen Add-On

To install NGSolve together with Netgen, you have to obtain first both packages from www.sfb013.uni-linz.ac.at/$\sim$joachim/netgen. It is recommended to use CVS checkout:

setenv CVS_RSH ssh
cvs -d :ext:netgen@thor.sfb013.uni-linz.ac.at:/cvs/netgen co netgen

This should give you the directory tree netgen. After that, change into netgen, and checkout ngsolve:

cvs -d :ext:netgen@thor.sfb013.uni-linz.ac.at:/cvs/netgen co ngsolve

You have to change a few files to compile and initialize the NGSolve module:

After that, you compile Netgen/NGSolve as you compile Netgen:

> cd netgen
> setenv MACHINE LINUX
> make

The make includes the machine dependent makefile libsrc/makefile.mach.$(MACHINE). Please set MACHINE to the environment most similar to yours.


This should give you the binary ng.



Joachim Schoeberl 2002-07-15