aboutsummaryrefslogtreecommitdiff
path: root/doc/html/HighLev.html
blob: 978563ea327b721081b4d006d2559a11721405b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>