-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglossary.html
159 lines (137 loc) · 8.06 KB
/
glossary.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Glossary — intro</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/pycgns.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/pyCGNS-logo-tiny.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Build and Install" href="install.html" />
</head><body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="search.html" title="search"
accesskey="S">search</a>
</li>
<li class="right" >
<a href="#" title="glossary"
accesskey="G">glossary</a>
|</li>
<li class="right" >
<a href="genindex.html" title="General Index"
accesskey="I">index</a>
|</li>
<li class="right" >
<a href="install.html" title="Build and Install"
accesskey="P">previous</a>
|</li>
<li class="right" >
<a href="index.html" title="pyCGNS top page"
accesskey="M">top</a>
|</li>
<li><a href=index.html>pyCGNS</a> »</li>
<li class="nav-item nav-item-0"><a href="index.html">intro</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 align=center><a href="index.html">
<img class="logo" src="_static/intro-logo-small.png" alt="pyCGNS"/>
</a></h1>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="glossary">
<h1>Glossary<a class="headerlink" href="#glossary" title="Permalink to this headline">¶</a></h1>
<dl class="glossary simple">
<dt id="term-cgns.org">cgns.org<a class="headerlink" href="#term-cgns.org" title="Permalink to this term">¶</a></dt><dd><p>The official CGNS web site, by extension any document on this web
site has an <em>official</em> taste…</p>
</dd>
<dt id="term-CGNS">CGNS<a class="headerlink" href="#term-CGNS" title="Permalink to this term">¶</a></dt><dd><p>The specific purpose of the
<a class="reference external" href="http://www.cgns.org">CFD General Notation System (CGNS)</a>
project is to provide a standard for recording and recovering
computer data associated with the numerical solution of the
equations of fluid dynamics. See also the
<a class="reference external" href="ch2/cgnshowto.html#cgnshowto" title="(in pyCGNS v6)"><span class="xref std std-ref">How to?</span></a>.</p>
</dd>
<dt id="term-CGNS-SIDS">CGNS/SIDS<a class="headerlink" href="#term-CGNS-SIDS" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://cgns.github.io/CGNS_docs_current/sids/index.html">Standard Interface Data Structure</a> is the
specification of the data model. This public document describes
the syntax and the semantics of all tree-structured data required
or proposed for a CFD simulation.</p>
</dd>
<dt id="term-CGNS-MLL">CGNS/MLL<a class="headerlink" href="#term-CGNS-MLL" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://cgns.github.io/CGNS_docs_current/midlevel/index.html">Mid-Level Library</a>
is an example implementation of
<em>CGNS/SIDS</em> on top of <em>CGNS/ADF</em> and <em>CGNS/HDF5</em> mappings. This
library has a C and a Fortran API.</p>
</dd>
<dt id="term-CGNS-ADF">CGNS/ADF<a class="headerlink" href="#term-CGNS-ADF" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://cgns.github.io/CGNS_docs_current/adf/index.html">Advanced Data Format *CGNS/SIDS* implementation</a>. A binary
storage format and its companion library, developped by <em>Boeing</em>.</p>
</dd>
<dt id="term-CGNS-HDF5">CGNS/HDF5<a class="headerlink" href="#term-CGNS-HDF5" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://cgns.github.io/CGNS_docs_current/hdf5/index.html">Hierarchical Data Format *CGNS/SIDS* implementation</a>. A binary
storage format and its companion library (see below).</p>
</dd>
<dt id="term-CGNS-Python">CGNS/Python<a class="headerlink" href="#term-CGNS-Python" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://cgns.github.io/CGNS_docs_current/python/index.html">Python programming language *CGNS/SIDS*
implementation</a>.</p>
</dd>
<dt id="term-CHLone">CHLone<a class="headerlink" href="#term-CHLone" title="Permalink to this term">¶</a></dt><dd><p>A <em>CGNS/HDF5</em> compliant implementation. The <a class="reference external" href="http://chlone.sourceforge.net">CHLone</a> library is available on
SourceForge.</p>
</dd>
<dt id="term-HDF5">HDF5<a class="headerlink" href="#term-HDF5" title="Permalink to this term">¶</a></dt><dd><p>A powerful storage system for large data.
The <a class="reference external" href="http://www.hdfgroup.org/HDF5">HDF5</a>
library should be seen as a middleware system with a lot of powerful
features related to efficient, portable and trustable storage mean.</p>
</dd>
<dt id="term-python">python<a class="headerlink" href="#term-python" title="Permalink to this term">¶</a></dt><dd><p><a class="reference external" href="http://www.python.org">An object oriented interpreted programming language</a>.</p>
</dd>
<dt id="term-cython">cython<a class="headerlink" href="#term-cython" title="Permalink to this term">¶</a></dt><dd><p>A <a class="reference external" href="http://cython.org">compiler tool</a> that translate Python/Numpy
into C code for performance purpose.</p>
</dd>
<dt id="term-numpy">numpy<a class="headerlink" href="#term-numpy" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://numpy.scipy.org">numerical library</a> for Python. <em>Numpy</em>
is used to store the data in Python arrays which have a direct memory
mapping to actual C or Fortran memory.</p>
</dd>
<dt id="term-VTK">VTK<a class="headerlink" href="#term-VTK" title="Permalink to this term">¶</a></dt><dd><p>A <a class="reference external" href="http://www.vtk.org">visualization toolkit</a> used to display
3D objects in <em>CGNS.NAV</em>.</p>
</dd>
<dt id="term-PySide">PySide<a class="headerlink" href="#term-PySide" title="Permalink to this term">¶</a></dt><dd><p>The <a class="reference external" href="http://www.pyside.org">Python interface</a> for the Qt toolkit. PySide</p>
</dd>
<dt id="term-Qt">Qt<a class="headerlink" href="#term-Qt" title="Permalink to this term">¶</a></dt><dd><p><a class="reference external" href="http://www.qt.io/download">A powerful graphical toolkit</a> available
under GPL v3, LGPL v2 and a commercial license. The current use of Qt is
under LGPL v2 in pyCGNS.</p>
</dd>
</dl>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2018-2022, M. P..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
</div>
</body>
</html>