input file: eno.dat

within eno.dat there is a field called "file_name" which is the
prefix for all the output files.

output files:
 
"file_name".log  -- a copy of eno.dat

"file_name".000  -- contains the level set function at various time
  levels  

   format:
      mx-1   (number of columns -1)
      <row1>
      <row2>
        .....
      <rown>
      mx-1   (begin of data at t=dump_stepsize)
       .....

    for falling.log, fall_ten.log, eno.dat, 
    the aspect ratio is 1x2 and symmetric bc are used at x=0, so
    n=4*(mx)
    for emad.log, aspect ratio is 5x7 and symmetric, so
    n=7*mx/5

"file_name".plt -- area

......
for more details feel free to ask.
