This demo-application shows how to add your application onto netgen.


To install the demoapp you have to do:

1. Compile demoapp

Go into the directory netgen/demoapp, and enter 

  > make


2. Initialize demoapp

Open the file netgen/ngtcltcl/ngappinit.cpp, and insert the line

#define DEMOAPP

at the beginning of the file. Search for DEMOAPP to see where
DEMOAPP is used.


3. Open the main makefile netgen/Makefile, and comment in the
line 

appdemo = -L./demoapp -ldemoapp



Restart netgen. You should have got new menu items ! 


