mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-04 05:03:58 +01:00
Deploying to gh-pages from @ TREX-CoE/trexio@32a44df569 🚀
This commit is contained in:
parent
255a65a8c7
commit
b39403aa5f
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-05-21 Fri 10:11 -->
|
||||
<!-- 2021-05-21 Fri 12:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>TREXIO source code documentation</title>
|
||||
@ -341,7 +341,7 @@ and bug reports should be submitted at
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: TREX-CoE</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 10:11</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 12:05</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-05-21 Fri 10:11 -->
|
||||
<!-- 2021-05-21 Fri 12:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>TREXIO source code documentation</title>
|
||||
@ -341,7 +341,7 @@ and bug reports should be submitted at
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: TREX-CoE</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 10:11</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 12:05</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-05-21 Fri 10:11 -->
|
||||
<!-- 2021-05-21 Fri 12:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Front end API</title>
|
||||
@ -311,45 +311,45 @@ for the JavaScript code in this tag.
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#org4ec310b">1. Coding conventions</a>
|
||||
<li><a href="#org606f326">1. Coding conventions</a>
|
||||
<ul>
|
||||
<li><a href="#org2609f71">1.1. Memory allocation</a></li>
|
||||
<li><a href="#org9fef25a">1.1. Memory allocation</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgc62a228">2. Front end</a>
|
||||
<li><a href="#org6abebb8">2. Front end</a>
|
||||
<ul>
|
||||
<li><a href="#org194bf4e">2.1. Error handling</a></li>
|
||||
<li><a href="#org9e41399">2.2. Back ends</a></li>
|
||||
<li><a href="#org75293aa">2.3. Read/write behavior</a></li>
|
||||
<li><a href="#org4ae40e6">2.4. TREXIO file type</a></li>
|
||||
<li><a href="#org778716c">2.5. Polymorphism of the file handle</a></li>
|
||||
<li><a href="#orgbb5e2f5">2.6. File opening</a></li>
|
||||
<li><a href="#org9a821b2">2.7. File closing</a></li>
|
||||
<li><a href="#org331bdab">2.1. Error handling</a></li>
|
||||
<li><a href="#org10064dd">2.2. Back ends</a></li>
|
||||
<li><a href="#org649bf51">2.3. Read/write behavior</a></li>
|
||||
<li><a href="#orga60fe1b">2.4. TREXIO file type</a></li>
|
||||
<li><a href="#orgc48d042">2.5. Polymorphism of the file handle</a></li>
|
||||
<li><a href="#org352014e">2.6. File opening</a></li>
|
||||
<li><a href="#org9a1855e">2.7. File closing</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgee92537">3. Templates for front end</a>
|
||||
<li><a href="#org70111aa">3. Templates for front end</a>
|
||||
<ul>
|
||||
<li><a href="#orgfdb55f0">3.1. Templates for front end has/read/write a dimension</a>
|
||||
<li><a href="#org4b7bd00">3.1. Templates for front end has/read/write a dimension</a>
|
||||
<ul>
|
||||
<li><a href="#org481add1">3.1.1. C templates for front end</a></li>
|
||||
<li><a href="#org65112ec">3.1.2. Fortran templates for front end</a></li>
|
||||
<li><a href="#org4515520">3.1.1. C templates for front end</a></li>
|
||||
<li><a href="#orgfa85b75">3.1.2. Fortran templates for front end</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org076b93c">3.2. Templates for front end has/read/write a dataset</a>
|
||||
<li><a href="#org4c86f09">3.2. Templates for front end has/read/write a dataset</a>
|
||||
<ul>
|
||||
<li><a href="#orgf4a3a42">3.2.1. C templates for front end</a></li>
|
||||
<li><a href="#orgcb0e0c4">3.2.2. Fortran templates for front end</a></li>
|
||||
<li><a href="#org59de751">3.2.1. C templates for front end</a></li>
|
||||
<li><a href="#orgea04c65">3.2.2. Fortran templates for front end</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgebc9a04">4. Fortran helper/wrapper functions</a></li>
|
||||
<li><a href="#orge23d570">4. Fortran helper/wrapper functions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4ec310b" class="outline-2">
|
||||
<h2 id="org4ec310b"><span class="section-number-2">1</span> Coding conventions</h2>
|
||||
<div id="outline-container-org606f326" class="outline-2">
|
||||
<h2 id="org606f326"><span class="section-number-2">1</span> Coding conventions</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<ul class="org-ul">
|
||||
<li>integer types will be defined using types given in <code>stdint.h</code></li>
|
||||
@ -364,8 +364,8 @@ for the JavaScript code in this tag.
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org2609f71" class="outline-3">
|
||||
<h3 id="org2609f71"><span class="section-number-3">1.1</span> Memory allocation</h3>
|
||||
<div id="outline-container-org9fef25a" class="outline-3">
|
||||
<h3 id="org9fef25a"><span class="section-number-3">1.1</span> Memory allocation</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<p>
|
||||
Memory allocation of structures can be facilitated by using the
|
||||
@ -400,8 +400,8 @@ The maximum string size for the filenames is 4096 characters.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgc62a228" class="outline-2">
|
||||
<h2 id="orgc62a228"><span class="section-number-2">2</span> Front end</h2>
|
||||
<div id="outline-container-org6abebb8" class="outline-2">
|
||||
<h2 id="org6abebb8"><span class="section-number-2">2</span> Front end</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
<p>
|
||||
All calls to TREXIO are thread-safe.
|
||||
@ -409,10 +409,10 @@ TREXIO front end is modular, which simplifies implementation of new back ends.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org194bf4e" class="outline-3">
|
||||
<h3 id="org194bf4e"><span class="section-number-3">2.1</span> Error handling</h3>
|
||||
<div id="outline-container-org331bdab" class="outline-3">
|
||||
<h3 id="org331bdab"><span class="section-number-3">2.1</span> Error handling</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
<table id="orge41f276" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
<table id="org92715fd" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
@ -694,8 +694,8 @@ The text strings are extracted from the previous table.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9e41399" class="outline-3">
|
||||
<h3 id="org9e41399"><span class="section-number-3">2.2</span> Back ends</h3>
|
||||
<div id="outline-container-org10064dd" class="outline-3">
|
||||
<h3 id="org10064dd"><span class="section-number-3">2.2</span> Back ends</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
<p>
|
||||
TREXIO has several back ends:
|
||||
@ -725,8 +725,8 @@ lines that correspond to the <code>TREXIO_JSON</code> back end (not implemented
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org75293aa" class="outline-3">
|
||||
<h3 id="org75293aa"><span class="section-number-3">2.3</span> Read/write behavior</h3>
|
||||
<div id="outline-container-org649bf51" class="outline-3">
|
||||
<h3 id="org649bf51"><span class="section-number-3">2.3</span> Read/write behavior</h3>
|
||||
<div class="outline-text-3" id="text-2-3">
|
||||
<p>
|
||||
Every time a reading function is called, the data is read from the
|
||||
@ -754,8 +754,8 @@ concurrent programs, the behavior is not specified.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4ae40e6" class="outline-3">
|
||||
<h3 id="org4ae40e6"><span class="section-number-3">2.4</span> TREXIO file type</h3>
|
||||
<div id="outline-container-orga60fe1b" class="outline-3">
|
||||
<h3 id="orga60fe1b"><span class="section-number-3">2.4</span> TREXIO file type</h3>
|
||||
<div class="outline-text-3" id="text-2-4">
|
||||
<p>
|
||||
<code>trexio_s</code> is the the main type for TREXIO files, visible to the users
|
||||
@ -787,8 +787,8 @@ TREXIO files will have as a first argument the TREXIO file handle.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org778716c" class="outline-3">
|
||||
<h3 id="org778716c"><span class="section-number-3">2.5</span> Polymorphism of the file handle</h3>
|
||||
<div id="outline-container-orgc48d042" class="outline-3">
|
||||
<h3 id="orgc48d042"><span class="section-number-3">2.5</span> Polymorphism of the file handle</h3>
|
||||
<div class="outline-text-3" id="text-2-5">
|
||||
<p>
|
||||
Polymorphism of the <code>trexio_t</code> type is handled by ensuring that the
|
||||
@ -807,8 +807,8 @@ corresponding types for all back ends can be safely casted to
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgbb5e2f5" class="outline-3">
|
||||
<h3 id="orgbb5e2f5"><span class="section-number-3">2.6</span> File opening</h3>
|
||||
<div id="outline-container-org352014e" class="outline-3">
|
||||
<h3 id="org352014e"><span class="section-number-3">2.6</span> File opening</h3>
|
||||
<div class="outline-text-3" id="text-2-6">
|
||||
<p>
|
||||
<code>trexio_open</code> creates a new TREXIO file or opens existing one.
|
||||
@ -972,8 +972,8 @@ should tend to avoid renaming the <code>.txt</code> data files.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9a821b2" class="outline-3">
|
||||
<h3 id="org9a821b2"><span class="section-number-3">2.7</span> File closing</h3>
|
||||
<div id="outline-container-org9a1855e" class="outline-3">
|
||||
<h3 id="org9a1855e"><span class="section-number-3">2.7</span> File closing</h3>
|
||||
<div class="outline-text-3" id="text-2-7">
|
||||
<p>
|
||||
<code>trexio_close</code> closes an existing <code>trexio_t</code> file.
|
||||
@ -1072,8 +1072,8 @@ output:
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgee92537" class="outline-2">
|
||||
<h2 id="orgee92537"><span class="section-number-2">3</span> Templates for front end</h2>
|
||||
<div id="outline-container-org70111aa" class="outline-2">
|
||||
<h2 id="org70111aa"><span class="section-number-2">3</span> Templates for front end</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
<p>
|
||||
Consider the following block of <code>trex.json</code>:
|
||||
@ -1263,8 +1263,8 @@ or double precision for integer and floating point numbers.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgfdb55f0" class="outline-3">
|
||||
<h3 id="orgfdb55f0"><span class="section-number-3">3.1</span> Templates for front end has/read/write a dimension</h3>
|
||||
<div id="outline-container-org4b7bd00" class="outline-3">
|
||||
<h3 id="org4b7bd00"><span class="section-number-3">3.1</span> Templates for front end has/read/write a dimension</h3>
|
||||
<div class="outline-text-3" id="text-3-1">
|
||||
<p>
|
||||
This section concerns API calls related to dimensioning variables.
|
||||
@ -1333,8 +1333,8 @@ This section concerns API calls related to dimensioning variables.
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org481add1" class="outline-4">
|
||||
<h4 id="org481add1"><span class="section-number-4">3.1.1</span> C templates for front end</h4>
|
||||
<div id="outline-container-org4515520" class="outline-4">
|
||||
<h4 id="org4515520"><span class="section-number-4">3.1.1</span> C templates for front end</h4>
|
||||
<div class="outline-text-4" id="text-3-1-1">
|
||||
<p>
|
||||
The <code>C</code> templates that correspond to each of the abovementioned
|
||||
@ -1527,8 +1527,8 @@ precision (see Table above).
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org65112ec" class="outline-4">
|
||||
<h4 id="org65112ec"><span class="section-number-4">3.1.2</span> Fortran templates for front end</h4>
|
||||
<div id="outline-container-orgfa85b75" class="outline-4">
|
||||
<h4 id="orgfa85b75"><span class="section-number-4">3.1.2</span> Fortran templates for front end</h4>
|
||||
<div class="outline-text-4" id="text-3-1-2">
|
||||
<p>
|
||||
The <code>Fortran</code> templates that provide an access to the <code>C</code> API calls from Fortran.
|
||||
@ -1614,8 +1614,8 @@ These templates are based on the use of <code>iso_c_binding</code>. Pointers hav
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org076b93c" class="outline-3">
|
||||
<h3 id="org076b93c"><span class="section-number-3">3.2</span> Templates for front end has/read/write a dataset</h3>
|
||||
<div id="outline-container-org4c86f09" class="outline-3">
|
||||
<h3 id="org4c86f09"><span class="section-number-3">3.2</span> Templates for front end has/read/write a dataset</h3>
|
||||
<div class="outline-text-3" id="text-3-2">
|
||||
<p>
|
||||
This section concerns API calls related to datasets.
|
||||
@ -1684,8 +1684,8 @@ This section concerns API calls related to datasets.
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf4a3a42" class="outline-4">
|
||||
<h4 id="orgf4a3a42"><span class="section-number-4">3.2.1</span> C templates for front end</h4>
|
||||
<div id="outline-container-org59de751" class="outline-4">
|
||||
<h4 id="org59de751"><span class="section-number-4">3.2.1</span> C templates for front end</h4>
|
||||
<div class="outline-text-4" id="text-3-2-1">
|
||||
<p>
|
||||
The C templates that correspond to each of the abovementioned functions can be found below.
|
||||
@ -1949,8 +1949,8 @@ The basic (non-suffixed) API call on datasets deals with double precision (see T
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgcb0e0c4" class="outline-4">
|
||||
<h4 id="orgcb0e0c4"><span class="section-number-4">3.2.2</span> Fortran templates for front end</h4>
|
||||
<div id="outline-container-orgea04c65" class="outline-4">
|
||||
<h4 id="orgea04c65"><span class="section-number-4">3.2.2</span> Fortran templates for front end</h4>
|
||||
<div class="outline-text-4" id="text-3-2-2">
|
||||
<p>
|
||||
The <code>Fortran</code> templates that provide an access to the <code>C</code> API calls from <code>Fortran</code>.
|
||||
@ -2037,8 +2037,8 @@ These templates are based on the use of <code>iso_c_binding</code>. Pointers hav
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgebc9a04" class="outline-2">
|
||||
<h2 id="orgebc9a04"><span class="section-number-2">4</span> Fortran helper/wrapper functions</h2>
|
||||
<div id="outline-container-orge23d570" class="outline-2">
|
||||
<h2 id="orge23d570"><span class="section-number-2">4</span> Fortran helper/wrapper functions</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
<p>
|
||||
The function below adapts the original C-based <code>trexio_open</code> for Fortran.
|
||||
@ -2067,7 +2067,7 @@ Note, that Fortran interface calls the main <code>TREXIO</code> API, which is wr
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: TREX-CoE</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 10:11</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 12:05</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-05-21 Fri 10:11 -->
|
||||
<!-- 2021-05-21 Fri 12:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>HDF5 back end</title>
|
||||
@ -311,25 +311,25 @@ for the JavaScript code in this tag.
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#orgd478d0c">1. HDF5 back end</a>
|
||||
<li><a href="#orgcba5b12">1. HDF5 back end</a>
|
||||
<ul>
|
||||
<li><a href="#org6dc666e">1.1. Template for HDF5 definitions</a></li>
|
||||
<li><a href="#org4e8940e">1.2. Template for HDF5 structures</a></li>
|
||||
<li><a href="#org5aceef7">1.3. Template for HDF5 init/deinit</a></li>
|
||||
<li><a href="#org33b3539">1.4. Template for HDF5 has/read/write a number</a></li>
|
||||
<li><a href="#org48c219c">1.5. Template for HDF5 has/read/write a dataset</a></li>
|
||||
<li><a href="#orgededd4f">1.1. Template for HDF5 definitions</a></li>
|
||||
<li><a href="#orgff8d106">1.2. Template for HDF5 structures</a></li>
|
||||
<li><a href="#org7402629">1.3. Template for HDF5 init/deinit</a></li>
|
||||
<li><a href="#orgf7f0975">1.4. Template for HDF5 has/read/write a number</a></li>
|
||||
<li><a href="#org259f3a7">1.5. Template for HDF5 has/read/write a dataset</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgd478d0c" class="outline-2">
|
||||
<h2 id="orgd478d0c"><span class="section-number-2">1</span> HDF5 back end</h2>
|
||||
<div id="outline-container-orgcba5b12" class="outline-2">
|
||||
<h2 id="orgcba5b12"><span class="section-number-2">1</span> HDF5 back end</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
</div>
|
||||
<div id="outline-container-org6dc666e" class="outline-3">
|
||||
<h3 id="org6dc666e"><span class="section-number-3">1.1</span> Template for HDF5 definitions</h3>
|
||||
<div id="outline-container-orgededd4f" class="outline-3">
|
||||
<h3 id="orgededd4f"><span class="section-number-3">1.1</span> Template for HDF5 definitions</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #483d8b;">#define</span> $GROUP$_GROUP_NAME <span style="color: #8b2252;">"$group$"</span>
|
||||
@ -340,8 +340,8 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4e8940e" class="outline-3">
|
||||
<h3 id="org4e8940e"><span class="section-number-3">1.2</span> Template for HDF5 structures</h3>
|
||||
<div id="outline-container-orgff8d106" class="outline-3">
|
||||
<h3 id="orgff8d106"><span class="section-number-3">1.2</span> Template for HDF5 structures</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">trexio_hdf5_s</span> {
|
||||
@ -356,8 +356,8 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org5aceef7" class="outline-3">
|
||||
<h3 id="org5aceef7"><span class="section-number-3">1.3</span> Template for HDF5 init/deinit</h3>
|
||||
<div id="outline-container-org7402629" class="outline-3">
|
||||
<h3 id="org7402629"><span class="section-number-3">1.3</span> Template for HDF5 init/deinit</h3>
|
||||
<div class="outline-text-3" id="text-1-3">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -440,8 +440,8 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org33b3539" class="outline-3">
|
||||
<h3 id="org33b3539"><span class="section-number-3">1.4</span> Template for HDF5 has/read/write a number</h3>
|
||||
<div id="outline-container-orgf7f0975" class="outline-3">
|
||||
<h3 id="orgf7f0975"><span class="section-number-3">1.4</span> Template for HDF5 has/read/write a number</h3>
|
||||
<div class="outline-text-3" id="text-1-4">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -563,8 +563,8 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org48c219c" class="outline-3">
|
||||
<h3 id="org48c219c"><span class="section-number-3">1.5</span> Template for HDF5 has/read/write a dataset</h3>
|
||||
<div id="outline-container-org259f3a7" class="outline-3">
|
||||
<h3 id="org259f3a7"><span class="section-number-3">1.5</span> Template for HDF5 has/read/write a dataset</h3>
|
||||
<div class="outline-text-3" id="text-1-5">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -698,7 +698,7 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: TREX-CoE</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 10:11</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 12:05</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-05-21 Fri 10:11 -->
|
||||
<!-- 2021-05-21 Fri 12:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>TEXT back end</title>
|
||||
@ -311,24 +311,24 @@ for the JavaScript code in this tag.
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#org63ef0e5">1. TEXT back end</a>
|
||||
<li><a href="#org5e31cbe">1. TEXT back end</a>
|
||||
<ul>
|
||||
<li><a href="#orgf5448fc">1.1. Template for group-related structures in text back end</a></li>
|
||||
<li><a href="#orge1f104b">1.2. Template for general structure in text back end</a></li>
|
||||
<li><a href="#org10d252a">1.3. Initialize function (constant part)</a></li>
|
||||
<li><a href="#orgeaab349">1.4. Deinitialize function (templated part)</a></li>
|
||||
<li><a href="#org530d5fa">1.5. Template for text read struct</a></li>
|
||||
<li><a href="#org3c63d60">1.6. Template for text flush struct</a></li>
|
||||
<li><a href="#org42ead2f">1.7. Template for text free memory</a></li>
|
||||
<li><a href="#orgfd102ea">1.8. Template for has/read/write the <code>$group_num$</code> attribute</a></li>
|
||||
<li><a href="#org95e61a7">1.9. Template for has/read/write the <code>$group_dset$</code> dataset</a></li>
|
||||
<li><a href="#orgf6b78ab">1.10. RDM struct (hard-coded)</a>
|
||||
<li><a href="#orgb2d9ef1">1.1. Template for group-related structures in text back end</a></li>
|
||||
<li><a href="#org756235e">1.2. Template for general structure in text back end</a></li>
|
||||
<li><a href="#orgc7eb089">1.3. Initialize function (constant part)</a></li>
|
||||
<li><a href="#orgd3a3250">1.4. Deinitialize function (templated part)</a></li>
|
||||
<li><a href="#org8b4e14c">1.5. Template for text read struct</a></li>
|
||||
<li><a href="#org7ad28ea">1.6. Template for text flush struct</a></li>
|
||||
<li><a href="#org76ff7dd">1.7. Template for text free memory</a></li>
|
||||
<li><a href="#org6c5252e">1.8. Template for has/read/write the <code>$group_num$</code> attribute</a></li>
|
||||
<li><a href="#org0af2733">1.9. Template for has/read/write the <code>$group_dset$</code> dataset</a></li>
|
||||
<li><a href="#org81cda87">1.10. RDM struct (hard-coded)</a>
|
||||
<ul>
|
||||
<li><a href="#org9b40e1f">1.10.1. Read the complete struct</a></li>
|
||||
<li><a href="#orgd7adf7c">1.10.2. Flush the complete struct</a></li>
|
||||
<li><a href="#org53b0064">1.10.3. Free memory</a></li>
|
||||
<li><a href="#orgff6fac5">1.10.4. Read/Write the one<sub>e</sub> attribute</a></li>
|
||||
<li><a href="#org2f637f1">1.10.5. Read/Write the two<sub>e</sub> attribute</a></li>
|
||||
<li><a href="#orga45d9af">1.10.1. Read the complete struct</a></li>
|
||||
<li><a href="#orgc91937a">1.10.2. Flush the complete struct</a></li>
|
||||
<li><a href="#org86f00f0">1.10.3. Free memory</a></li>
|
||||
<li><a href="#org9fd028b">1.10.4. Read/Write the one<sub>e</sub> attribute</a></li>
|
||||
<li><a href="#orgcd0481b">1.10.5. Read/Write the two<sub>e</sub> attribute</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -337,8 +337,8 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org63ef0e5" class="outline-2">
|
||||
<h2 id="org63ef0e5"><span class="section-number-2">1</span> TEXT back end</h2>
|
||||
<div id="outline-container-org5e31cbe" class="outline-2">
|
||||
<h2 id="org5e31cbe"><span class="section-number-2">1</span> TEXT back end</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<p>
|
||||
The "file" produced by the text back end is a directory with one
|
||||
@ -359,8 +359,8 @@ The file is written when closed, or when the flush function is called.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf5448fc" class="outline-3">
|
||||
<h3 id="orgf5448fc"><span class="section-number-3">1.1</span> Template for group-related structures in text back end</h3>
|
||||
<div id="outline-container-orgb2d9ef1" class="outline-3">
|
||||
<h3 id="orgb2d9ef1"><span class="section-number-3">1.1</span> Template for group-related structures in text back end</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> $group$_s {
|
||||
@ -376,8 +376,8 @@ The file is written when closed, or when the flush function is called.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orge1f104b" class="outline-3">
|
||||
<h3 id="orge1f104b"><span class="section-number-3">1.2</span> Template for general structure in text back end</h3>
|
||||
<div id="outline-container-org756235e" class="outline-3">
|
||||
<h3 id="org756235e"><span class="section-number-3">1.2</span> Template for general structure in text back end</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">rdm_s</span> {
|
||||
@ -403,8 +403,8 @@ The file is written when closed, or when the flush function is called.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org10d252a" class="outline-3">
|
||||
<h3 id="org10d252a"><span class="section-number-3">1.3</span> Initialize function (constant part)</h3>
|
||||
<div id="outline-container-orgc7eb089" class="outline-3">
|
||||
<h3 id="orgc7eb089"><span class="section-number-3">1.3</span> Initialize function (constant part)</h3>
|
||||
<div class="outline-text-3" id="text-1-3">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -505,8 +505,8 @@ The file is written when closed, or when the flush function is called.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgeaab349" class="outline-3">
|
||||
<h3 id="orgeaab349"><span class="section-number-3">1.4</span> Deinitialize function (templated part)</h3>
|
||||
<div id="outline-container-orgd3a3250" class="outline-3">
|
||||
<h3 id="orgd3a3250"><span class="section-number-3">1.4</span> Deinitialize function (templated part)</h3>
|
||||
<div class="outline-text-3" id="text-1-4">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -531,8 +531,8 @@ The file is written when closed, or when the flush function is called.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org530d5fa" class="outline-3">
|
||||
<h3 id="org530d5fa"><span class="section-number-3">1.5</span> Template for text read struct</h3>
|
||||
<div id="outline-container-org8b4e14c" class="outline-3">
|
||||
<h3 id="org8b4e14c"><span class="section-number-3">1.5</span> Template for text read struct</h3>
|
||||
<div class="outline-text-3" id="text-1-5">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c">$group$_t*
|
||||
@ -698,8 +698,8 @@ trexio_text_read_$group$ (<span style="color: #228b22;">trexio_text_t</span>* <s
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org3c63d60" class="outline-3">
|
||||
<h3 id="org3c63d60"><span class="section-number-3">1.6</span> Template for text flush struct</h3>
|
||||
<div id="outline-container-org7ad28ea" class="outline-3">
|
||||
<h3 id="org7ad28ea"><span class="section-number-3">1.6</span> Template for text flush struct</h3>
|
||||
<div class="outline-text-3" id="text-1-6">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -758,8 +758,8 @@ trexio_text_read_$group$ (<span style="color: #228b22;">trexio_text_t</span>* <s
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org42ead2f" class="outline-3">
|
||||
<h3 id="org42ead2f"><span class="section-number-3">1.7</span> Template for text free memory</h3>
|
||||
<div id="outline-container-org76ff7dd" class="outline-3">
|
||||
<h3 id="org76ff7dd"><span class="section-number-3">1.7</span> Template for text free memory</h3>
|
||||
<div class="outline-text-3" id="text-1-7">
|
||||
<p>
|
||||
Memory is allocated when reading. The following function frees memory.
|
||||
@ -795,8 +795,8 @@ Memory is allocated when reading. The following function frees memory.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgfd102ea" class="outline-3">
|
||||
<h3 id="orgfd102ea"><span class="section-number-3">1.8</span> Template for has/read/write the <code>$group_num$</code> attribute</h3>
|
||||
<div id="outline-container-org6c5252e" class="outline-3">
|
||||
<h3 id="org6c5252e"><span class="section-number-3">1.8</span> Template for has/read/write the <code>$group_num$</code> attribute</h3>
|
||||
<div class="outline-text-3" id="text-1-8">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||
@ -858,8 +858,8 @@ Memory is allocated when reading. The following function frees memory.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org95e61a7" class="outline-3">
|
||||
<h3 id="org95e61a7"><span class="section-number-3">1.9</span> Template for has/read/write the <code>$group_dset$</code> dataset</h3>
|
||||
<div id="outline-container-org0af2733" class="outline-3">
|
||||
<h3 id="org0af2733"><span class="section-number-3">1.9</span> Template for has/read/write the <code>$group_dset$</code> dataset</h3>
|
||||
<div class="outline-text-3" id="text-1-9">
|
||||
<p>
|
||||
The <code>group_dset</code> array is assumed allocated with the appropriate size.
|
||||
@ -956,12 +956,12 @@ The <code>group_dset</code> array is assumed allocated with the appropriate size
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf6b78ab" class="outline-3">
|
||||
<h3 id="orgf6b78ab"><span class="section-number-3">1.10</span> RDM struct (hard-coded)</h3>
|
||||
<div id="outline-container-org81cda87" class="outline-3">
|
||||
<h3 id="org81cda87"><span class="section-number-3">1.10</span> RDM struct (hard-coded)</h3>
|
||||
<div class="outline-text-3" id="text-1-10">
|
||||
</div>
|
||||
<div id="outline-container-org9b40e1f" class="outline-4">
|
||||
<h4 id="org9b40e1f"><span class="section-number-4">1.10.1</span> Read the complete struct</h4>
|
||||
<div id="outline-container-orga45d9af" class="outline-4">
|
||||
<h4 id="orga45d9af"><span class="section-number-4">1.10.1</span> Read the complete struct</h4>
|
||||
<div class="outline-text-4" id="text-1-10-1">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">rdm_t</span>* <span style="color: #0000ff;">trexio_text_read_rdm</span>(<span style="color: #228b22;">trexio_text_t</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">file</span>);
|
||||
@ -1056,8 +1056,8 @@ The <code>group_dset</code> array is assumed allocated with the appropriate size
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgd7adf7c" class="outline-4">
|
||||
<h4 id="orgd7adf7c"><span class="section-number-4">1.10.2</span> Flush the complete struct</h4>
|
||||
<div id="outline-container-orgc91937a" class="outline-4">
|
||||
<h4 id="orgc91937a"><span class="section-number-4">1.10.2</span> Flush the complete struct</h4>
|
||||
<div class="outline-text-4" id="text-1-10-2">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span> <span style="color: #0000ff;">trexio_text_flush_rdm</span>(<span style="color: #228b22;">trexio_text_t</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">file</span>);
|
||||
@ -1099,8 +1099,8 @@ The <code>group_dset</code> array is assumed allocated with the appropriate size
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org53b0064" class="outline-4">
|
||||
<h4 id="org53b0064"><span class="section-number-4">1.10.3</span> Free memory</h4>
|
||||
<div id="outline-container-org86f00f0" class="outline-4">
|
||||
<h4 id="org86f00f0"><span class="section-number-4">1.10.3</span> Free memory</h4>
|
||||
<div class="outline-text-4" id="text-1-10-3">
|
||||
<p>
|
||||
Memory is allocated when reading. The followig function frees memory.
|
||||
@ -1136,8 +1136,8 @@ Memory is allocated when reading. The followig function frees memory.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgff6fac5" class="outline-4">
|
||||
<h4 id="orgff6fac5"><span class="section-number-4">1.10.4</span> Read/Write the one<sub>e</sub> attribute</h4>
|
||||
<div id="outline-container-org9fd028b" class="outline-4">
|
||||
<h4 id="org9fd028b"><span class="section-number-4">1.10.4</span> Read/Write the one<sub>e</sub> attribute</h4>
|
||||
<div class="outline-text-4" id="text-1-10-4">
|
||||
<p>
|
||||
The <code>one_e</code> array is assumed allocated with the appropriate size.
|
||||
@ -1203,8 +1203,8 @@ The <code>one_e</code> array is assumed allocated with the appropriate size.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org2f637f1" class="outline-4">
|
||||
<h4 id="org2f637f1"><span class="section-number-4">1.10.5</span> Read/Write the two<sub>e</sub> attribute</h4>
|
||||
<div id="outline-container-orgcd0481b" class="outline-4">
|
||||
<h4 id="orgcd0481b"><span class="section-number-4">1.10.5</span> Read/Write the two<sub>e</sub> attribute</h4>
|
||||
<div class="outline-text-4" id="text-1-10-5">
|
||||
<p>
|
||||
<code>two_e</code> is a sparse data structure, which can be too large to fit
|
||||
@ -1312,7 +1312,7 @@ file for each sparse float structure.
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: TREX-CoE</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 10:11</p>
|
||||
<p class="date">Created: 2021-05-21 Fri 12:05</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user