=======================================================
         Quick start for everything:
=======================================================
# make demo1
# make demo2

Some libraries will be created in lib/, so you do not 
need to create them again.


=======================================================
         Quick start for aniGEN:
=======================================================

# read documentation in doc/gen_guide.pdf
# cd src/aniGEN
# make 
# make exe
# cd ../../bin
# ./Mesh_Metric.exe
# gv ini.ps
# gv fin.ps
# ./Mesh_Solution.exe
# gv ini.ps
# gv fin.ps


2-page hightlight is in doc/adaptive_loop.pdf


=======================================================
          Quick start for aniAFT:
=======================================================

# read documentation in doc/aft_guide.pdf
# cd src/aniAFT
# make lib
# make exe
# make run-bnd; make gs
# make run-frt; make gs
# cp main_front.f main_front.f.org; cp examples/main_front1.f main_front.f
# make exe
# make run-frt; make gs
# mv main_front.f.org main_front.f
# make clean
