========================================================================

This directory contains source code for the mesh-spectral archetype
example programs.  Before compiling these programs, execute 
"make arch_copy" to copy the archetype library files into this
directory.  Execute "make <program>.exe" to compile and link.
Refer to subdirectory Data for execution instructions.

========================================================================

--------------------------------
source code for example programs
--------------------------------

doubling.FM
fft.FM
hello.FM
hello_files.FM
multigrid.FM
poisson.FM
poisson_fixed.FM

----------------------------------------
input to header.exe for example programs
----------------------------------------

fft.header_in
multigrid.header_in
poisson.header_in
poisson_fixed.header_in

-------------
miscellaneous
-------------

fft_makein.F (program to make binary input file for fft example)
fft_printout.F (program to print binary output file for fft example)
fftsub.F (subroutines for fft example)

Makefile (example makefile)
makeheader.sh (script used by Makefile)
