Title : HODIF: High-Order Derivatives, Interpolations and Filters for AMR

Version : 0.1
Date : April, 2006
Maintainer : Jaideep Ray, jairay@ca.sandia.gov
Authors : Christopher Kennedy, M. H. Carpenter and Jaideep Ray

DESCRIPTION

HODIF is a FORTRAN77 library for high-order derivatives, interpolations
and filters for use in block-structured AMR simulations. Version 0.1 is limited
to 2D and vertex-centered variables; more will be forthcoming.

COMPILING AND INSTALLING

1. Edit the file MakeIncl.HODIF

2. Add the name of the compilers (FORTRAN and C/C++) that you will use. Follow
the other instructions regarding indicating to the C-codes what F77 compiler you
are using. This is needed for interlanguage calling.

3. make

4. The libraries will be in lib/. For C/C++ programmers, the headers for the
interpolations, filters and discretizations are in include/. For everyone, the
User's Manual is in doc/

5. Contact the maintainer for help
