aboutsummaryrefslogtreecommitdiff
path: root/doc/html/HighLev.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/HighLev.html')
-rw-r--r--doc/html/HighLev.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/html/HighLev.html b/doc/html/HighLev.html
new file mode 100644
index 0000000..978563e
--- /dev/null
+++ b/doc/html/HighLev.html
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+ <head>
+ <title>High Level IEEEIO Interfaces</title>
+ </head>
+
+ <body bgcolor="#F0F0F0">
+ <h1>High Level IEEEIO Interfaces</h1>
+
+ These interfaces sit on top of the basic IO interfaces defined
+ in the IEEEIO/HDFIO document to describe specific types of data.
+ So the file format can be read using the low-level IEEEIO/HDF
+ interfaces without difficulty. These interfaces simply codify
+ certain file attributes to describe particular types of
+ data.<p>
+
+ These are each separate APIs that take a pointer to the
+ IEEEIO or HDFIO interfaces in order to do their work.<p>
+
+ <h1>Writers</h1>
+ <UL>
+ <LI><a href="Writer.html">Simple Unigrid Writer</a>
+ <LI><a href="UCDwriter.html">Unstructured Cell Data
+ (Finite-Element) Writer</a>
+ <LI>Heirarchial Adaptive Mesh (AMR) Readers/Writers
+ <dl>
+ <DD><a href="AmrGrid.html">AMR Grid Datastructures</a>
+ <DD><a href="AMRwriter.html">AMR Writer</a>
+ <DD><a href="AMRreaderBase.html">Simple AMR Reader (AmrGridReader)</a>
+ <DD><a href="AMRfileReader.html">Fancy AMR Reader (AmrFileReader)</a>
+ <DD><a href="AMRucdReader.html">AMR reader with
+ automatic translation to Finite Element
+ datastructures</a>
+ </dl>
+ </UL>
+ <hr>
+ <address><a href="mailto:jshalf@suttung.aei-potsdam.mpg.de">John Shalf</a></address>
+<!-- Created: Wed May 7 12:28:58 MDT 1997 -->
+<!-- hhmts start -->
+Last modified: Thu Feb 4 20:35:57 CST 1999
+<!-- hhmts end -->
+ </body>
+</html>