#@HEADER
# ***********************************************************************
# 
#        AztecOO: An Object-Oriented Aztec Linear Solver Package 
#                 Copyright (2002) Sandia Corporation
# 
# Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
# license for use of this work by or on behalf of the U.S. Government.
# 
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of the Corporation nor the names of the
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Questions? Contact Michael A. Heroux (maherou@sandia.gov) 
# 
# ***********************************************************************
#@HEADER

AztecOO CD Cover Letter

The following CD contains the AztecOO solver library and documentation.

Documentation is in the form of web pages.

Point your web browser to the following file:

aztecoo/doc/html/index.html

to begin looking at the documentation.


The remainder of this file lists the source code found on this CD.  The primary
directories are:

build:   Tools to build the library.
doc:     Source code documentation.
example: Examples for using the library.
src:     Source code for the library.
test:    Regression tests.



_________________________________ Directory Listing _____________________________


build/
doc/
example/
README
src/
test/

./build:
Makefile_md

./doc:
AZ_capture_matrix_howto.txt
azteclogo.gif
Doxyfile
fortran.appendix
html/
index.doc
Managing_conditioning_howto.txt
manual.ps
read_captured_matrix.c
release_2.0-notes.txt
util.ps

./doc/html:
annotated.html
AZOO_iterate_h.html
AZOO_iterate_h_incl.gif
AZOO_iterate_h-source.html
Aztec2Petra_h_dep_incl.gif
Aztec2Petra_h.html
Aztec2Petra_h_incl.gif
Aztec2Petra_h-source.html
AztecOO_h-source.html
class_AztecOO_coll_graph.gif
class_AztecOO.html
class_AztecOO_inherit_graph.gif
class_AztecOO-members.html
classes.html
doxygen.css
doxygen.gif
files.html
functions.html
globals.html
graph_legend.dot
graph_legend.gif
graph_legend.html
hierarchy.html
index.html
inherit_graph_class_AztecOO.gif
inherits.html

./example:
azoo_iterate_hb/
aztec_app/
aztec_hb/
simple_epetra_aztecoo/

./example/azoo_iterate_hb:
create_vbr.c
distrib_msr_matrix.c
distrib_vbr_matrix.c
main.c
Makefile
prototypes.h
read_coo.c
read_hb.c
scscmv.c
scscres.c
smsrres.c
svbrres.c
write_vec.c

./example/aztec_app:
az_app_utils.c
az_examples.c
az_main.c
az_mat_free_com.c
az_mat_free_example.c
az_mat_free_main.c
az_tutorial.c
az_tutorial_with_MPI.f
az_tutorial_without_MPI.f
example_specific.h
fe_1proc_grid_0
fe_4proc_grid_0
fe_4proc_grid_1
fe_4proc_grid_2
fe_4proc_grid_3
Makefile
Makefile.template
tests

./example/aztec_hb:
az2azoo.c
az2azoo.mk
az_read_update_funky.c
create_vbr.c
distrib_msr_matrix.c
distrib_vbr_matrix.c
main.c
Makefile
prototypes.h
read_coo.c
read_hb.c
scscmv.c
scscres.c
smsrres.c
svbrres.c
wierd_distrib_msr_matrix.c
write_vec.c

./example/simple_epetra_aztecoo:
cxx_main.cpp
Makefile

./src:
az_aztec_defs.h
az_aztecf.h
az_aztec.h
az_bilu.c
az_capt2read.c
az_cg.c
az_cgs.c
az_cgstab.c
az_check.c
az_colperm.c
az_comm.c
az_comm_intel.c
az_comm_ncube.c
az_converge.c
az_dd_overlap.c
az_dgemv2.c
az_dgemv3.c
az_domain_decomp.c
az_fix_pt.c
az_flop_cnt.c
az_fortran_wrap.c
az_gmres.c
az_gmresr.c
az_gsumd_puma.c
az_icc.c
az_ilut.c
az_ilu_util.c
az_interface.c
az_lu_y12.c
az_matrix_util.c
az_matvec_mult.c
az_old_matvec_mult.c
AZOO_iterate.cpp
AZOO_iterate.h
az_pad_utils.c
az_poly.c
az_precond.c
az_qmrcgs.c
az_reorder.f
az_rilu.c
az_scaling.c
az_solve.c
az_sort.c
az_subdomain_solver.c
Aztec2Petra.cpp
Aztec2Petra.h
AztecOO.cpp
AztecOO.h
az_tools.c
az_util.c
az_xyce_gmres.c
machdep/
Makefile
md_timer_generic.c
md_timer_intel.c
md_timer_mpi.c
md_timer_ncube.c
md_timer_sol.c
md_timer_sp2.c
md_timer_sun.c
md_wrap_intel_c.c
md_wrap_mpi_c.c
md_wrap_ncube_c.c
md_wrap_puma_c.c
md_wrap_scalar_c.c
md_wrap_sp2_c.c
TAGS

./src/machdep:
Makefile
md_timer_generic.c
md_timer_intel.c
md_timer_mpi.c
md_timer_ncube.c
md_timer_sol.c
md_timer_sp2.c
md_timer_sun.c
md_wrap_intel_c.c
md_wrap_mpi_c.c
md_wrap_ncube_c.c
md_wrap_puma_c.c
md_wrap_scalar_c.c
md_wrap_sp2_c.c

./test:
AZ_sync/

./test/AZ_sync:
az_sync.c
cc_main.cc
Makefile
