docs(docs): rebuilt docs
This commit is contained in:
31
Doxyfile
31
Doxyfile
@@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
|
||||
# title of most generated pages and in a few other places.
|
||||
# The default value is: My Project.
|
||||
|
||||
PROJECT_NAME = "New 4DSSE Code"
|
||||
PROJECT_NAME = SERiF
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
@@ -54,7 +54,7 @@ PROJECT_NUMBER = 0.0.1a
|
||||
# for a project that appears at the top of each page and should give viewers a
|
||||
# quick idea about the purpose of the project. Keep the description short.
|
||||
|
||||
PROJECT_BRIEF =
|
||||
PROJECT_BRIEF = 3+1D Stellar Structure and Evolution
|
||||
|
||||
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
||||
# in the documentation. The maximum height of the logo should not exceed 55
|
||||
@@ -349,7 +349,7 @@ OPTIMIZE_OUTPUT_SLICE = NO
|
||||
#
|
||||
# Note see also the list of default file extension mappings.
|
||||
|
||||
EXTENSION_MAPPING = py=C++
|
||||
EXTENSION_MAPPING = md=markdown
|
||||
|
||||
# If the MARKDOWN_SUPPORT tag is enabled then Doxygen pre-processes all comments
|
||||
# according to the Markdown format, which allows for more readable
|
||||
@@ -406,7 +406,7 @@ AUTOLINK_IGNORE_WORDS =
|
||||
# collaboration diagrams that involve STL classes more complete and accurate.
|
||||
# The default value is: NO.
|
||||
|
||||
BUILTIN_STL_SUPPORT = NO
|
||||
BUILTIN_STL_SUPPORT = YES
|
||||
|
||||
# If you use Microsoft's C++/CLI language, you should set this option to YES to
|
||||
# enable parsing support.
|
||||
@@ -540,13 +540,13 @@ EXTRACT_ALL = YES
|
||||
# be included in the documentation.
|
||||
# The default value is: NO.
|
||||
|
||||
EXTRACT_PRIVATE = NO
|
||||
EXTRACT_PRIVATE = YES
|
||||
|
||||
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
|
||||
# methods of a class will be included in the documentation.
|
||||
# The default value is: NO.
|
||||
|
||||
EXTRACT_PRIV_VIRTUAL = NO
|
||||
EXTRACT_PRIV_VIRTUAL = YES
|
||||
|
||||
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
|
||||
# scope will be included in the documentation.
|
||||
@@ -558,7 +558,7 @@ EXTRACT_PACKAGE = NO
|
||||
# included in the documentation.
|
||||
# The default value is: NO.
|
||||
|
||||
EXTRACT_STATIC = NO
|
||||
EXTRACT_STATIC = YES
|
||||
|
||||
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
|
||||
# locally in source files will be included in the documentation. If set to NO,
|
||||
@@ -991,7 +991,7 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = src tests utils/opatio
|
||||
INPUT = src tests docs/static/mainpage.md
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
@@ -1207,7 +1207,7 @@ FILTER_SOURCE_PATTERNS =
|
||||
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||
# and want to reuse the introduction page also for the Doxygen output.
|
||||
|
||||
USE_MDFILE_AS_MAINPAGE =
|
||||
USE_MDFILE_AS_MAINPAGE = docs/static/mainpage.md
|
||||
|
||||
# If the IMPLICIT_DIR_DOCS tag is set to YES, any README.md file found in sub-
|
||||
# directories of the project's root, is used as the documentation for that sub-
|
||||
@@ -1238,7 +1238,7 @@ FORTRAN_COMMENT_AFTER = 72
|
||||
# also VERBATIM_HEADERS is set to NO.
|
||||
# The default value is: NO.
|
||||
|
||||
SOURCE_BROWSER = NO
|
||||
SOURCE_BROWSER = YES
|
||||
|
||||
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
||||
# multi-line macros, enums or list initialized variables directly into the
|
||||
@@ -1398,7 +1398,7 @@ HTML_FOOTER =
|
||||
# obsolete.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_STYLESHEET =
|
||||
HTML_STYLESHEET =
|
||||
|
||||
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
|
||||
# cascading style sheets that are included after the standard style sheets
|
||||
@@ -1416,7 +1416,10 @@ HTML_STYLESHEET =
|
||||
# documentation.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_EXTRA_STYLESHEET =
|
||||
HTML_EXTRA_STYLESHEET = docs/static/doxygen-awesome-css/doxygen-awesome.css \
|
||||
docs/static/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
|
||||
|
||||
|
||||
|
||||
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
||||
# other source files which should be copied to the HTML output directory. Note
|
||||
@@ -1439,7 +1442,7 @@ HTML_EXTRA_FILES =
|
||||
# The default value is: AUTO_LIGHT.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_COLORSTYLE = AUTO_LIGHT
|
||||
HTML_COLORSTYLE = LIGHT
|
||||
|
||||
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
||||
# will adjust the colors in the style sheet and background images according to
|
||||
@@ -1750,7 +1753,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
DISABLE_INDEX = YES
|
||||
DISABLE_INDEX = NO
|
||||
|
||||
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
|
||||
# structure should be generated to display hierarchical information. If the tag
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/private/DObject.cpp File Reference</title>
|
||||
<title>SERiF: src/dobj/private/DObject.cpp File Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -102,6 +99,8 @@ $(function(){initNavTree('_d_object_8cpp.html',''); initResizable(true); });
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#func-members">Functions</a> </div>
|
||||
<div class="headertitle"><div class="title">DObject.cpp File Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
@@ -111,10 +110,56 @@ $(function(){initNavTree('_d_object_8cpp.html',''); initResizable(true); });
|
||||
<div class="textblock"><code>#include "<a class="el" href="_d_object_8h_source.html">DObject.h</a>"</code><br />
|
||||
<code>#include <iostream></code><br />
|
||||
<code>#include <stdexcept></code><br />
|
||||
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
</div>
|
||||
<p><a href="_d_object_8cpp_source.html">Go to the source code of this file.</a></p>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:aa54e75574f0302a2ca7252f9f0f0b3f1" id="r_aa54e75574f0302a2ca7252f9f0f0b3f1"><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="#aa54e75574f0302a2ca7252f9f0f0b3f1">operator<<</a> (std::ostream &os, const <a class="el" href="class_d_object.html">DObject</a> &obj)</td></tr>
|
||||
<tr class="memdesc:aa54e75574f0302a2ca7252f9f0f0b3f1"><td class="mdescLeft"> </td><td class="mdescRight">Provides a human-readable summary of the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:aa54e75574f0302a2ca7252f9f0f0b3f1"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Implementation of the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class. </p>
|
||||
<p>Provides the implementation for a universal data container with plugin support. </p>
|
||||
</div></div><!-- contents -->
|
||||
|
||||
<p class="definition">Definition in file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
</div><h2 class="groupheader">Function Documentation</h2>
|
||||
<a id="aa54e75574f0302a2ca7252f9f0f0b3f1" name="aa54e75574f0302a2ca7252f9f0f0b3f1"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aa54e75574f0302a2ca7252f9f0f0b3f1">◆ </a></span>operator<<()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::ostream & operator<< </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">std::ostream &</td> <td class="paramname"><span class="paramname"><em>os</em></span>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype">const <a class="el" href="class_d_object.html">DObject</a> &</td> <td class="paramname"><span class="paramname"><em>obj</em></span> )</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Provides a human-readable summary of the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<p>Useful for quick inspection or logging during debugging sessions.</p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">os</td><td>The output stream to write to. </td></tr>
|
||||
<tr><td class="paramname">obj</td><td>The <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> to summarize. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the output stream. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00126">126</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public/DObject.h File Reference</title>
|
||||
<title>SERiF: src/dobj/public/DObject.h File Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -110,8 +107,7 @@ $(function(){initNavTree('_d_object_8h.html',''); initResizable(true); });
|
||||
|
||||
<p>Defines the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class, a universal data container for the project.
|
||||
<a href="#details">More...</a></p>
|
||||
<div class="textblock"><code>#include "<a class="el" href="_metadata_8h_source.html">Metadata.h</a>"</code><br />
|
||||
<code>#include <variant></code><br />
|
||||
<div class="textblock"><code>#include <variant></code><br />
|
||||
<code>#include <memory></code><br />
|
||||
<code>#include <vector></code><br />
|
||||
<code>#include <string></code><br />
|
||||
@@ -130,6 +126,8 @@ Classes</h2></td></tr>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Defines the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class, a universal data container for the project. </p>
|
||||
<p>The <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class encapsulates arbitrary data and its associated metadata, providing a consistent interface for public-facing functions. It includes support for dynamically registered plugins. </p>
|
||||
|
||||
<p class="definition">Definition in file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public/DObject.h Source File</title>
|
||||
<title>SERiF: src/dobj/public/DObject.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -105,79 +102,135 @@ $(function(){initNavTree('_d_object_8h_source.html',''); initResizable(true); })
|
||||
<div class="headertitle"><div class="title">DObject.h</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="_d_object_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include "<a class="code" href="_metadata_8h.html">Metadata.h</a>"</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <variant></span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include <memory></span></div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include <vector></span></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include <string></span></div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include <mutex></span></div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include <map></span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include <functional></span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span></div>
|
||||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span></div>
|
||||
<div class="foldopen" id="foldopen00029" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="class_d_object.html"> 29</a></span><span class="keyword">class </span><a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a> {</div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573"> 37</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DataType</a> = std::variant<</div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> int, float, double, std::string, std::monostate,</div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> std::vector<int>, std::vector<float>, std::vector<double></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> >;</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span></div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7"> 47</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> = std::function<void(<a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>&)>;</div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span></div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>();</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span></div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DataType</a>& data, <span class="keyword">const</span> <a class="code hl_class" href="class_metadata.html">Metadata</a>& metadata);</div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span></div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">const</span> <a class="code hl_typedef" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DataType</a>& <a class="code hl_function" href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235">getData</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span></div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a">setData</a>(const <a class="code hl_typedef" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DataType</a>& data);</div>
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span></div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> const <a class="code hl_class" href="class_metadata.html">Metadata</a>& <a class="code hl_function" href="class_d_object.html#a157b31e881aac6dd40782d3abc561d4e">getMetadata</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span></div>
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a296b1519249fdc1f6c7b4ab62d5421bc">setMetadata</a>(const <a class="code hl_class" href="class_metadata.html">Metadata</a>& metadata);</div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span></div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47">setDebugging</a>(<span class="keywordtype">bool</span> enableDebug);</div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span></div>
|
||||
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> [[nodiscard]] <span class="keywordtype">bool</span> <a class="code hl_function" href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">isDebuggingEnabled</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span></div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581">registerPlugin</a>(const std::<span class="keywordtype">string</span>& <span class="keywordtype">id</span>, <a class="code hl_typedef" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> plugin);</div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span></div>
|
||||
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a99b8688849e11501033a25f61efb8356">unregisterPlugin</a>(const std::<span class="keywordtype">string</span>& <span class="keywordtype">id</span>);</div>
|
||||
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span></div>
|
||||
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb">runPlugin</a>(const std::<span class="keywordtype">string</span>& <span class="keywordtype">id</span>);</div>
|
||||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span></div>
|
||||
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a1223275dcbbf20334ea11707346acb93">runAllPlugins</a>();</div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span></div>
|
||||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"><a class="line" href="class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1"> 161</a></span> friend std::ostream& operator<<(std::ostream& os, const <a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>& obj);</div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span>private:</div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <a class="code hl_typedef" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DataType</a> data_; </div>
|
||||
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <a class="code hl_class" href="class_metadata.html">Metadata</a> metadata_; </div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordtype">bool</span> debugEnabled_ = false; </div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> std::map<std::<span class="keywordtype">string</span>, <a class="code hl_typedef" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a>> plugins_; </div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span>};</div>
|
||||
<a href="_d_object_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* ***********************************************************************</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// Copyright (C) 2025 -- The 4D-STAR Collaboration</span></div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// File Author: Emily Boudreaux</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">// Last Modified: March 17, 2025</span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">// 4DSSE is free software; you can use it and/or modify</span></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// it under the terms and restrictions the GNU General Library Public</span></div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// License version 3 (GPLv3) as published by the Free Software Foundation.</span></div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// 4DSSE is distributed in the hope that it will be useful,</span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// See the GNU Library General Public License for more details.</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// You should have received a copy of the GNU Library General Public License</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">// along with this software; if not, write to the Free Software</span></div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">// *********************************************************************** */</span></div>
|
||||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
||||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include <variant></span></div>
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include <memory></span></div>
|
||||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include <vector></span></div>
|
||||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include <string></span></div>
|
||||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include <mutex></span></div>
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#include <map></span></div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include <functional></span></div>
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span></div>
|
||||
<div class="foldopen" id="foldopen00089" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="class_d_object.html"> 89</a></span><span class="keyword">class </span><a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a> {</div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd"> 97</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> = std::variant<</div>
|
||||
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> bool, <span class="keywordtype">short</span> int, int, <span class="keywordtype">long</span> int, float, double, </div>
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keywordtype">long</span> double, std::string, std::monostate, std::vector<int>,</div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> std::vector<float>, std::vector<double>, std::vector<std::string>,</div>
|
||||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> std::vector<std::vector<int>>, std::vector<std::vector<float>>,</div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> std::vector<std::vector<double>>,</div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> std::vector<std::vector<std::vector<int>>>,</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> std::vector<std::vector<std::vector<float>>>,</div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> std::vector<std::vector<std::vector<double>>></div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> >;</div>
|
||||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="comment">// Mapping of data types to their string representations</span></div>
|
||||
<div class="foldopen" id="foldopen00109" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401"> 109</a></span> std::map<int, std::string> <a class="code hl_variable" href="class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401">dataTypeMap</a> = {</div>
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> {0, <span class="stringliteral">"bool"</span>}, {1, <span class="stringliteral">"short int"</span>}, {2, <span class="stringliteral">"int"</span>}, {3, <span class="stringliteral">"long int"</span>}, {4, <span class="stringliteral">"float"</span>},</div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> {5, <span class="stringliteral">"double"</span>}, {6, <span class="stringliteral">"long double"</span>}, {7, <span class="stringliteral">"string"</span>}, {8, <span class="stringliteral">"std::monostate"</span>},</div>
|
||||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> {9, <span class="stringliteral">"vector<int>"</span>}, {10, <span class="stringliteral">"vector<float>"</span>}, {11, <span class="stringliteral">"vector<double>"</span>},</div>
|
||||
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> {12, <span class="stringliteral">"vector<string>"</span>}, {13, <span class="stringliteral">"vector<vector<int>"</span>},</div>
|
||||
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> {14, <span class="stringliteral">"vector<vector<float>"</span>}, {15, <span class="stringliteral">"vector<vector<double>"</span>},</div>
|
||||
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> {16, <span class="stringliteral">"vector<vector<vector<int>>"</span>}, {17, <span class="stringliteral">"vector<vector<vector<float>>"</span>},</div>
|
||||
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> {18, <span class="stringliteral">"vector<vector<vector<double>>"</span>}</div>
|
||||
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> };</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span><span class="preprocessor">#endif </span><span class="comment">// DOBJECT_H</span></div>
|
||||
<div class="ttc" id="a_metadata_8h_html"><div class="ttname"><a href="_metadata_8h.html">Metadata.h</a></div><div class="ttdoc">Public interface for the Metadata class used in the dobj module.</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a0ae54853e18265657296bfb5ac3bf9d0"><div class="ttname"><a href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject::DObject</a></div><div class="ttdeci">DObject()</div><div class="ttdoc">Default constructor.</div><div class="ttdef"><b>Definition</b> DObject.cpp:13</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a1223275dcbbf20334ea11707346acb93"><div class="ttname"><a href="class_d_object.html#a1223275dcbbf20334ea11707346acb93">DObject::runAllPlugins</a></div><div class="ttdeci">void runAllPlugins()</div><div class="ttdoc">Executes all registered plugins in the registry.</div><div class="ttdef"><b>Definition</b> DObject.cpp:99</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a157b31e881aac6dd40782d3abc561d4e"><div class="ttname"><a href="class_d_object.html#a157b31e881aac6dd40782d3abc561d4e">DObject::getMetadata</a></div><div class="ttdeci">const Metadata & getMetadata() const noexcept</div><div class="ttdoc">Retrieves the metadata associated with the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:41</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a15afffdf339150fc872bf63bdd08d581"><div class="ttname"><a href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581">DObject::registerPlugin</a></div><div class="ttdeci">void registerPlugin(const std::string &id, Plugin plugin)</div><div class="ttdoc">Registers a plugin with the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:69</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a296b1519249fdc1f6c7b4ab62d5421bc"><div class="ttname"><a href="class_d_object.html#a296b1519249fdc1f6c7b4ab62d5421bc">DObject::setMetadata</a></div><div class="ttdeci">void setMetadata(const Metadata &metadata)</div><div class="ttdoc">Updates the metadata for the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:48</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a4862655c3634d019b0a45b811d6f7235"><div class="ttname"><a href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235">DObject::getData</a></div><div class="ttdeci">const DataType & getData() const noexcept</div><div class="ttdoc">Retrieves the data stored in the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:26</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a6f0023aee463e71d92442dcf61b6ed47"><div class="ttname"><a href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47">DObject::setDebugging</a></div><div class="ttdeci">void setDebugging(bool enableDebug)</div><div class="ttdoc">Enables or disables debugging and tracing for the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:55</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a99072eb52bb22745f0248f273fbf28fb"><div class="ttname"><a href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb">DObject::runPlugin</a></div><div class="ttdeci">void runPlugin(const std::string &id)</div><div class="ttdoc">Executes a plugin by its identifier.</div><div class="ttdef"><b>Definition</b> DObject.cpp:88</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a99b8688849e11501033a25f61efb8356"><div class="ttname"><a href="class_d_object.html#a99b8688849e11501033a25f61efb8356">DObject::unregisterPlugin</a></div><div class="ttdeci">void unregisterPlugin(const std::string &id)</div><div class="ttdoc">Unregisters a plugin by its identifier.</div><div class="ttdef"><b>Definition</b> DObject.cpp:79</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ab1718571434e84e90f1ec463e4786a8a"><div class="ttname"><a href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a">DObject::setData</a></div><div class="ttdeci">void setData(const DataType &data)</div><div class="ttdoc">Sets the data for the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:33</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ad6fc2e29eae70cf94a2d241527857573"><div class="ttname"><a href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DObject::DataType</a></div><div class="ttdeci">std::variant< int, float, double, std::string, std::monostate, std::vector< int >, std::vector< float >, std::vector< double > > DataType</div><div class="ttdoc">Supported data types for the DObject.</div><div class="ttdef"><b>Definition</b> DObject.h:37</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ae47bf220fbe2173cf6933c2380035dbd"><div class="ttname"><a href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">DObject::isDebuggingEnabled</a></div><div class="ttdeci">bool isDebuggingEnabled() const noexcept</div><div class="ttdoc">Checks if debugging is enabled for the DObject.</div><div class="ttdef"><b>Definition</b> DObject.cpp:62</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_af11334d08ef85c68b3aae7554548e5a7"><div class="ttname"><a href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">DObject::Plugin</a></div><div class="ttdeci">std::function< void(DObject &)> Plugin</div><div class="ttdoc">Placeholder type for plugins.</div><div class="ttdef"><b>Definition</b> DObject.h:47</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html"><div class="ttname"><a href="class_metadata.html">Metadata</a></div><div class="ttdoc">Represents metadata information for data objects in the dobj module.</div><div class="ttdef"><b>Definition</b> Metadata.h:31</div></div>
|
||||
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
|
||||
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span></div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7"> 125</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> = std::function<void(<a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>&)>;</div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span></div>
|
||||
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>();</div>
|
||||
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span></div>
|
||||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <a class="code hl_function" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a>& data);</div>
|
||||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span></div>
|
||||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="keyword">const</span> <a class="code hl_typedef" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a>& <a class="code hl_function" href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235">getData</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span></div>
|
||||
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> template <typename T></div>
|
||||
<div class="foldopen" id="foldopen00156" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="class_d_object.html#aca2db093c1c8c6f7893de07544aed619"> 156</a></span> T <a class="code hl_function" href="class_d_object.html#aca2db093c1c8c6f7893de07544aed619">getDataAs</a>()<span class="keyword"> const </span>{</div>
|
||||
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordflow">if</span> (std::holds_alternative<T>(<a class="code hl_variable" href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21">data_</a>)) {</div>
|
||||
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <span class="keywordflow">return</span> std::get<T>(<a class="code hl_variable" href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21">data_</a>);</div>
|
||||
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <span class="keywordflow">throw</span> std::bad_variant_access();</div>
|
||||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> }</div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span></div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a">setData</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a>& data);</div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span></div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47">setDebugging</a>(<span class="keywordtype">bool</span> enableDebug);</div>
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span></div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">isDebuggingEnabled</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span></div>
|
||||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <span class="keywordtype">int</span> <a class="code hl_function" href="class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38">setErrorCode</a>(<span class="keywordtype">int</span> code) noexcept;</div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span></div>
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="keywordtype">int</span> <a class="code hl_function" href="class_d_object.html#afa8926d916081de72478cb8813c25e98">getErrorCode</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> </div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span></div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581">registerPlugin</a>(const std::<span class="keywordtype">string</span>& <span class="keywordtype">id</span>, <a class="code hl_typedef" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> plugin);</div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span></div>
|
||||
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a99b8688849e11501033a25f61efb8356">unregisterPlugin</a>(const std::<span class="keywordtype">string</span>& <span class="keywordtype">id</span>);</div>
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span></div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb">runPlugin</a>(const std::<span class="keywordtype">string</span>& <span class="keywordtype">id</span>);</div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span></div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_d_object.html#a1223275dcbbf20334ea11707346acb93">runAllPlugins</a>();</div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span></div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> friend std::ostream& operator<<(std::ostream& os, const <a class="code hl_class" href="class_d_object.html">DObject</a>& obj);</div>
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
|
||||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span>private:</div>
|
||||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21"> 251</a></span> <a class="code hl_typedef" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> <a class="code hl_variable" href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21">data_</a>; </div>
|
||||
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="class_d_object.html#accf5c10d4afc3969607e11b0055312d5"> 252</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="class_d_object.html#accf5c10d4afc3969607e11b0055312d5">debugEnabled_</a> = false; </div>
|
||||
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3"> 253</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3">errorCode_</a> = 0; </div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="class_d_object.html#ae9f7e4d2fbabc076961a40185676e208"> 254</a></span> std::map<std::<span class="keywordtype">string</span>, <a class="code hl_typedef" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a>> <a class="code hl_variable" href="class_d_object.html#ae9f7e4d2fbabc076961a40185676e208">plugins_</a>; </div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="preprocessor">#endif </span><span class="comment">// DOBJECT_H</span></div>
|
||||
<div class="ttc" id="aclass_d_object_html"><div class="ttname"><a href="class_d_object.html">DObject</a></div><div class="ttdoc">A universal data container class.</div><div class="ttdef"><b>Definition</b> <a href="#l00089">DObject.h:89</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a0ae54853e18265657296bfb5ac3bf9d0"><div class="ttname"><a href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject::DObject</a></div><div class="ttdeci">DObject()</div><div class="ttdoc">Default constructor.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00033">DObject.cpp:33</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a1223275dcbbf20334ea11707346acb93"><div class="ttname"><a href="class_d_object.html#a1223275dcbbf20334ea11707346acb93">DObject::runAllPlugins</a></div><div class="ttdeci">void runAllPlugins()</div><div class="ttdoc">Executes all registered plugins in the registry.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00117">DObject.cpp:117</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a15afffdf339150fc872bf63bdd08d581"><div class="ttname"><a href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581">DObject::registerPlugin</a></div><div class="ttdeci">void registerPlugin(const std::string &id, Plugin plugin)</div><div class="ttdoc">Registers a plugin with the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00087">DObject.cpp:87</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a358d5f015da09ae5f0cbb46f3fd9e401"><div class="ttname"><a href="class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401">DObject::dataTypeMap</a></div><div class="ttdeci">std::map< int, std::string > dataTypeMap</div><div class="ttdef"><b>Definition</b> <a href="#l00109">DObject.h:109</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a3dce47a519f9da5085c0c5ac1eea4f38"><div class="ttname"><a href="class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38">DObject::setErrorCode</a></div><div class="ttdeci">int setErrorCode(int code) noexcept</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00074">DObject.cpp:74</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a4862655c3634d019b0a45b811d6f7235"><div class="ttname"><a href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235">DObject::getData</a></div><div class="ttdeci">const DataType & getData() const noexcept</div><div class="ttdoc">Retrieves the data stored in the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00046">DObject.cpp:46</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a55b7cdac36a3a518ba6e1ecef0e25dcd"><div class="ttname"><a href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DObject::DataType</a></div><div class="ttdeci">std::variant< bool, short int, int, long int, float, double, long double, std::string, std::monostate, std::vector< int >, std::vector< float >, std::vector< double >, std::vector< std::string >, std::vector< std::vector< int > >, std::vector< std::vector< float > >, std::vector< std::vector< double > >, std::vector< std::vector< std::vector< int > > >, std::vector< std::vector< std::vector< float > > >, std::vector< std::vector< std::vector< double > > > > DataType</div><div class="ttdoc">Supported data types for the DObject.</div><div class="ttdef"><b>Definition</b> <a href="#l00097">DObject.h:97</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a6f0023aee463e71d92442dcf61b6ed47"><div class="ttname"><a href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47">DObject::setDebugging</a></div><div class="ttdeci">void setDebugging(bool enableDebug)</div><div class="ttdoc">Enables or disables debugging and tracing for the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00060">DObject.cpp:60</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a99072eb52bb22745f0248f273fbf28fb"><div class="ttname"><a href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb">DObject::runPlugin</a></div><div class="ttdeci">void runPlugin(const std::string &id)</div><div class="ttdoc">Executes a plugin by its identifier.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00106">DObject.cpp:106</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_a99b8688849e11501033a25f61efb8356"><div class="ttname"><a href="class_d_object.html#a99b8688849e11501033a25f61efb8356">DObject::unregisterPlugin</a></div><div class="ttdeci">void unregisterPlugin(const std::string &id)</div><div class="ttdoc">Unregisters a plugin by its identifier.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00097">DObject.cpp:97</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ab1718571434e84e90f1ec463e4786a8a"><div class="ttname"><a href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a">DObject::setData</a></div><div class="ttdeci">void setData(const DataType &data)</div><div class="ttdoc">Sets the data for the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00053">DObject.cpp:53</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_aca2db093c1c8c6f7893de07544aed619"><div class="ttname"><a href="class_d_object.html#aca2db093c1c8c6f7893de07544aed619">DObject::getDataAs</a></div><div class="ttdeci">T getDataAs() const</div><div class="ttdoc">Retrieves the data stored in the DObject as a typed object so that std::get<T>() is not needed.</div><div class="ttdef"><b>Definition</b> <a href="#l00156">DObject.h:156</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_accf5c10d4afc3969607e11b0055312d5"><div class="ttname"><a href="class_d_object.html#accf5c10d4afc3969607e11b0055312d5">DObject::debugEnabled_</a></div><div class="ttdeci">bool debugEnabled_</div><div class="ttdoc">Indicates whether debugging is enabled.</div><div class="ttdef"><b>Definition</b> <a href="#l00252">DObject.h:252</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ad7ba02f6d87ce64792149096f3310b21"><div class="ttname"><a href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21">DObject::data_</a></div><div class="ttdeci">DataType data_</div><div class="ttdoc">The main data stored in the DObject.</div><div class="ttdef"><b>Definition</b> <a href="#l00251">DObject.h:251</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ad8de5890e8dae5fc7e72fabca2520fc3"><div class="ttname"><a href="class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3">DObject::errorCode_</a></div><div class="ttdeci">int errorCode_</div><div class="ttdoc">Error code tracked by the DObject.</div><div class="ttdef"><b>Definition</b> <a href="#l00253">DObject.h:253</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ae47bf220fbe2173cf6933c2380035dbd"><div class="ttname"><a href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">DObject::isDebuggingEnabled</a></div><div class="ttdeci">bool isDebuggingEnabled() const noexcept</div><div class="ttdoc">Checks if debugging is enabled for the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00067">DObject.cpp:67</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ae9f7e4d2fbabc076961a40185676e208"><div class="ttname"><a href="class_d_object.html#ae9f7e4d2fbabc076961a40185676e208">DObject::plugins_</a></div><div class="ttdeci">std::map< std::string, Plugin > plugins_</div><div class="ttdoc">Registry for dynamically registered plugins.</div><div class="ttdef"><b>Definition</b> <a href="#l00254">DObject.h:254</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_af11334d08ef85c68b3aae7554548e5a7"><div class="ttname"><a href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">DObject::Plugin</a></div><div class="ttdeci">std::function< void(DObject &)> Plugin</div><div class="ttdoc">Placeholder type for plugins.</div><div class="ttdef"><b>Definition</b> <a href="#l00125">DObject.h:125</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_afa8926d916081de72478cb8813c25e98"><div class="ttname"><a href="class_d_object.html#afa8926d916081de72478cb8813c25e98">DObject::getErrorCode</a></div><div class="ttdeci">int getErrorCode() const noexcept</div><div class="ttdoc">Get the error code tracked by the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00080">DObject.cpp:80</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public/LockableDObject.h File Reference</title>
|
||||
<title>SERiF: src/dobj/public/LockableDObject.h File Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -124,6 +121,8 @@ Classes</h2></td></tr>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>A lightweight wrapper for <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> that adds locking capabilities. </p>
|
||||
<p>This class allows safe concurrent access to a <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> by providing locking and unlocking methods. </p>
|
||||
|
||||
<p class="definition">Definition in file <a class="el" href="_lockable_d_object_8h_source.html">LockableDObject.h</a>.</p>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public/LockableDObject.h Source File</title>
|
||||
<title>SERiF: src/dobj/public/LockableDObject.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -105,36 +102,58 @@ $(function(){initNavTree('_lockable_d_object_8h_source.html',''); initResizable(
|
||||
<div class="headertitle"><div class="title">LockableDObject.h</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="_lockable_d_object_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef LOCKABLE_DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define LOCKABLE_DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include "<a class="code" href="_d_object_8h.html">DObject.h</a>"</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <mutex></span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span></div>
|
||||
<div class="foldopen" id="foldopen00019" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="class_lockable_d_object.html"> 19</a></span><span class="keyword">class </span><a class="code hl_function" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a> {</div>
|
||||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee"> 24</a></span> <a class="code hl_function" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span></div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_class" href="class_d_object.html">DObject</a>& <a class="code hl_function" href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1">get</a>();</div>
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span></div>
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a">lock</a>();</div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb">unlock</a>();</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="keyword">private</span>:</div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <a class="code hl_class" href="class_d_object.html">DObject</a> object_; </div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> std::mutex mutex_; </div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>};</div>
|
||||
<a href="_lockable_d_object_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* ***********************************************************************</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// Copyright (C) 2025 -- The 4D-STAR Collaboration</span></div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// File Author: Emily Boudreaux</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">// Last Modified: March 17, 2025</span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">// 4DSSE is free software; you can use it and/or modify</span></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// it under the terms and restrictions the GNU General Library Public</span></div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// License version 3 (GPLv3) as published by the Free Software Foundation.</span></div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// 4DSSE is distributed in the hope that it will be useful,</span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// See the GNU Library General Public License for more details.</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// You should have received a copy of the GNU Library General Public License</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">// along with this software; if not, write to the Free Software</span></div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">// *********************************************************************** */</span></div>
|
||||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef LOCKABLE_DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define LOCKABLE_DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
||||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include "<a class="code" href="_d_object_8h.html">DObject.h</a>"</span></div>
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include <mutex></span></div>
|
||||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span></div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span></div>
|
||||
<div class="foldopen" id="foldopen00039" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="class_lockable_d_object.html"> 39</a></span><span class="keyword">class </span><a class="code hl_function" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a> {</div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee"> 44</a></span> <a class="code hl_function" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span></div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_class" href="class_d_object.html">DObject</a>& <a class="code hl_function" href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1">get</a>();</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span></div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a">lock</a>();</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span></div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb">unlock</a>();</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="keyword">private</span>:</div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb"> 63</a></span> <a class="code hl_class" href="class_d_object.html">DObject</a> <a class="code hl_variable" href="class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb">object_</a>; </div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd"> 64</a></span> std::mutex <a class="code hl_variable" href="class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd">mutex_</a>; </div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="preprocessor">#endif </span><span class="comment">// LOCKABLE_DOBJECT_H</span></div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#endif </span><span class="comment">// LOCKABLE_DOBJECT_H</span></div>
|
||||
<div class="ttc" id="a_d_object_8h_html"><div class="ttname"><a href="_d_object_8h.html">DObject.h</a></div><div class="ttdoc">Defines the DObject class, a universal data container for the project.</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html"><div class="ttname"><a href="class_d_object.html">DObject</a></div><div class="ttdoc">A universal data container class.</div><div class="ttdef"><b>Definition</b> DObject.h:29</div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_a1481ed99dcd837490bf28309aadaedfb"><div class="ttname"><a href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb">LockableDObject::unlock</a></div><div class="ttdeci">void unlock()</div><div class="ttdoc">Unlocks the mutex after thread-safe access.</div><div class="ttdef"><b>Definition</b> LockableDObject.cpp:20</div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_adcfe201fc728cc1c6fcf638a566ba9a1"><div class="ttname"><a href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1">LockableDObject::get</a></div><div class="ttdeci">DObject & get()</div><div class="ttdoc">Access the underlying DObject.</div><div class="ttdef"><b>Definition</b> LockableDObject.cpp:6</div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_ade38ca54703913359fc3b4366f6e292a"><div class="ttname"><a href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a">LockableDObject::lock</a></div><div class="ttdeci">void lock()</div><div class="ttdoc">Locks the mutex to ensure thread-safe access.</div><div class="ttdef"><b>Definition</b> LockableDObject.cpp:13</div></div>
|
||||
<div class="ttc" id="aclass_d_object_html"><div class="ttname"><a href="class_d_object.html">DObject</a></div><div class="ttdoc">A universal data container class.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8h_source.html#l00089">DObject.h:89</a></div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_a1481ed99dcd837490bf28309aadaedfb"><div class="ttname"><a href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb">LockableDObject::unlock</a></div><div class="ttdeci">void unlock()</div><div class="ttdoc">Unlocks the mutex after thread-safe access.</div><div class="ttdef"><b>Definition</b> <a href="_lockable_d_object_8cpp_source.html#l00040">LockableDObject.cpp:40</a></div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_a1eb1ca1d9cf979dcb9eead96054b89bb"><div class="ttname"><a href="class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb">LockableDObject::object_</a></div><div class="ttdeci">DObject object_</div><div class="ttdoc">The underlying DObject instance.</div><div class="ttdef"><b>Definition</b> <a href="#l00063">LockableDObject.h:63</a></div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_a712cd3ea0c565f7e9089a651ef79b7bd"><div class="ttname"><a href="class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd">LockableDObject::mutex_</a></div><div class="ttdeci">std::mutex mutex_</div><div class="ttdoc">Mutex for thread-safe access.</div><div class="ttdef"><b>Definition</b> <a href="#l00064">LockableDObject.h:64</a></div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_adcfe201fc728cc1c6fcf638a566ba9a1"><div class="ttname"><a href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1">LockableDObject::get</a></div><div class="ttdeci">DObject & get()</div><div class="ttdoc">Access the underlying DObject.</div><div class="ttdef"><b>Definition</b> <a href="_lockable_d_object_8cpp_source.html#l00026">LockableDObject.cpp:26</a></div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_ade38ca54703913359fc3b4366f6e292a"><div class="ttname"><a href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a">LockableDObject::lock</a></div><div class="ttdeci">void lock()</div><div class="ttdoc">Locks the mutex to ensure thread-safe access.</div><div class="ttdef"><b>Definition</b> <a href="_lockable_d_object_8cpp_source.html#l00033">LockableDObject.cpp:33</a></div></div>
|
||||
<div class="ttc" id="aclass_lockable_d_object_html_ae1a174a2740fa053626fe2820ee0efee"><div class="ttname"><a href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject::LockableDObject</a></div><div class="ttdeci">LockableDObject()=default</div><div class="ttdoc">Default constructor.</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/private/Metadata.cpp File Reference</title>
|
||||
<title>SERiF: src/dobj/private/Metadata.cpp File Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -111,7 +108,9 @@ $(function(){initNavTree('_metadata_8cpp.html',''); initResizable(true); });
|
||||
<p>Implementation of the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module.
|
||||
<a href="#details">More...</a></p>
|
||||
<div class="textblock"><code>#include "<a class="el" href="_metadata_8h_source.html">Metadata.h</a>"</code><br />
|
||||
</div><table class="memberdecls">
|
||||
</div>
|
||||
<p><a href="_metadata_8cpp_source.html">Go to the source code of this file.</a></p>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:a12949a1ea26c4ff1afeb97101c0493c5" id="r_a12949a1ea26c4ff1afeb97101c0493c5"><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="#a12949a1ea26c4ff1afeb97101c0493c5">operator<<</a> (std::ostream &os, const <a class="el" href="class_metadata.html">Metadata</a> &metadata)</td></tr>
|
||||
@@ -121,6 +120,8 @@ Functions</h2></td></tr>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Implementation of the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module. </p>
|
||||
<p>Provides methods to manage metadata for data objects, including size, type, dimensions, and debugging flags. </p>
|
||||
|
||||
<p class="definition">Definition in file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
</div><h2 class="groupheader">Function Documentation</h2>
|
||||
<a id="a12949a1ea26c4ff1afeb97101c0493c5" name="a12949a1ea26c4ff1afeb97101c0493c5"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a12949a1ea26c4ff1afeb97101c0493c5">◆ </a></span>operator<<()</h2>
|
||||
@@ -152,6 +153,8 @@ Functions</h2></td></tr>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the output stream. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00146">146</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- contents -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public/Metadata.h File Reference</title>
|
||||
<title>SERiF: src/dobj/public/Metadata.h File Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -123,11 +120,35 @@ Classes</h2></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_metadata.html">Metadata</a></td></tr>
|
||||
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Represents metadata information for data objects in the dobj module. <a href="class_metadata.html#details">More...</a><br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a>
|
||||
Macros</h2></td></tr>
|
||||
<tr class="memitem:ab57c319c35ea0fbacf781f2ecb3a4339" id="r_ab57c319c35ea0fbacf781f2ecb3a4339"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a></td></tr>
|
||||
<tr class="separator:ab57c319c35ea0fbacf781f2ecb3a4339"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Public interface for the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module. </p>
|
||||
<p>The <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class provides descriptive information about the data encapsulated within a dobj, including size, type, dimensions, and debugging flags. </p>
|
||||
</div></div><!-- contents -->
|
||||
|
||||
<p class="definition">Definition in file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
</div><h2 class="groupheader">Macro Definition Documentation</h2>
|
||||
<a id="ab57c319c35ea0fbacf781f2ecb3a4339" name="ab57c319c35ea0fbacf781f2ecb3a4339"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ab57c319c35ea0fbacf781f2ecb3a4339">◆ </a></span>EXPORT_SYMBOL</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">#define EXPORT_SYMBOL</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8h_source.html#l00027">27</a> of file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
var _metadata_8h =
|
||||
[
|
||||
[ "Metadata", "class_metadata.html", "class_metadata" ]
|
||||
[ "Metadata", "class_metadata.html", "class_metadata" ],
|
||||
[ "EXPORT_SYMBOL", "_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339", null ]
|
||||
];
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public/Metadata.h Source File</title>
|
||||
<title>SERiF: src/dobj/public/Metadata.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -105,64 +102,89 @@ $(function(){initNavTree('_metadata_8h_source.html',''); initResizable(true); })
|
||||
<div class="headertitle"><div class="title">Metadata.h</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="_metadata_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef METADATA_H</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define METADATA_H</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#if defined(__APPLE__) || defined(__linux__)</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#define EXPORT_SYMBOL __attribute__((visibility("default")))</span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#else</span></div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#define EXPORT_SYMBOL</span></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include <string></span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include <vector></span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include <cstddef></span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span></div>
|
||||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span></div>
|
||||
<div class="foldopen" id="foldopen00031" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="class_metadata.html"> 31</a></span><span class="keyword">class </span>EXPORT_SYMBOL <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a> {</div>
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="class_metadata.html#ae849560667461008cb72e83919c20be0"> 36</a></span> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span></div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>(std::size_t byteSize, std::string dataType, std::vector<std::size_t> dimensions, <span class="keywordtype">bool</span> debugFlag = <span class="keyword">false</span>);</div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span></div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> [[nodiscard]] std::size_t <a class="code hl_function" href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">getByteSize</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span></div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">setByteSize</a>(std::<span class="keywordtype">size_t</span> byteSize) noexcept;</div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span></div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> [[nodiscard]] const std::<span class="keywordtype">string</span>& <a class="code hl_function" href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">getDataType</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span></div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">setDataType</a>(const std::<span class="keywordtype">string</span>& dataType);</div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span></div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> [[nodiscard]] const std::vector<std::<span class="keywordtype">size_t</span>>& <a class="code hl_function" href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">getDimensions</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span></div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">setDimensions</a>(const std::vector<std::<span class="keywordtype">size_t</span>>& dimensions);</div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span></div>
|
||||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> [[nodiscard]] <span class="keywordtype">bool</span> <a class="code hl_function" href="class_metadata.html#abe52c81e04665628666b4140cd346b69">isDebugEnabled</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span></div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">setDebugEnabled</a>(<span class="keywordtype">bool</span> debugFlag) noexcept;</div>
|
||||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span></div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> friend std::ostream& operator<<(std::ostream& os, const <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>& metadata);</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span>private:</div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> std::<span class="keywordtype">size_t</span> byteSize_ = 0; </div>
|
||||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> std::<span class="keywordtype">string</span> dataType_; </div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> std::vector<std::<span class="keywordtype">size_t</span>> dimensions_; </div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <span class="keywordtype">bool</span> debugFlag_ = false; </div>
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span>};</div>
|
||||
<a href="_metadata_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* ***********************************************************************</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// Copyright (C) 2025 -- The 4D-STAR Collaboration</span></div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// File Author: Emily Boudreaux</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">// Last Modified: March 17, 2025</span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">// 4DSSE is free software; you can use it and/or modify</span></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// it under the terms and restrictions the GNU General Library Public</span></div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// License version 3 (GPLv3) as published by the Free Software Foundation.</span></div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// 4DSSE is distributed in the hope that it will be useful,</span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// See the GNU Library General Public License for more details.</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// You should have received a copy of the GNU Library General Public License</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">// along with this software; if not, write to the Free Software</span></div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">// *********************************************************************** */</span></div>
|
||||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef METADATA_H</span></div>
|
||||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define METADATA_H</span></div>
|
||||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
||||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#if defined(__APPLE__) || defined(__linux__)</span></div>
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#define EXPORT_SYMBOL __attribute__((visibility("default")))</span></div>
|
||||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#else</span></div>
|
||||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339"> 27</a></span><span class="preprocessor">#define EXPORT_SYMBOL</span></div>
|
||||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include <string></span></div>
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include <vector></span></div>
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include <cstddef></span></div>
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span></div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span></div>
|
||||
<div class="foldopen" id="foldopen00051" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="class_metadata.html"> 51</a></span><span class="keyword">class </span><a class="code hl_define" href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a> {</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="class_metadata.html#ae849560667461008cb72e83919c20be0"> 56</a></span> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span></div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>(std::size_t byteSize, std::string dataType, std::vector<std::size_t> dimensions, <span class="keywordtype">bool</span> debugFlag = <span class="keyword">false</span>);</div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span></div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> [[nodiscard]] std::size_t <a class="code hl_function" href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">getByteSize</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span></div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">setByteSize</a>(std::<span class="keywordtype">size_t</span> byteSize) noexcept;</div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span></div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> [[nodiscard]] const std::<span class="keywordtype">string</span>& <a class="code hl_function" href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">getDataType</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span></div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">setDataType</a>(const std::<span class="keywordtype">string</span>& dataType);</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span></div>
|
||||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> [[nodiscard]] const std::vector<std::<span class="keywordtype">size_t</span>>& <a class="code hl_function" href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">getDimensions</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span></div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">setDimensions</a>(const std::vector<std::<span class="keywordtype">size_t</span>>& dimensions);</div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span></div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> [[nodiscard]] <span class="keywordtype">bool</span> <a class="code hl_function" href="class_metadata.html#abe52c81e04665628666b4140cd346b69">isDebugEnabled</a>() const noexcept;</div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span></div>
|
||||
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">setDebugEnabled</a>(<span class="keywordtype">bool</span> debugFlag) noexcept;</div>
|
||||
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span></div>
|
||||
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> friend std::ostream& operator<<(std::ostream& os, const <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>& metadata);</div>
|
||||
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> </div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span>private:</div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc"> 126</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc">byteSize_</a> = 0; </div>
|
||||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac"> 127</a></span> std::<span class="keywordtype">string</span> <a class="code hl_variable" href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac">dataType_</a>; </div>
|
||||
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce"> 128</a></span> std::vector<std::<span class="keywordtype">size_t</span>> <a class="code hl_variable" href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce">dimensions_</a>; </div>
|
||||
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701"> 129</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701">debugFlag_</a> = false; </div>
|
||||
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> </div>
|
||||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="preprocessor">#endif </span><span class="comment">// METADATA_H</span></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a07035de7b0c780ef340e1a11c60a4d2b"><div class="ttname"><a href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">Metadata::setByteSize</a></div><div class="ttdeci">void setByteSize(std::size_t byteSize) noexcept</div><div class="ttdoc">Sets the total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:42</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a365c4594ad65c3b10b40a1cf4f4aea26"><div class="ttname"><a href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">Metadata::setDebugEnabled</a></div><div class="ttdeci">void setDebugEnabled(bool debugFlag) noexcept</div><div class="ttdoc">Sets the debugging flag.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:112</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a412c0c0b8754d85f9edbbdcd637f3b20"><div class="ttname"><a href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">Metadata::getDimensions</a></div><div class="ttdeci">const std::vector< std::size_t > & getDimensions() const noexcept</div><div class="ttdoc">Gets the dimensions of the data.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:78</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a88f4f57d443e2b7664e75e57a29dfbf0"><div class="ttname"><a href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">Metadata::setDataType</a></div><div class="ttdeci">void setDataType(const std::string &dataType)</div><div class="ttdoc">Sets the type of the data.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:66</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_abe52c81e04665628666b4140cd346b69"><div class="ttname"><a href="class_metadata.html#abe52c81e04665628666b4140cd346b69">Metadata::isDebugEnabled</a></div><div class="ttdeci">bool isDebugEnabled() const noexcept</div><div class="ttdoc">Checks if debugging information is enabled.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:100</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_ac7980d1efdd6ae434f0115f83d08348e"><div class="ttname"><a href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">Metadata::getByteSize</a></div><div class="ttdeci">std::size_t getByteSize() const noexcept</div><div class="ttdoc">Gets the total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:30</div></div>
|
||||
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
|
||||
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="preprocessor">#endif </span><span class="comment">// METADATA_H</span></div>
|
||||
<div class="ttc" id="a_metadata_8h_html_ab57c319c35ea0fbacf781f2ecb3a4339"><div class="ttname"><a href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a></div><div class="ttdeci">#define EXPORT_SYMBOL</div><div class="ttdef"><b>Definition</b> <a href="#l00027">Metadata.h:27</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a07035de7b0c780ef340e1a11c60a4d2b"><div class="ttname"><a href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">Metadata::setByteSize</a></div><div class="ttdeci">void setByteSize(std::size_t byteSize) noexcept</div><div class="ttdoc">Sets the total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00062">Metadata.cpp:62</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a163f74d4ef9ecd13a34e7e9cab2e21ce"><div class="ttname"><a href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce">Metadata::dimensions_</a></div><div class="ttdeci">std::vector< std::size_t > dimensions_</div><div class="ttdoc">Dimensions of the data (e.g., {3, 4} for a 3x4 matrix).</div><div class="ttdef"><b>Definition</b> <a href="#l00128">Metadata.h:128</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a290205e5f46416dd0f48bd6ff62888ac"><div class="ttname"><a href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac">Metadata::dataType_</a></div><div class="ttdeci">std::string dataType_</div><div class="ttdoc">Type of the data (e.g., "float", "double").</div><div class="ttdef"><b>Definition</b> <a href="#l00127">Metadata.h:127</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a365c4594ad65c3b10b40a1cf4f4aea26"><div class="ttname"><a href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">Metadata::setDebugEnabled</a></div><div class="ttdeci">void setDebugEnabled(bool debugFlag) noexcept</div><div class="ttdoc">Sets the debugging flag.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00132">Metadata.cpp:132</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a412c0c0b8754d85f9edbbdcd637f3b20"><div class="ttname"><a href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">Metadata::getDimensions</a></div><div class="ttdeci">const std::vector< std::size_t > & getDimensions() const noexcept</div><div class="ttdoc">Gets the dimensions of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00098">Metadata.cpp:98</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a65fd506f1bd41699d9cd19bc0dfc9701"><div class="ttname"><a href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701">Metadata::debugFlag_</a></div><div class="ttdeci">bool debugFlag_</div><div class="ttdoc">Indicates whether debugging is enabled.</div><div class="ttdef"><b>Definition</b> <a href="#l00129">Metadata.h:129</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_a88f4f57d443e2b7664e75e57a29dfbf0"><div class="ttname"><a href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">Metadata::setDataType</a></div><div class="ttdeci">void setDataType(const std::string &dataType)</div><div class="ttdoc">Sets the type of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00086">Metadata.cpp:86</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_abe52c81e04665628666b4140cd346b69"><div class="ttname"><a href="class_metadata.html#abe52c81e04665628666b4140cd346b69">Metadata::isDebugEnabled</a></div><div class="ttdeci">bool isDebugEnabled() const noexcept</div><div class="ttdoc">Checks if debugging information is enabled.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00120">Metadata.cpp:120</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_ac73a509797c98c0d52fb32e1f93e38bc"><div class="ttname"><a href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc">Metadata::byteSize_</a></div><div class="ttdeci">int byteSize_</div><div class="ttdoc">Total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> <a href="#l00126">Metadata.h:126</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_ac7980d1efdd6ae434f0115f83d08348e"><div class="ttname"><a href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">Metadata::getByteSize</a></div><div class="ttdeci">std::size_t getByteSize() const noexcept</div><div class="ttdoc">Gets the total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00050">Metadata.cpp:50</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_ae849560667461008cb72e83919c20be0"><div class="ttname"><a href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata::Metadata</a></div><div class="ttdeci">Metadata()=default</div><div class="ttdoc">Default constructor for Metadata.</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_aeed7f22ccc61d9a3d6425441d381dcdc"><div class="ttname"><a href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">Metadata::getDataType</a></div><div class="ttdeci">const std::string & getDataType() const noexcept</div><div class="ttdoc">Gets the type of the data.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:54</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_af5264d1666839e69c192b565b5cfa606"><div class="ttname"><a href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">Metadata::setDimensions</a></div><div class="ttdeci">void setDimensions(const std::vector< std::size_t > &dimensions)</div><div class="ttdoc">Sets the dimensions of the data.</div><div class="ttdef"><b>Definition</b> Metadata.cpp:89</div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_aeed7f22ccc61d9a3d6425441d381dcdc"><div class="ttname"><a href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">Metadata::getDataType</a></div><div class="ttdeci">const std::string & getDataType() const noexcept</div><div class="ttdoc">Gets the type of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00074">Metadata.cpp:74</a></div></div>
|
||||
<div class="ttc" id="aclass_metadata_html_af5264d1666839e69c192b565b5cfa606"><div class="ttname"><a href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">Metadata::setDimensions</a></div><div class="ttdeci">void setDimensions(const std::vector< std::size_t > &dimensions)</div><div class="ttdoc">Sets the dimensions of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00109">Metadata.cpp:109</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Class List</title>
|
||||
<title>SERiF: Class List</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('annotated.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,40 +86,76 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">Class List</div> </div>
|
||||
<div class="headertitle"><div class="title">Class List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
|
||||
<table class="directory">
|
||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classBilinearIntegratorWrapper.html" target="_self">BilinearIntegratorWrapper</a></td><td class="desc">A wrapper class for bilinear integrator </td></tr>
|
||||
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCompositeNonlinearIntegrator.html" target="_self">CompositeNonlinearIntegrator</a></td><td class="desc">A class for composite nonlinear integrator </td></tr>
|
||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classConfig.html" target="_self">Config</a></td><td class="desc">Singleton class to manage configuration settings loaded from a YAML file </td></tr>
|
||||
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classconfigTest.html" target="_self">configTest</a></td><td class="desc">Test suite for the <a class="el" href="classConfig.html" title="Singleton class to manage configuration settings loaded from a YAML file.">Config</a> class </td></tr>
|
||||
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classconfigTestPrivateAccessor.html" target="_self">configTestPrivateAccessor</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structConstant.html" target="_self">Constant</a></td><td class="desc">Structure to hold a constant's details </td></tr>
|
||||
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classConstants.html" target="_self">Constants</a></td><td class="desc">Class to manage a collection of constants </td></tr>
|
||||
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classconstTest.html" target="_self">constTest</a></td><td class="desc">Test suite for the const class </td></tr>
|
||||
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classDObject.html" target="_self">DObject</a></td><td class="desc">A universal data container class </td></tr>
|
||||
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classDObjectTest.html" target="_self">DObjectTest</a></td><td class="desc">Test suite for the <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> class </td></tr>
|
||||
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structHeader.html" target="_self">Header</a></td><td class="desc">Structure to hold the header information of an OPAT file </td></tr>
|
||||
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classLockableDObject.html" target="_self">LockableDObject</a></td><td class="desc">Wrapper for <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> with thread-safe access </td></tr>
|
||||
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classLockableDObjectTest.html" target="_self">LockableDObjectTest</a></td><td class="desc">Test suite for the <a class="el" href="classLockableDObject.html" title="Wrapper for DObject with thread-safe access.">LockableDObject</a> class </td></tr>
|
||||
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMeshIO.html" target="_self">MeshIO</a></td><td class="desc">Class for handling mesh input/output operations </td></tr>
|
||||
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classmeshIOTest.html" target="_self">meshIOTest</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMetadata.html" target="_self">Metadata</a></td><td class="desc">Represents metadata information for data objects in the dobj module </td></tr>
|
||||
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMetadataTest.html" target="_self">MetadataTest</a></td><td class="desc">Test suite for the <a class="el" href="classMetadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class </td></tr>
|
||||
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classNonlinearPowerIntegrator.html" target="_self">NonlinearPowerIntegrator</a></td><td class="desc">A class for nonlinear power integrator </td></tr>
|
||||
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classOpatIO.html" target="_self">OpatIO</a></td><td class="desc">Class to manage the input/output operations for OPAT files </td></tr>
|
||||
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classopatIOTest.html" target="_self">opatIOTest</a></td><td class="desc">Test suite for the const class </td></tr>
|
||||
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structOPATTable.html" target="_self">OPATTable</a></td><td class="desc">Structure to hold the data of an OPAT table </td></tr>
|
||||
<tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTableIndex.html" target="_self">TableIndex</a></td><td class="desc">Structure to hold the index information of a table in an OPAT file </td></tr>
|
||||
<div class="levels">[detail level <span onclick="javascript:dynsection.toggleLevel(1);">1</span><span onclick="javascript:dynsection.toggleLevel(2);">2</span>]</div><table class="directory">
|
||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="dynsection.toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacecomposition.html" target="_self">composition</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcomposition_1_1_composition.html" target="_self">Composition</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcomposition_1_1_composition_entry.html" target="_self">CompositionEntry</a></td><td class="desc">Represents an entry in the composition with a symbol and mass fraction </td></tr>
|
||||
<tr id="row_0_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcomposition_1_1_global_composition.html" target="_self">GlobalComposition</a></td><td class="desc">Represents the global composition of a system. This tends to be used after finalize and is primarily for internal use </td></tr>
|
||||
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="dynsection.toggleFolder('1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacehelmholtz.html" target="_self">helmholtz</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structhelmholtz_1_1_e_o_s.html" target="_self">EOS</a></td><td class="desc">Structure to hold the output parameters and derivatives of the <a class="el" href="structhelmholtz_1_1_e_o_s.html" title="Structure to hold the output parameters and derivatives of the EOS calculation.">EOS</a> calculation </td></tr>
|
||||
<tr id="row_1_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structhelmholtz_1_1_e_o_s_input.html" target="_self">EOSInput</a></td><td class="desc">Structure to hold the input parameters for the <a class="el" href="structhelmholtz_1_1_e_o_s.html" title="Structure to hold the output parameters and derivatives of the EOS calculation.">EOS</a> calculation </td></tr>
|
||||
<tr id="row_1_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structhelmholtz_1_1_h_e_l_m_table.html" target="_self">HELMTable</a></td><td class="desc">Structure to hold the Helmholtz <a class="el" href="structhelmholtz_1_1_e_o_s.html" title="Structure to hold the output parameters and derivatives of the EOS calculation.">EOS</a> table data </td></tr>
|
||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="dynsection.toggleFolder('2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacenn_approx8.html" target="_self">nnApprox8</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classnn_approx8_1_1_approx8_network.html" target="_self">Approx8Network</a></td><td class="desc">Class for the Approx8 nuclear reaction network </td></tr>
|
||||
<tr id="row_2_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnn_approx8_1_1_jacobian.html" target="_self">Jacobian</a></td><td class="desc">Functor to calculate the <a class="el" href="structnn_approx8_1_1_jacobian.html" title="Functor to calculate the Jacobian matrix for implicit solvers.">Jacobian</a> matrix for implicit solvers </td></tr>
|
||||
<tr id="row_2_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnn_approx8_1_1_net.html" target="_self">Net</a></td><td class="desc">Contains constants and arrays related to the nuclear network </td></tr>
|
||||
<tr id="row_2_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnn_approx8_1_1_o_d_e.html" target="_self">ODE</a></td><td class="desc">Functor to calculate the derivatives for the <a class="el" href="structnn_approx8_1_1_o_d_e.html" title="Functor to calculate the derivatives for the ODE solver.">ODE</a> solver </td></tr>
|
||||
<tr id="row_3_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_3_" class="arrow" onclick="dynsection.toggleFolder('3_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacenuclear_network.html" target="_self">nuclearNetwork</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnuclear_network_1_1_net_in.html" target="_self">NetIn</a></td><td class="desc">Input structure for the network evaluation </td></tr>
|
||||
<tr id="row_3_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnuclear_network_1_1_net_out.html" target="_self">NetOut</a></td><td class="desc">Output structure for the network evaluation </td></tr>
|
||||
<tr id="row_3_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classnuclear_network_1_1_network.html" target="_self">Network</a></td><td class="desc">Class for network evaluation </td></tr>
|
||||
<tr id="row_4_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_4_" class="arrow" onclick="dynsection.toggleFolder('4_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacepolycoeff.html" target="_self">polycoeff</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_4_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structpolycoeff_1_1d_theta_interp_coeff.html" target="_self">dThetaInterpCoeff</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_4_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structpolycoeff_1_1x1_interp_coeff.html" target="_self">x1InterpCoeff</a></td><td class="desc">Coefficients for the interpolations of the surface location of a polytrope </td></tr>
|
||||
<tr id="row_5_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_5_" class="arrow" onclick="dynsection.toggleFolder('5_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacepoly_m_f_e_m_utils.html" target="_self">polyMFEMUtils</a></td><td class="desc">A namespace for utilities for working with MFEM and solving the lane-emden equation </td></tr>
|
||||
<tr id="row_5_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html" target="_self">NonlinearPowerIntegrator</a></td><td class="desc">A class for nonlinear power integrator </td></tr>
|
||||
<tr id="row_6_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_6_" class="arrow" onclick="dynsection.toggleFolder('6_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_probe.html" target="_self">Probe</a></td><td class="desc">The <a class="el" href="namespace_probe.html" title="The Probe namespace contains utility functions for debugging and logging.">Probe</a> namespace contains utility functions for debugging and logging </td></tr>
|
||||
<tr id="row_6_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_probe_1_1_log_manager.html" target="_self">LogManager</a></td><td class="desc">Class to manage logging operations </td></tr>
|
||||
<tr id="row_7_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapprox8_test.html" target="_self">approx8Test</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_8_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcomposition_test.html" target="_self">compositionTest</a></td><td class="desc">Test suite for the composition class </td></tr>
|
||||
<tr id="row_9_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_config.html" target="_self">Config</a></td><td class="desc">Singleton class to manage configuration settings loaded from a YAML file </td></tr>
|
||||
<tr id="row_10_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classconfig_test.html" target="_self">configTest</a></td><td class="desc">Test suite for the <a class="el" href="class_config.html" title="Singleton class to manage configuration settings loaded from a YAML file.">Config</a> class </td></tr>
|
||||
<tr id="row_11_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classconfig_test_private_accessor.html" target="_self">configTestPrivateAccessor</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_12_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_constant.html" target="_self">Constant</a></td><td class="desc">Structure to hold a constant's details </td></tr>
|
||||
<tr id="row_13_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_constants.html" target="_self">Constants</a></td><td class="desc">Class to manage a collection of constants </td></tr>
|
||||
<tr id="row_14_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classconst_test.html" target="_self">constTest</a></td><td class="desc">Test suite for the const class </td></tr>
|
||||
<tr id="row_15_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_d_object.html" target="_self">DObject</a></td><td class="desc">A universal data container class </td></tr>
|
||||
<tr id="row_16_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_d_object_test.html" target="_self">DObjectTest</a></td><td class="desc">Test suite for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class </td></tr>
|
||||
<tr id="row_17_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_eos_i_o.html" target="_self">EosIO</a></td><td class="desc">Handles the input/output operations for EOS tables </td></tr>
|
||||
<tr id="row_18_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classeos_test.html" target="_self">eosTest</a></td><td class="desc">Test suite for the const class </td></tr>
|
||||
<tr id="row_19_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structform_bundle.html" target="_self">formBundle</a></td><td class="desc">Structure to hold the various bilinear and nonlinear forms for the polytrope problem </td></tr>
|
||||
<tr id="row_20_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_g_m_r_e_s_inverter.html" target="_self">GMRESInverter</a></td><td class="desc">Provides an approximate inverse of the <a class="el" href="class_schur_compliment.html" title="Represents the Schur complement operator used in the solution process.">SchurCompliment</a> operator using GMRES </td></tr>
|
||||
<tr id="row_21_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_lockable_d_object.html" target="_self">LockableDObject</a></td><td class="desc">Wrapper for <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with thread-safe access </td></tr>
|
||||
<tr id="row_22_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_lockable_d_object_test.html" target="_self">LockableDObjectTest</a></td><td class="desc">Test suite for the <a class="el" href="class_lockable_d_object.html" title="Wrapper for DObject with thread-safe access.">LockableDObject</a> class </td></tr>
|
||||
<tr id="row_23_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_mesh_i_o.html" target="_self">MeshIO</a></td><td class="desc">Class for handling mesh input/output operations </td></tr>
|
||||
<tr id="row_24_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classmesh_i_o_test.html" target="_self">meshIOTest</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_25_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_metadata.html" target="_self">Metadata</a></td><td class="desc">Represents metadata information for data objects in the dobj module </td></tr>
|
||||
<tr id="row_26_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_metadata_test.html" target="_self">MetadataTest</a></td><td class="desc">Test suite for the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class </td></tr>
|
||||
<tr id="row_27_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_poly_solver.html" target="_self">PolySolver</a></td><td class="desc">Solves the Lane-Emden equation for a polytropic star using a mixed finite element method </td></tr>
|
||||
<tr id="row_28_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classpoly_test.html" target="_self">polyTest</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_29_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_polytrope_operator.html" target="_self">PolytropeOperator</a></td><td class="desc">Represents the coupled nonlinear operator for the polytropic system </td></tr>
|
||||
<tr id="row_30_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classprobe_test.html" target="_self">probeTest</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_31_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_resource_manager.html" target="_self">ResourceManager</a></td><td class="desc">Manages resources within the application </td></tr>
|
||||
<tr id="row_32_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classresource_manager_test.html" target="_self">resourceManagerTest</a></td><td class="desc">Test suite for the resourceManager class </td></tr>
|
||||
<tr id="row_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_schur_compliment.html" target="_self">SchurCompliment</a></td><td class="desc">Represents the Schur complement operator used in the solution process </td></tr>
|
||||
<tr id="row_34_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structsolver_bundle.html" target="_self">solverBundle</a></td><td class="desc">Structure to manage the lifetime of MFEM solver objects </td></tr>
|
||||
</table>
|
||||
</div><!-- directory -->
|
||||
</div><!-- contents -->
|
||||
@@ -127,7 +163,7 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,25 +1,62 @@
|
||||
var annotated_dup =
|
||||
[
|
||||
[ "BilinearIntegratorWrapper", "classBilinearIntegratorWrapper.html", "classBilinearIntegratorWrapper" ],
|
||||
[ "CompositeNonlinearIntegrator", "classCompositeNonlinearIntegrator.html", "classCompositeNonlinearIntegrator" ],
|
||||
[ "Config", "classConfig.html", null ],
|
||||
[ "configTest", "classconfigTest.html", null ],
|
||||
[ "configTestPrivateAccessor", "classconfigTestPrivateAccessor.html", null ],
|
||||
[ "Constant", "structConstant.html", "structConstant" ],
|
||||
[ "Constants", "classConstants.html", "classConstants" ],
|
||||
[ "constTest", "classconstTest.html", "classconstTest" ],
|
||||
[ "DObject", "classDObject.html", "classDObject" ],
|
||||
[ "DObjectTest", "classDObjectTest.html", "classDObjectTest" ],
|
||||
[ "Header", "structHeader.html", "structHeader" ],
|
||||
[ "LockableDObject", "classLockableDObject.html", "classLockableDObject" ],
|
||||
[ "LockableDObjectTest", "classLockableDObjectTest.html", "classLockableDObjectTest" ],
|
||||
[ "MeshIO", "classMeshIO.html", "classMeshIO" ],
|
||||
[ "meshIOTest", "classmeshIOTest.html", null ],
|
||||
[ "Metadata", "classMetadata.html", "classMetadata" ],
|
||||
[ "MetadataTest", "classMetadataTest.html", "classMetadataTest" ],
|
||||
[ "NonlinearPowerIntegrator", "classNonlinearPowerIntegrator.html", "classNonlinearPowerIntegrator" ],
|
||||
[ "OpatIO", "classOpatIO.html", "classOpatIO" ],
|
||||
[ "opatIOTest", "classopatIOTest.html", null ],
|
||||
[ "OPATTable", "structOPATTable.html", "structOPATTable" ],
|
||||
[ "TableIndex", "structTableIndex.html", "structTableIndex" ]
|
||||
[ "composition", "namespacecomposition.html", [
|
||||
[ "Composition", "classcomposition_1_1_composition.html", "classcomposition_1_1_composition" ],
|
||||
[ "CompositionEntry", "structcomposition_1_1_composition_entry.html", "structcomposition_1_1_composition_entry" ],
|
||||
[ "GlobalComposition", "structcomposition_1_1_global_composition.html", "structcomposition_1_1_global_composition" ]
|
||||
] ],
|
||||
[ "helmholtz", "namespacehelmholtz.html", [
|
||||
[ "EOS", "structhelmholtz_1_1_e_o_s.html", "structhelmholtz_1_1_e_o_s" ],
|
||||
[ "EOSInput", "structhelmholtz_1_1_e_o_s_input.html", "structhelmholtz_1_1_e_o_s_input" ],
|
||||
[ "HELMTable", "structhelmholtz_1_1_h_e_l_m_table.html", "structhelmholtz_1_1_h_e_l_m_table" ]
|
||||
] ],
|
||||
[ "nnApprox8", "namespacenn_approx8.html", [
|
||||
[ "Approx8Network", "classnn_approx8_1_1_approx8_network.html", "classnn_approx8_1_1_approx8_network" ],
|
||||
[ "Jacobian", "structnn_approx8_1_1_jacobian.html", "structnn_approx8_1_1_jacobian" ],
|
||||
[ "Net", "structnn_approx8_1_1_net.html", "structnn_approx8_1_1_net" ],
|
||||
[ "ODE", "structnn_approx8_1_1_o_d_e.html", "structnn_approx8_1_1_o_d_e" ]
|
||||
] ],
|
||||
[ "nuclearNetwork", "namespacenuclear_network.html", [
|
||||
[ "NetIn", "structnuclear_network_1_1_net_in.html", "structnuclear_network_1_1_net_in" ],
|
||||
[ "NetOut", "structnuclear_network_1_1_net_out.html", "structnuclear_network_1_1_net_out" ],
|
||||
[ "Network", "classnuclear_network_1_1_network.html", "classnuclear_network_1_1_network" ]
|
||||
] ],
|
||||
[ "polycoeff", "namespacepolycoeff.html", [
|
||||
[ "dThetaInterpCoeff", "structpolycoeff_1_1d_theta_interp_coeff.html", "structpolycoeff_1_1d_theta_interp_coeff" ],
|
||||
[ "x1InterpCoeff", "structpolycoeff_1_1x1_interp_coeff.html", "structpolycoeff_1_1x1_interp_coeff" ]
|
||||
] ],
|
||||
[ "polyMFEMUtils", "namespacepoly_m_f_e_m_utils.html", [
|
||||
[ "NonlinearPowerIntegrator", "classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html", "classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator" ]
|
||||
] ],
|
||||
[ "Probe", "namespace_probe.html", [
|
||||
[ "LogManager", "class_probe_1_1_log_manager.html", "class_probe_1_1_log_manager" ]
|
||||
] ],
|
||||
[ "approx8Test", "classapprox8_test.html", null ],
|
||||
[ "compositionTest", "classcomposition_test.html", null ],
|
||||
[ "Config", "class_config.html", null ],
|
||||
[ "configTest", "classconfig_test.html", null ],
|
||||
[ "configTestPrivateAccessor", "classconfig_test_private_accessor.html", "classconfig_test_private_accessor" ],
|
||||
[ "Constant", "struct_constant.html", "struct_constant" ],
|
||||
[ "Constants", "class_constants.html", "class_constants" ],
|
||||
[ "constTest", "classconst_test.html", "classconst_test" ],
|
||||
[ "DObject", "class_d_object.html", "class_d_object" ],
|
||||
[ "DObjectTest", "class_d_object_test.html", "class_d_object_test" ],
|
||||
[ "EosIO", "class_eos_i_o.html", "class_eos_i_o" ],
|
||||
[ "eosTest", "classeos_test.html", null ],
|
||||
[ "formBundle", "structform_bundle.html", "structform_bundle" ],
|
||||
[ "GMRESInverter", "class_g_m_r_e_s_inverter.html", "class_g_m_r_e_s_inverter" ],
|
||||
[ "LockableDObject", "class_lockable_d_object.html", "class_lockable_d_object" ],
|
||||
[ "LockableDObjectTest", "class_lockable_d_object_test.html", "class_lockable_d_object_test" ],
|
||||
[ "MeshIO", "class_mesh_i_o.html", "class_mesh_i_o" ],
|
||||
[ "meshIOTest", "classmesh_i_o_test.html", null ],
|
||||
[ "Metadata", "class_metadata.html", "class_metadata" ],
|
||||
[ "MetadataTest", "class_metadata_test.html", "class_metadata_test" ],
|
||||
[ "PolySolver", "class_poly_solver.html", "class_poly_solver" ],
|
||||
[ "polyTest", "classpoly_test.html", null ],
|
||||
[ "PolytropeOperator", "class_polytrope_operator.html", "class_polytrope_operator" ],
|
||||
[ "probeTest", "classprobe_test.html", null ],
|
||||
[ "ResourceManager", "class_resource_manager.html", "class_resource_manager" ],
|
||||
[ "resourceManagerTest", "classresource_manager_test.html", null ],
|
||||
[ "SchurCompliment", "class_schur_compliment.html", "class_schur_compliment" ],
|
||||
[ "solverBundle", "structsolver_bundle.html", "structsolver_bundle" ]
|
||||
];
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Member List</title>
|
||||
<title>SERiF: Member List</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -108,20 +105,26 @@ $(function(){initNavTree('class_d_object.html',''); initResizable(true); });
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="class_d_object.html">DObject</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573">DataType</a> typedef</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>()</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#ab0c940fa193a42158c6726bf1a2ef54d">DObject</a>(const DataType &data, const Metadata &metadata)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21">data_</a></td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> typedef</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401">dataTypeMap</a></td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#accf5c10d4afc3969607e11b0055312d5">debugEnabled_</a></td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>()</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a598321f3b8524b98df72393c04d7470c">DObject</a>(const DataType &data)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3">errorCode_</a></td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235">getData</a>() const noexcept</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a157b31e881aac6dd40782d3abc561d4e">getMetadata</a>() const noexcept</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">isDebuggingEnabled</a>() const noexcept</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1">operator<<</a>(std::ostream &os, const DObject &obj)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> typedef</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#aca2db093c1c8c6f7893de07544aed619">getDataAs</a>() const</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#afa8926d916081de72478cb8813c25e98">getErrorCode</a>() const noexcept</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">isDebuggingEnabled</a>() const noexcept</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1">operator<<</a>(std::ostream &os, const DObject &obj)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> typedef</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#ae9f7e4d2fbabc076961a40185676e208">plugins_</a></td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581">registerPlugin</a>(const std::string &id, Plugin plugin)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a1223275dcbbf20334ea11707346acb93">runAllPlugins</a>()</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb">runPlugin</a>(const std::string &id)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a">setData</a>(const DataType &data)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47">setDebugging</a>(bool enableDebug)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a296b1519249fdc1f6c7b4ab62d5421bc">setMetadata</a>(const Metadata &metadata)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38">setErrorCode</a>(int code) noexcept</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_d_object.html#a99b8688849e11501033a25f61efb8356">unregisterPlugin</a>(const std::string &id)</td><td class="entry"><a class="el" href="class_d_object.html">DObject</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: DObject Class Reference</title>
|
||||
<title>SERiF: DObject Class Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -105,6 +102,8 @@ $(function(){initNavTree('class_d_object.html',''); initResizable(true); });
|
||||
<div class="summary">
|
||||
<a href="#pub-types">Public Types</a> |
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pub-attribs">Public Attributes</a> |
|
||||
<a href="#pri-attribs">Private Attributes</a> |
|
||||
<a href="#friends">Friends</a> |
|
||||
<a href="class_d_object-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">DObject Class Reference</div></div>
|
||||
@@ -118,9 +117,9 @@ $(function(){initNavTree('class_d_object.html',''); initResizable(true); });
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-types" name="pub-types"></a>
|
||||
Public Types</h2></td></tr>
|
||||
<tr class="memitem:ad6fc2e29eae70cf94a2d241527857573" id="r_ad6fc2e29eae70cf94a2d241527857573"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DataType</a></td></tr>
|
||||
<tr class="memdesc:ad6fc2e29eae70cf94a2d241527857573"><td class="mdescLeft"> </td><td class="mdescRight">Supported data types for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:ad6fc2e29eae70cf94a2d241527857573"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a55b7cdac36a3a518ba6e1ecef0e25dcd" id="r_a55b7cdac36a3a518ba6e1ecef0e25dcd"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a></td></tr>
|
||||
<tr class="memdesc:a55b7cdac36a3a518ba6e1ecef0e25dcd"><td class="mdescLeft"> </td><td class="mdescRight">Supported data types for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:a55b7cdac36a3a518ba6e1ecef0e25dcd"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af11334d08ef85c68b3aae7554548e5a7" id="r_af11334d08ef85c68b3aae7554548e5a7"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> = std::function<void(<a class="el" href="class_d_object.html">DObject</a>&)></td></tr>
|
||||
<tr class="memdesc:af11334d08ef85c68b3aae7554548e5a7"><td class="mdescLeft"> </td><td class="mdescRight">Placeholder type for plugins. <br /></td></tr>
|
||||
<tr class="separator:af11334d08ef85c68b3aae7554548e5a7"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -130,27 +129,30 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a0ae54853e18265657296bfb5ac3bf9d0" id="r_a0ae54853e18265657296bfb5ac3bf9d0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a> ()</td></tr>
|
||||
<tr class="memdesc:a0ae54853e18265657296bfb5ac3bf9d0"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br /></td></tr>
|
||||
<tr class="separator:a0ae54853e18265657296bfb5ac3bf9d0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab0c940fa193a42158c6726bf1a2ef54d" id="r_ab0c940fa193a42158c6726bf1a2ef54d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#ab0c940fa193a42158c6726bf1a2ef54d">DObject</a> (const <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DataType</a> &data, const <a class="el" href="class_metadata.html">Metadata</a> &metadata)</td></tr>
|
||||
<tr class="memdesc:ab0c940fa193a42158c6726bf1a2ef54d"><td class="mdescLeft"> </td><td class="mdescRight">Constructor to initialize a <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with data and metadata. <br /></td></tr>
|
||||
<tr class="separator:ab0c940fa193a42158c6726bf1a2ef54d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a4862655c3634d019b0a45b811d6f7235" id="r_a4862655c3634d019b0a45b811d6f7235"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DataType</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="#a4862655c3634d019b0a45b811d6f7235">getData</a> () const noexcept</td></tr>
|
||||
<tr class="memitem:a598321f3b8524b98df72393c04d7470c" id="r_a598321f3b8524b98df72393c04d7470c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#a598321f3b8524b98df72393c04d7470c">DObject</a> (const <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> &data)</td></tr>
|
||||
<tr class="memdesc:a598321f3b8524b98df72393c04d7470c"><td class="mdescLeft"> </td><td class="mdescRight">Constructor to initialize a <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with data. <br /></td></tr>
|
||||
<tr class="separator:a598321f3b8524b98df72393c04d7470c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a4862655c3634d019b0a45b811d6f7235" id="r_a4862655c3634d019b0a45b811d6f7235"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="#a4862655c3634d019b0a45b811d6f7235">getData</a> () const noexcept</td></tr>
|
||||
<tr class="memdesc:a4862655c3634d019b0a45b811d6f7235"><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the data stored in the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:a4862655c3634d019b0a45b811d6f7235"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab1718571434e84e90f1ec463e4786a8a" id="r_ab1718571434e84e90f1ec463e4786a8a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#ab1718571434e84e90f1ec463e4786a8a">setData</a> (const <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DataType</a> &data)</td></tr>
|
||||
<tr class="memitem:aca2db093c1c8c6f7893de07544aed619" id="r_aca2db093c1c8c6f7893de07544aed619"><td class="memTemplParams" colspan="2">template<typename T> </td></tr>
|
||||
<tr class="memitem:aca2db093c1c8c6f7893de07544aed619"><td class="memTemplItemLeft" align="right" valign="top">T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="#aca2db093c1c8c6f7893de07544aed619">getDataAs</a> () const</td></tr>
|
||||
<tr class="memdesc:aca2db093c1c8c6f7893de07544aed619"><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the data stored in the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> as a typed object so that std::get<T>() is not needed. <br /></td></tr>
|
||||
<tr class="separator:aca2db093c1c8c6f7893de07544aed619"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab1718571434e84e90f1ec463e4786a8a" id="r_ab1718571434e84e90f1ec463e4786a8a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#ab1718571434e84e90f1ec463e4786a8a">setData</a> (const <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> &data)</td></tr>
|
||||
<tr class="memdesc:ab1718571434e84e90f1ec463e4786a8a"><td class="mdescLeft"> </td><td class="mdescRight">Sets the data for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:ab1718571434e84e90f1ec463e4786a8a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a157b31e881aac6dd40782d3abc561d4e" id="r_a157b31e881aac6dd40782d3abc561d4e"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_metadata.html">Metadata</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="#a157b31e881aac6dd40782d3abc561d4e">getMetadata</a> () const noexcept</td></tr>
|
||||
<tr class="memdesc:a157b31e881aac6dd40782d3abc561d4e"><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the metadata associated with the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:a157b31e881aac6dd40782d3abc561d4e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a296b1519249fdc1f6c7b4ab62d5421bc" id="r_a296b1519249fdc1f6c7b4ab62d5421bc"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#a296b1519249fdc1f6c7b4ab62d5421bc">setMetadata</a> (const <a class="el" href="class_metadata.html">Metadata</a> &metadata)</td></tr>
|
||||
<tr class="memdesc:a296b1519249fdc1f6c7b4ab62d5421bc"><td class="mdescLeft"> </td><td class="mdescRight">Updates the metadata for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:a296b1519249fdc1f6c7b4ab62d5421bc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a6f0023aee463e71d92442dcf61b6ed47" id="r_a6f0023aee463e71d92442dcf61b6ed47"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#a6f0023aee463e71d92442dcf61b6ed47">setDebugging</a> (bool enableDebug)</td></tr>
|
||||
<tr class="memdesc:a6f0023aee463e71d92442dcf61b6ed47"><td class="mdescLeft"> </td><td class="mdescRight">Enables or disables debugging and tracing for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:a6f0023aee463e71d92442dcf61b6ed47"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae47bf220fbe2173cf6933c2380035dbd" id="r_ae47bf220fbe2173cf6933c2380035dbd"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="#ae47bf220fbe2173cf6933c2380035dbd">isDebuggingEnabled</a> () const noexcept</td></tr>
|
||||
<tr class="memdesc:ae47bf220fbe2173cf6933c2380035dbd"><td class="mdescLeft"> </td><td class="mdescRight">Checks if debugging is enabled for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:ae47bf220fbe2173cf6933c2380035dbd"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3dce47a519f9da5085c0c5ac1eea4f38" id="r_a3dce47a519f9da5085c0c5ac1eea4f38"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="#a3dce47a519f9da5085c0c5ac1eea4f38">setErrorCode</a> (int code) noexcept</td></tr>
|
||||
<tr class="separator:a3dce47a519f9da5085c0c5ac1eea4f38"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:afa8926d916081de72478cb8813c25e98" id="r_afa8926d916081de72478cb8813c25e98"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="#afa8926d916081de72478cb8813c25e98">getErrorCode</a> () const noexcept</td></tr>
|
||||
<tr class="memdesc:afa8926d916081de72478cb8813c25e98"><td class="mdescLeft"> </td><td class="mdescRight">Get the error code tracked by the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:afa8926d916081de72478cb8813c25e98"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a15afffdf339150fc872bf63bdd08d581" id="r_a15afffdf339150fc872bf63bdd08d581"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#a15afffdf339150fc872bf63bdd08d581">registerPlugin</a> (const std::string &id, <a class="el" href="#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> plugin)</td></tr>
|
||||
<tr class="memdesc:a15afffdf339150fc872bf63bdd08d581"><td class="mdescLeft"> </td><td class="mdescRight">Registers a plugin with the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:a15afffdf339150fc872bf63bdd08d581"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -164,6 +166,26 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memdesc:a1223275dcbbf20334ea11707346acb93"><td class="mdescLeft"> </td><td class="mdescRight">Executes all registered plugins in the registry. <br /></td></tr>
|
||||
<tr class="separator:a1223275dcbbf20334ea11707346acb93"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
|
||||
Public Attributes</h2></td></tr>
|
||||
<tr class="memitem:a358d5f015da09ae5f0cbb46f3fd9e401" id="r_a358d5f015da09ae5f0cbb46f3fd9e401"><td class="memItemLeft" align="right" valign="top">std::map< int, std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a358d5f015da09ae5f0cbb46f3fd9e401">dataTypeMap</a></td></tr>
|
||||
<tr class="separator:a358d5f015da09ae5f0cbb46f3fd9e401"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
|
||||
Private Attributes</h2></td></tr>
|
||||
<tr class="memitem:ad7ba02f6d87ce64792149096f3310b21" id="r_ad7ba02f6d87ce64792149096f3310b21"><td class="memItemLeft" align="right" valign="top"><a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="#ad7ba02f6d87ce64792149096f3310b21">data_</a></td></tr>
|
||||
<tr class="memdesc:ad7ba02f6d87ce64792149096f3310b21"><td class="mdescLeft"> </td><td class="mdescRight">The main data stored in the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:ad7ba02f6d87ce64792149096f3310b21"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:accf5c10d4afc3969607e11b0055312d5" id="r_accf5c10d4afc3969607e11b0055312d5"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="#accf5c10d4afc3969607e11b0055312d5">debugEnabled_</a> = false</td></tr>
|
||||
<tr class="memdesc:accf5c10d4afc3969607e11b0055312d5"><td class="mdescLeft"> </td><td class="mdescRight">Indicates whether debugging is enabled. <br /></td></tr>
|
||||
<tr class="separator:accf5c10d4afc3969607e11b0055312d5"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad8de5890e8dae5fc7e72fabca2520fc3" id="r_ad8de5890e8dae5fc7e72fabca2520fc3"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="#ad8de5890e8dae5fc7e72fabca2520fc3">errorCode_</a> = 0</td></tr>
|
||||
<tr class="memdesc:ad8de5890e8dae5fc7e72fabca2520fc3"><td class="mdescLeft"> </td><td class="mdescRight">Error code tracked by the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:ad8de5890e8dae5fc7e72fabca2520fc3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae9f7e4d2fbabc076961a40185676e208" id="r_ae9f7e4d2fbabc076961a40185676e208"><td class="memItemLeft" align="right" valign="top">std::map< std::string, <a class="el" href="#af11334d08ef85c68b3aae7554548e5a7">Plugin</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#ae9f7e4d2fbabc076961a40185676e208">plugins_</a></td></tr>
|
||||
<tr class="memdesc:ae9f7e4d2fbabc076961a40185676e208"><td class="mdescLeft"> </td><td class="mdescRight">Registry for dynamically registered plugins. <br /></td></tr>
|
||||
<tr class="separator:ae9f7e4d2fbabc076961a40185676e208"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="friends" name="friends"></a>
|
||||
Friends</h2></td></tr>
|
||||
<tr class="memitem:aa54e75574f0302a2ca7252f9f0f0b3f1" id="r_aa54e75574f0302a2ca7252f9f0f0b3f1"><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="#aa54e75574f0302a2ca7252f9f0f0b3f1">operator<<</a> (std::ostream &os, const <a class="el" href="class_d_object.html">DObject</a> &obj)</td></tr>
|
||||
@@ -172,27 +194,67 @@ Friends</h2></td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>A universal data container class. </p>
|
||||
<p>The <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class is designed to store arbitrary data alongside descriptive metadata. It supports plugin registration to allow extensible functionality. </p>
|
||||
<p>The <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class is designed to store arbitrary data alongside descriptive metadata. It supports plugin registration to allow extensible functionality.</p>
|
||||
<p>The general purpose of this is to simplify memory managment, function interfaces, and interoperability with other languages by wrapping all of that up inside of one location (<a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>). There are still a limited number of types that DOBject can represent these include</p><ul>
|
||||
<li>bool</li>
|
||||
<li>short int</li>
|
||||
<li>int</li>
|
||||
<li>long int</li>
|
||||
<li>float</li>
|
||||
<li>double</li>
|
||||
<li>long double</li>
|
||||
<li>std::string</li>
|
||||
<li>std::monostate</li>
|
||||
<li>std::vector<int></li>
|
||||
<li>std::vector<float></li>
|
||||
<li>std::vector<double></li>
|
||||
<li>std::vector<std::string></li>
|
||||
<li>std::vector<std::vector<int>></li>
|
||||
<li>std::vector<std::vector<float>></li>
|
||||
<li>std::vector<std::vector<double>></li>
|
||||
<li>std::vector<std::vector<std::vector<int>>></li>
|
||||
<li>std::vector<std::vector<std::vector<float>>></li>
|
||||
<li>std::vector<std::vector<std::vector<double>></li>
|
||||
</ul>
|
||||
<p>If more types are needed, they can be added to the <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd" title="Supported data types for the DObject.">DataType</a> variant.</p>
|
||||
<p>In general the usage of this might look like </p><div class="fragment"><div class="line"><a class="code hl_function" href="#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a> obj;</div>
|
||||
<div class="line">std::vector<int> data = {1, 2, 3, 4, 5};</div>
|
||||
<div class="line">obj.<a class="code hl_function" href="#ab1718571434e84e90f1ec463e4786a8a">setData</a>(data);</div>
|
||||
<div class="line">std::cout << <span class="stringliteral">"Data is "</span> << obj << std::end;</div>
|
||||
<div class="line">someFunction(&obj);</div>
|
||||
<div class="ttc" id="aclass_d_object_html_a0ae54853e18265657296bfb5ac3bf9d0"><div class="ttname"><a href="#a0ae54853e18265657296bfb5ac3bf9d0">DObject::DObject</a></div><div class="ttdeci">DObject()</div><div class="ttdoc">Default constructor.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00033">DObject.cpp:33</a></div></div>
|
||||
<div class="ttc" id="aclass_d_object_html_ab1718571434e84e90f1ec463e4786a8a"><div class="ttname"><a href="#ab1718571434e84e90f1ec463e4786a8a">DObject::setData</a></div><div class="ttdeci">void setData(const DataType &data)</div><div class="ttdoc">Sets the data for the DObject.</div><div class="ttdef"><b>Definition</b> <a href="_d_object_8cpp_source.html#l00053">DObject.cpp:53</a></div></div>
|
||||
</div><!-- fragment --><p>All memory managment should be taken care of as all datatypes accepted by the varient are either primatives or include their own built in memory managment (i.e. this means that wherever possible vectors should be used in place of raw arrays). </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00089">89</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
</div><h2 class="groupheader">Member Typedef Documentation</h2>
|
||||
<a id="ad6fc2e29eae70cf94a2d241527857573" name="ad6fc2e29eae70cf94a2d241527857573"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad6fc2e29eae70cf94a2d241527857573">◆ </a></span>DataType</h2>
|
||||
<a id="a55b7cdac36a3a518ba6e1ecef0e25dcd" name="a55b7cdac36a3a518ba6e1ecef0e25dcd"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">◆ </a></span>DataType</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">using <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DObject::DataType</a></td>
|
||||
<td class="memname">using <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DObject::DataType</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Initial value:</b><div class="fragment"><div class="line"> std::variant<</div>
|
||||
<div class="line"> int, float, double, std::string, std::monostate,</div>
|
||||
<div class="line"> std::vector<int>, std::vector<float>, std::vector<double></div>
|
||||
<div class="line"> bool, <span class="keywordtype">short</span> int, int, <span class="keywordtype">long</span> int, float, double, </div>
|
||||
<div class="line"> <span class="keywordtype">long</span> double, std::string, std::monostate, std::vector<int>,</div>
|
||||
<div class="line"> std::vector<float>, std::vector<double>, std::vector<std::string>,</div>
|
||||
<div class="line"> std::vector<std::vector<int>>, std::vector<std::vector<float>>,</div>
|
||||
<div class="line"> std::vector<std::vector<double>>,</div>
|
||||
<div class="line"> std::vector<std::vector<std::vector<int>>>,</div>
|
||||
<div class="line"> std::vector<std::vector<std::vector<float>>>,</div>
|
||||
<div class="line"> std::vector<std::vector<std::vector<double>>></div>
|
||||
<div class="line"> ></div>
|
||||
</div><!-- fragment -->
|
||||
<p>Supported data types for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<p>This type alias uses <code>std::variant</code> to store different types of data, ensuring type safety and flexibility. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00097">97</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="af11334d08ef85c68b3aae7554548e5a7" name="af11334d08ef85c68b3aae7554548e5a7"></a>
|
||||
@@ -210,6 +272,8 @@ Friends</h2></td></tr>
|
||||
<p>Placeholder type for plugins. </p>
|
||||
<p>In the future, this will be replaced with a concrete interface. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00125">125</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
@@ -229,12 +293,14 @@ Friends</h2></td></tr>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Default constructor. </p>
|
||||
<p>Creates an empty <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with default metadata. </p>
|
||||
<p>Creates an empty <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00033">33</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ab0c940fa193a42158c6726bf1a2ef54d" name="ab0c940fa193a42158c6726bf1a2ef54d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ab0c940fa193a42158c6726bf1a2ef54d">◆ </a></span>DObject() <span class="overload">[2/2]</span></h2>
|
||||
<a id="a598321f3b8524b98df72393c04d7470c" name="a598321f3b8524b98df72393c04d7470c"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a598321f3b8524b98df72393c04d7470c">◆ </a></span>DObject() <span class="overload">[2/2]</span></h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@@ -242,25 +308,22 @@ Friends</h2></td></tr>
|
||||
<tr>
|
||||
<td class="memname">DObject::DObject </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">const <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DataType</a> &</td> <td class="paramname"><span class="paramname"><em>data</em></span>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td class="paramtype">const <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> &</td> <td class="paramname"><span class="paramname"><em>data</em></span></td><td>)</td>
|
||||
<td></td>
|
||||
<td class="paramtype">const <a class="el" href="class_metadata.html">Metadata</a> &</td> <td class="paramname"><span class="paramname"><em>metadata</em></span> )</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Constructor to initialize a <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with data and metadata. </p>
|
||||
<p>Constructor to initialize a <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with data. </p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">data</td><td>The data to be stored in the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </td></tr>
|
||||
<tr><td class="paramname">metadata</td><td><a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> describing the stored data. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00040">40</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
@@ -274,7 +337,7 @@ Friends</h2></td></tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">const <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DObject::DataType</a> & DObject::getData </td>
|
||||
<td class="memname">const <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DObject::DataType</a> & DObject::getData </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td> const</td>
|
||||
@@ -291,10 +354,44 @@ Friends</h2></td></tr>
|
||||
<p>Use the appropriate type (matching the stored data) with <code>std::get<T>()</code>.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A constant reference to the stored data. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00046">46</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a157b31e881aac6dd40782d3abc561d4e" name="a157b31e881aac6dd40782d3abc561d4e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a157b31e881aac6dd40782d3abc561d4e">◆ </a></span>getMetadata()</h2>
|
||||
<a id="aca2db093c1c8c6f7893de07544aed619" name="aca2db093c1c8c6f7893de07544aed619"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aca2db093c1c8c6f7893de07544aed619">◆ </a></span>getDataAs()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<div class="memtemplate">
|
||||
template<typename T> </div>
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">T DObject::getDataAs </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td> const</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel inline">inline</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Retrieves the data stored in the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> as a typed object so that std::get<T>() is not needed. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Data as type T </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00156">156</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="afa8926d916081de72478cb8813c25e98" name="afa8926d916081de72478cb8813c25e98"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#afa8926d916081de72478cb8813c25e98">◆ </a></span>getErrorCode()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@@ -303,7 +400,7 @@ Friends</h2></td></tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">const <a class="el" href="class_metadata.html">Metadata</a> & DObject::getMetadata </td>
|
||||
<td class="memname">int DObject::getErrorCode </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td> const</td>
|
||||
@@ -316,9 +413,10 @@ Friends</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Retrieves the metadata associated with the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<p>The metadata provides essential information about the stored data, such as its type, size, and dimensions.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A constant reference to the metadata. </dd></dl>
|
||||
<p>Get the error code tracked by the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The error code </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00080">80</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -340,7 +438,7 @@ Friends</h2></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel nodiscard">nodiscard</span><span class="mlabel noexcept">noexcept</span></span> </td>
|
||||
<span class="mlabels"><span class="mlabel noexcept">noexcept</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
@@ -348,6 +446,8 @@ Friends</h2></td></tr>
|
||||
<p>Checks if debugging is enabled for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if debugging is enabled, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00067">67</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a15afffdf339150fc872bf63bdd08d581" name="a15afffdf339150fc872bf63bdd08d581"></a>
|
||||
@@ -379,6 +479,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00087">87</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a1223275dcbbf20334ea11707346acb93" name="a1223275dcbbf20334ea11707346acb93"></a>
|
||||
@@ -399,6 +501,8 @@ Friends</h2></td></tr>
|
||||
<p>Executes all registered plugins in the registry. </p>
|
||||
<p>Iterates through all plugins and invokes them on the current <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00117">117</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a99072eb52bb22745f0248f273fbf28fb" name="a99072eb52bb22745f0248f273fbf28fb"></a>
|
||||
@@ -425,6 +529,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00106">106</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ab1718571434e84e90f1ec463e4786a8a" name="ab1718571434e84e90f1ec463e4786a8a"></a>
|
||||
@@ -436,7 +542,7 @@ Friends</h2></td></tr>
|
||||
<tr>
|
||||
<td class="memname">void DObject::setData </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">const <a class="el" href="#ad6fc2e29eae70cf94a2d241527857573">DataType</a> &</td> <td class="paramname"><span class="paramname"><em>data</em></span></td><td>)</td>
|
||||
<td class="paramtype">const <a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> &</td> <td class="paramname"><span class="paramname"><em>data</em></span></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -451,6 +557,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00053">53</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a6f0023aee463e71d92442dcf61b6ed47" name="a6f0023aee463e71d92442dcf61b6ed47"></a>
|
||||
@@ -477,31 +585,37 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00060">60</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a296b1519249fdc1f6c7b4ab62d5421bc" name="a296b1519249fdc1f6c7b4ab62d5421bc"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a296b1519249fdc1f6c7b4ab62d5421bc">◆ </a></span>setMetadata()</h2>
|
||||
<a id="a3dce47a519f9da5085c0c5ac1eea4f38" name="a3dce47a519f9da5085c0c5ac1eea4f38"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a3dce47a519f9da5085c0c5ac1eea4f38">◆ </a></span>setErrorCode()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">void DObject::setMetadata </td>
|
||||
<td class="memname">int DObject::setErrorCode </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">const <a class="el" href="class_metadata.html">Metadata</a> &</td> <td class="paramname"><span class="paramname"><em>metadata</em></span></td><td>)</td>
|
||||
<td class="paramtype">int</td> <td class="paramname"><span class="paramname"><em>code</em></span></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel noexcept">noexcept</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>@breif Set error code tracked by the DOBject</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The previous error code</dd></dl>
|
||||
<p>@breif Sets an error code and returns the old one </p>
|
||||
|
||||
<p>Updates the metadata for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<p>Use this function carefully to ensure consistency between the data and metadata.</p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">metadata</td><td>The new metadata to associate with the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00074">74</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -529,6 +643,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00097">97</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Friends And Related Symbol Documentation</h2>
|
||||
@@ -570,11 +686,143 @@ Friends</h2></td></tr>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the output stream. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8cpp_source.html#l00126">126</a> of file <a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="ad7ba02f6d87ce64792149096f3310b21" name="ad7ba02f6d87ce64792149096f3310b21"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad7ba02f6d87ce64792149096f3310b21">◆ </a></span>data_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="el" href="#a55b7cdac36a3a518ba6e1ecef0e25dcd">DataType</a> DObject::data_</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>The main data stored in the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00251">251</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a358d5f015da09ae5f0cbb46f3fd9e401" name="a358d5f015da09ae5f0cbb46f3fd9e401"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a358d5f015da09ae5f0cbb46f3fd9e401">◆ </a></span>dataTypeMap</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::map<int, std::string> DObject::dataTypeMap</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Initial value:</b><div class="fragment"><div class="line">= {</div>
|
||||
<div class="line"> {0, <span class="stringliteral">"bool"</span>}, {1, <span class="stringliteral">"short int"</span>}, {2, <span class="stringliteral">"int"</span>}, {3, <span class="stringliteral">"long int"</span>}, {4, <span class="stringliteral">"float"</span>},</div>
|
||||
<div class="line"> {5, <span class="stringliteral">"double"</span>}, {6, <span class="stringliteral">"long double"</span>}, {7, <span class="stringliteral">"string"</span>}, {8, <span class="stringliteral">"std::monostate"</span>},</div>
|
||||
<div class="line"> {9, <span class="stringliteral">"vector<int>"</span>}, {10, <span class="stringliteral">"vector<float>"</span>}, {11, <span class="stringliteral">"vector<double>"</span>},</div>
|
||||
<div class="line"> {12, <span class="stringliteral">"vector<string>"</span>}, {13, <span class="stringliteral">"vector<vector<int>"</span>},</div>
|
||||
<div class="line"> {14, <span class="stringliteral">"vector<vector<float>"</span>}, {15, <span class="stringliteral">"vector<vector<double>"</span>},</div>
|
||||
<div class="line"> {16, <span class="stringliteral">"vector<vector<vector<int>>"</span>}, {17, <span class="stringliteral">"vector<vector<vector<float>>"</span>},</div>
|
||||
<div class="line"> {18, <span class="stringliteral">"vector<vector<vector<double>>"</span>}</div>
|
||||
<div class="line"> }</div>
|
||||
</div><!-- fragment -->
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00109">109</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="accf5c10d4afc3969607e11b0055312d5" name="accf5c10d4afc3969607e11b0055312d5"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#accf5c10d4afc3969607e11b0055312d5">◆ </a></span>debugEnabled_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">bool DObject::debugEnabled_ = false</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Indicates whether debugging is enabled. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00252">252</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ad8de5890e8dae5fc7e72fabca2520fc3" name="ad8de5890e8dae5fc7e72fabca2520fc3"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad8de5890e8dae5fc7e72fabca2520fc3">◆ </a></span>errorCode_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">int DObject::errorCode_ = 0</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Error code tracked by the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00253">253</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ae9f7e4d2fbabc076961a40185676e208" name="ae9f7e4d2fbabc076961a40185676e208"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ae9f7e4d2fbabc076961a40185676e208">◆ </a></span>plugins_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::map<std::string, <a class="el" href="#af11334d08ef85c68b3aae7554548e5a7">Plugin</a>> DObject::plugins_</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Registry for dynamically registered plugins. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_d_object_8h_source.html#l00254">254</a> of file <a class="el" href="_d_object_8h_source.html">DObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following files:<ul>
|
||||
<li>src/dobj/public/<a class="el" href="_d_object_8h_source.html">DObject.h</a></li>
|
||||
<li>src/dobj/private/<a class="el" href="_d_object_8cpp.html">DObject.cpp</a></li>
|
||||
<li>src/dobj/private/<a class="el" href="_d_object_8cpp_source.html">DObject.cpp</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -1,18 +1,24 @@
|
||||
var class_d_object =
|
||||
[
|
||||
[ "DataType", "class_d_object.html#ad6fc2e29eae70cf94a2d241527857573", null ],
|
||||
[ "DataType", "class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd", null ],
|
||||
[ "Plugin", "class_d_object.html#af11334d08ef85c68b3aae7554548e5a7", null ],
|
||||
[ "DObject", "class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0", null ],
|
||||
[ "DObject", "class_d_object.html#ab0c940fa193a42158c6726bf1a2ef54d", null ],
|
||||
[ "DObject", "class_d_object.html#a598321f3b8524b98df72393c04d7470c", null ],
|
||||
[ "getData", "class_d_object.html#a4862655c3634d019b0a45b811d6f7235", null ],
|
||||
[ "getMetadata", "class_d_object.html#a157b31e881aac6dd40782d3abc561d4e", null ],
|
||||
[ "getDataAs", "class_d_object.html#aca2db093c1c8c6f7893de07544aed619", null ],
|
||||
[ "getErrorCode", "class_d_object.html#afa8926d916081de72478cb8813c25e98", null ],
|
||||
[ "isDebuggingEnabled", "class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd", null ],
|
||||
[ "registerPlugin", "class_d_object.html#a15afffdf339150fc872bf63bdd08d581", null ],
|
||||
[ "runAllPlugins", "class_d_object.html#a1223275dcbbf20334ea11707346acb93", null ],
|
||||
[ "runPlugin", "class_d_object.html#a99072eb52bb22745f0248f273fbf28fb", null ],
|
||||
[ "setData", "class_d_object.html#ab1718571434e84e90f1ec463e4786a8a", null ],
|
||||
[ "setDebugging", "class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47", null ],
|
||||
[ "setMetadata", "class_d_object.html#a296b1519249fdc1f6c7b4ab62d5421bc", null ],
|
||||
[ "setErrorCode", "class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38", null ],
|
||||
[ "unregisterPlugin", "class_d_object.html#a99b8688849e11501033a25f61efb8356", null ],
|
||||
[ "operator<<", "class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1", null ]
|
||||
[ "operator<<", "class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1", null ],
|
||||
[ "data_", "class_d_object.html#ad7ba02f6d87ce64792149096f3310b21", null ],
|
||||
[ "dataTypeMap", "class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401", null ],
|
||||
[ "debugEnabled_", "class_d_object.html#accf5c10d4afc3969607e11b0055312d5", null ],
|
||||
[ "errorCode_", "class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3", null ],
|
||||
[ "plugins_", "class_d_object.html#ae9f7e4d2fbabc076961a40185676e208", null ]
|
||||
];
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Member List</title>
|
||||
<title>SERiF: Member List</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -111,6 +108,8 @@ $(function(){initNavTree('class_lockable_d_object.html',''); initResizable(true)
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1">get</a>()</td><td class="entry"><a class="el" href="class_lockable_d_object.html">LockableDObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a">lock</a>()</td><td class="entry"><a class="el" href="class_lockable_d_object.html">LockableDObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a>()=default</td><td class="entry"><a class="el" href="class_lockable_d_object.html">LockableDObject</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd">mutex_</a></td><td class="entry"><a class="el" href="class_lockable_d_object.html">LockableDObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb">object_</a></td><td class="entry"><a class="el" href="class_lockable_d_object.html">LockableDObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb">unlock</a>()</td><td class="entry"><a class="el" href="class_lockable_d_object.html">LockableDObject</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: LockableDObject Class Reference</title>
|
||||
<title>SERiF: LockableDObject Class Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -104,6 +101,7 @@ $(function(){initNavTree('class_lockable_d_object.html',''); initResizable(true)
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pri-attribs">Private Attributes</a> |
|
||||
<a href="class_lockable_d_object-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">LockableDObject Class Reference</div></div>
|
||||
</div><!--header-->
|
||||
@@ -116,25 +114,61 @@ $(function(){initNavTree('class_lockable_d_object.html',''); initResizable(true)
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:ae1a174a2740fa053626fe2820ee0efee" id="r_ae1a174a2740fa053626fe2820ee0efee"><td class="memItemLeft" align="right" valign="top"><a id="ae1a174a2740fa053626fe2820ee0efee" name="ae1a174a2740fa053626fe2820ee0efee"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><b>LockableDObject</b> ()=default</td></tr>
|
||||
<tr class="memdesc:ae1a174a2740fa053626fe2820ee0efee"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br /></td></tr>
|
||||
<tr class="memitem:ae1a174a2740fa053626fe2820ee0efee" id="r_ae1a174a2740fa053626fe2820ee0efee"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a> ()=default</td></tr>
|
||||
<tr class="memdesc:ae1a174a2740fa053626fe2820ee0efee"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br /></td></tr>
|
||||
<tr class="separator:ae1a174a2740fa053626fe2820ee0efee"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:adcfe201fc728cc1c6fcf638a566ba9a1" id="r_adcfe201fc728cc1c6fcf638a566ba9a1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_d_object.html">DObject</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="#adcfe201fc728cc1c6fcf638a566ba9a1">get</a> ()</td></tr>
|
||||
<tr class="memdesc:adcfe201fc728cc1c6fcf638a566ba9a1"><td class="mdescLeft"> </td><td class="mdescRight">Access the underlying <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. <br /></td></tr>
|
||||
<tr class="separator:adcfe201fc728cc1c6fcf638a566ba9a1"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ade38ca54703913359fc3b4366f6e292a" id="r_ade38ca54703913359fc3b4366f6e292a"><td class="memItemLeft" align="right" valign="top"><a id="ade38ca54703913359fc3b4366f6e292a" name="ade38ca54703913359fc3b4366f6e292a"></a>
|
||||
void </td><td class="memItemRight" valign="bottom"><b>lock</b> ()</td></tr>
|
||||
<tr class="memdesc:ade38ca54703913359fc3b4366f6e292a"><td class="mdescLeft"> </td><td class="mdescRight">Locks the mutex to ensure thread-safe access. <br /></td></tr>
|
||||
<tr class="memitem:ade38ca54703913359fc3b4366f6e292a" id="r_ade38ca54703913359fc3b4366f6e292a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#ade38ca54703913359fc3b4366f6e292a">lock</a> ()</td></tr>
|
||||
<tr class="memdesc:ade38ca54703913359fc3b4366f6e292a"><td class="mdescLeft"> </td><td class="mdescRight">Locks the mutex to ensure thread-safe access. <br /></td></tr>
|
||||
<tr class="separator:ade38ca54703913359fc3b4366f6e292a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a1481ed99dcd837490bf28309aadaedfb" id="r_a1481ed99dcd837490bf28309aadaedfb"><td class="memItemLeft" align="right" valign="top"><a id="a1481ed99dcd837490bf28309aadaedfb" name="a1481ed99dcd837490bf28309aadaedfb"></a>
|
||||
void </td><td class="memItemRight" valign="bottom"><b>unlock</b> ()</td></tr>
|
||||
<tr class="memdesc:a1481ed99dcd837490bf28309aadaedfb"><td class="mdescLeft"> </td><td class="mdescRight">Unlocks the mutex after thread-safe access. <br /></td></tr>
|
||||
<tr class="memitem:a1481ed99dcd837490bf28309aadaedfb" id="r_a1481ed99dcd837490bf28309aadaedfb"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#a1481ed99dcd837490bf28309aadaedfb">unlock</a> ()</td></tr>
|
||||
<tr class="memdesc:a1481ed99dcd837490bf28309aadaedfb"><td class="mdescLeft"> </td><td class="mdescRight">Unlocks the mutex after thread-safe access. <br /></td></tr>
|
||||
<tr class="separator:a1481ed99dcd837490bf28309aadaedfb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
|
||||
Private Attributes</h2></td></tr>
|
||||
<tr class="memitem:a1eb1ca1d9cf979dcb9eead96054b89bb" id="r_a1eb1ca1d9cf979dcb9eead96054b89bb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_d_object.html">DObject</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="#a1eb1ca1d9cf979dcb9eead96054b89bb">object_</a></td></tr>
|
||||
<tr class="memdesc:a1eb1ca1d9cf979dcb9eead96054b89bb"><td class="mdescLeft"> </td><td class="mdescRight">The underlying <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> instance. <br /></td></tr>
|
||||
<tr class="separator:a1eb1ca1d9cf979dcb9eead96054b89bb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a712cd3ea0c565f7e9089a651ef79b7bd" id="r_a712cd3ea0c565f7e9089a651ef79b7bd"><td class="memItemLeft" align="right" valign="top">std::mutex </td><td class="memItemRight" valign="bottom"><a class="el" href="#a712cd3ea0c565f7e9089a651ef79b7bd">mutex_</a></td></tr>
|
||||
<tr class="memdesc:a712cd3ea0c565f7e9089a651ef79b7bd"><td class="mdescLeft"> </td><td class="mdescRight">Mutex for thread-safe access. <br /></td></tr>
|
||||
<tr class="separator:a712cd3ea0c565f7e9089a651ef79b7bd"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Wrapper for <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> with thread-safe access. </p>
|
||||
</div><h2 class="groupheader">Member Function Documentation</h2>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_lockable_d_object_8h_source.html#l00039">39</a> of file <a class="el" href="_lockable_d_object_8h_source.html">LockableDObject.h</a>.</p>
|
||||
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="ae1a174a2740fa053626fe2820ee0efee" name="ae1a174a2740fa053626fe2820ee0efee"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ae1a174a2740fa053626fe2820ee0efee">◆ </a></span>LockableDObject()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">LockableDObject::LockableDObject </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel default">default</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Default constructor. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="adcfe201fc728cc1c6fcf638a566ba9a1" name="adcfe201fc728cc1c6fcf638a566ba9a1"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#adcfe201fc728cc1c6fcf638a566ba9a1">◆ </a></span>get()</h2>
|
||||
|
||||
@@ -153,11 +187,108 @@ void </td><td class="memItemRight" valign="bottom"><b>unlock</b> ()</td></t
|
||||
<p>Access the underlying <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the wrapped <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a>. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_lockable_d_object_8cpp_source.html#l00026">26</a> of file <a class="el" href="_lockable_d_object_8cpp_source.html">LockableDObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ade38ca54703913359fc3b4366f6e292a" name="ade38ca54703913359fc3b4366f6e292a"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ade38ca54703913359fc3b4366f6e292a">◆ </a></span>lock()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">void LockableDObject::lock </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Locks the mutex to ensure thread-safe access. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_lockable_d_object_8cpp_source.html#l00033">33</a> of file <a class="el" href="_lockable_d_object_8cpp_source.html">LockableDObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a1481ed99dcd837490bf28309aadaedfb" name="a1481ed99dcd837490bf28309aadaedfb"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1481ed99dcd837490bf28309aadaedfb">◆ </a></span>unlock()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">void LockableDObject::unlock </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Unlocks the mutex after thread-safe access. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_lockable_d_object_8cpp_source.html#l00040">40</a> of file <a class="el" href="_lockable_d_object_8cpp_source.html">LockableDObject.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="a712cd3ea0c565f7e9089a651ef79b7bd" name="a712cd3ea0c565f7e9089a651ef79b7bd"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a712cd3ea0c565f7e9089a651ef79b7bd">◆ </a></span>mutex_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::mutex LockableDObject::mutex_</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Mutex for thread-safe access. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_lockable_d_object_8h_source.html#l00064">64</a> of file <a class="el" href="_lockable_d_object_8h_source.html">LockableDObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a1eb1ca1d9cf979dcb9eead96054b89bb" name="a1eb1ca1d9cf979dcb9eead96054b89bb"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1eb1ca1d9cf979dcb9eead96054b89bb">◆ </a></span>object_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="el" href="class_d_object.html">DObject</a> LockableDObject::object_</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>The underlying <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> instance. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_lockable_d_object_8h_source.html#l00063">63</a> of file <a class="el" href="_lockable_d_object_8h_source.html">LockableDObject.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following files:<ul>
|
||||
<li>src/dobj/public/<a class="el" href="_lockable_d_object_8h_source.html">LockableDObject.h</a></li>
|
||||
<li>src/dobj/private/<b>LockableDObject.cpp</b></li>
|
||||
<li>src/dobj/private/<a class="el" href="_lockable_d_object_8cpp_source.html">LockableDObject.cpp</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -3,5 +3,7 @@ var class_lockable_d_object =
|
||||
[ "LockableDObject", "class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee", null ],
|
||||
[ "get", "class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1", null ],
|
||||
[ "lock", "class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a", null ],
|
||||
[ "unlock", "class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb", null ]
|
||||
[ "unlock", "class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb", null ],
|
||||
[ "mutex_", "class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd", null ],
|
||||
[ "object_", "class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb", null ]
|
||||
];
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Member List</title>
|
||||
<title>SERiF: Member List</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -108,6 +105,10 @@ $(function(){initNavTree('class_metadata.html',''); initResizable(true); });
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="class_metadata.html">Metadata</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc">byteSize_</a></td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac">dataType_</a></td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701">debugFlag_</a></td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce">dimensions_</a></td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">getByteSize</a>() const noexcept</td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">getDataType</a>() const noexcept</td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">getDimensions</a>() const noexcept</td><td class="entry"><a class="el" href="class_metadata.html">Metadata</a></td><td class="entry"></td></tr>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Metadata Class Reference</title>
|
||||
<title>SERiF: Metadata Class Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -18,12 +18,9 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -32,21 +29,10 @@
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">New 4DSSE Code<span id="projectnumber"> 0.0.1a</span>
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
||||
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -63,6 +49,17 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -104,6 +101,7 @@ $(function(){initNavTree('class_metadata.html',''); initResizable(true); });
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pri-attribs">Private Attributes</a> |
|
||||
<a href="#friends">Friends</a> |
|
||||
<a href="class_metadata-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">Metadata Class Reference</div></div>
|
||||
@@ -117,9 +115,8 @@ $(function(){initNavTree('class_metadata.html',''); initResizable(true); });
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:ae849560667461008cb72e83919c20be0" id="r_ae849560667461008cb72e83919c20be0"><td class="memItemLeft" align="right" valign="top"><a id="ae849560667461008cb72e83919c20be0" name="ae849560667461008cb72e83919c20be0"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><b>Metadata</b> ()=default</td></tr>
|
||||
<tr class="memdesc:ae849560667461008cb72e83919c20be0"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor for <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a>. <br /></td></tr>
|
||||
<tr class="memitem:ae849560667461008cb72e83919c20be0" id="r_ae849560667461008cb72e83919c20be0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#ae849560667461008cb72e83919c20be0">Metadata</a> ()=default</td></tr>
|
||||
<tr class="memdesc:ae849560667461008cb72e83919c20be0"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor for <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a>. <br /></td></tr>
|
||||
<tr class="separator:ae849560667461008cb72e83919c20be0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3d56c8c5adee4b8c7d2089802211522b" id="r_a3d56c8c5adee4b8c7d2089802211522b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#a3d56c8c5adee4b8c7d2089802211522b">Metadata</a> (std::size_t byteSize, std::string dataType, std::vector< std::size_t > dimensions, bool debugFlag=false)</td></tr>
|
||||
<tr class="memdesc:a3d56c8c5adee4b8c7d2089802211522b"><td class="mdescLeft"> </td><td class="mdescRight">Constructor to initialize <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> with specific attributes. <br /></td></tr>
|
||||
@@ -149,6 +146,21 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memdesc:a365c4594ad65c3b10b40a1cf4f4aea26"><td class="mdescLeft"> </td><td class="mdescRight">Sets the debugging flag. <br /></td></tr>
|
||||
<tr class="separator:a365c4594ad65c3b10b40a1cf4f4aea26"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
|
||||
Private Attributes</h2></td></tr>
|
||||
<tr class="memitem:ac73a509797c98c0d52fb32e1f93e38bc" id="r_ac73a509797c98c0d52fb32e1f93e38bc"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="#ac73a509797c98c0d52fb32e1f93e38bc">byteSize_</a> = 0</td></tr>
|
||||
<tr class="memdesc:ac73a509797c98c0d52fb32e1f93e38bc"><td class="mdescLeft"> </td><td class="mdescRight">Total size of the data in bytes. <br /></td></tr>
|
||||
<tr class="separator:ac73a509797c98c0d52fb32e1f93e38bc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a290205e5f46416dd0f48bd6ff62888ac" id="r_a290205e5f46416dd0f48bd6ff62888ac"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="#a290205e5f46416dd0f48bd6ff62888ac">dataType_</a></td></tr>
|
||||
<tr class="memdesc:a290205e5f46416dd0f48bd6ff62888ac"><td class="mdescLeft"> </td><td class="mdescRight">Type of the data (e.g., "float", "double"). <br /></td></tr>
|
||||
<tr class="separator:a290205e5f46416dd0f48bd6ff62888ac"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a163f74d4ef9ecd13a34e7e9cab2e21ce" id="r_a163f74d4ef9ecd13a34e7e9cab2e21ce"><td class="memItemLeft" align="right" valign="top">std::vector< std::size_t > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a163f74d4ef9ecd13a34e7e9cab2e21ce">dimensions_</a></td></tr>
|
||||
<tr class="memdesc:a163f74d4ef9ecd13a34e7e9cab2e21ce"><td class="mdescLeft"> </td><td class="mdescRight">Dimensions of the data (e.g., {3, 4} for a 3x4 matrix). <br /></td></tr>
|
||||
<tr class="separator:a163f74d4ef9ecd13a34e7e9cab2e21ce"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a65fd506f1bd41699d9cd19bc0dfc9701" id="r_a65fd506f1bd41699d9cd19bc0dfc9701"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="#a65fd506f1bd41699d9cd19bc0dfc9701">debugFlag_</a> = false</td></tr>
|
||||
<tr class="memdesc:a65fd506f1bd41699d9cd19bc0dfc9701"><td class="mdescLeft"> </td><td class="mdescRight">Indicates whether debugging is enabled. <br /></td></tr>
|
||||
<tr class="separator:a65fd506f1bd41699d9cd19bc0dfc9701"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="friends" name="friends"></a>
|
||||
Friends</h2></td></tr>
|
||||
<tr class="memitem:a12949a1ea26c4ff1afeb97101c0493c5" id="r_a12949a1ea26c4ff1afeb97101c0493c5"><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="#a12949a1ea26c4ff1afeb97101c0493c5">operator<<</a> (std::ostream &os, const <a class="el" href="class_metadata.html">Metadata</a> &metadata)</td></tr>
|
||||
@@ -158,9 +170,38 @@ Friends</h2></td></tr>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Represents metadata information for data objects in the dobj module. </p>
|
||||
<p>The <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class encapsulates details such as data size, type, dimensions, and optional debugging flags. It is designed to provide descriptive attributes in a lightweight and efficient manner. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8h_source.html#l00051">51</a> of file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="ae849560667461008cb72e83919c20be0" name="ae849560667461008cb72e83919c20be0"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ae849560667461008cb72e83919c20be0">◆ </a></span>Metadata() <span class="overload">[1/2]</span></h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Metadata::Metadata </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel default">default</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Default constructor for <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a>. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a3d56c8c5adee4b8c7d2089802211522b" name="a3d56c8c5adee4b8c7d2089802211522b"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a3d56c8c5adee4b8c7d2089802211522b">◆ </a></span>Metadata()</h2>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a3d56c8c5adee4b8c7d2089802211522b">◆ </a></span>Metadata() <span class="overload">[2/2]</span></h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@@ -199,6 +240,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00040">40</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
@@ -230,6 +273,8 @@ Friends</h2></td></tr>
|
||||
<p>The size is often required for memory allocation and validation in numerical routines.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The total byte size of the data. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00050">50</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="aeed7f22ccc61d9a3d6425441d381dcdc" name="aeed7f22ccc61d9a3d6425441d381dcdc"></a>
|
||||
@@ -260,6 +305,8 @@ Friends</h2></td></tr>
|
||||
<p>The type (e.g., "float", "double") is critical for casting raw data or interfacing with libraries that require specific types.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A string representing the data type. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00074">74</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a412c0c0b8754d85f9edbbdcd637f3b20" name="a412c0c0b8754d85f9edbbdcd637f3b20"></a>
|
||||
@@ -290,6 +337,8 @@ Friends</h2></td></tr>
|
||||
<p>Dimensions define the shape of the data (e.g., 2D arrays, 3D matrices). This is essential for ensuring that operations (e.g., matrix multiplication) are performed correctly.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A vector representing the size of each dimension. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00098">98</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="abe52c81e04665628666b4140cd346b69" name="abe52c81e04665628666b4140cd346b69"></a>
|
||||
@@ -320,6 +369,8 @@ Friends</h2></td></tr>
|
||||
<p>Debugging flags can be useful for tracking performance metrics or error provenance.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if debugging is enabled, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00120">120</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a07035de7b0c780ef340e1a11c60a4d2b" name="a07035de7b0c780ef340e1a11c60a4d2b"></a>
|
||||
@@ -360,6 +411,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00062">62</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a88f4f57d443e2b7664e75e57a29dfbf0" name="a88f4f57d443e2b7664e75e57a29dfbf0"></a>
|
||||
@@ -392,6 +445,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00086">86</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a365c4594ad65c3b10b40a1cf4f4aea26" name="a365c4594ad65c3b10b40a1cf4f4aea26"></a>
|
||||
@@ -432,6 +487,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00132">132</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="af5264d1666839e69c192b565b5cfa606" name="af5264d1666839e69c192b565b5cfa606"></a>
|
||||
@@ -464,6 +521,8 @@ Friends</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00109">109</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Friends And Related Symbol Documentation</h2>
|
||||
@@ -513,11 +572,118 @@ Friends</h2></td></tr>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the output stream. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8cpp_source.html#l00146">146</a> of file <a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="ac73a509797c98c0d52fb32e1f93e38bc" name="ac73a509797c98c0d52fb32e1f93e38bc"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ac73a509797c98c0d52fb32e1f93e38bc">◆ </a></span>byteSize_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">int Metadata::byteSize_ = 0</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Total size of the data in bytes. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8h_source.html#l00126">126</a> of file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a290205e5f46416dd0f48bd6ff62888ac" name="a290205e5f46416dd0f48bd6ff62888ac"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a290205e5f46416dd0f48bd6ff62888ac">◆ </a></span>dataType_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::string Metadata::dataType_</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Type of the data (e.g., "float", "double"). </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8h_source.html#l00127">127</a> of file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a65fd506f1bd41699d9cd19bc0dfc9701" name="a65fd506f1bd41699d9cd19bc0dfc9701"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a65fd506f1bd41699d9cd19bc0dfc9701">◆ </a></span>debugFlag_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">bool Metadata::debugFlag_ = false</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Indicates whether debugging is enabled. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8h_source.html#l00129">129</a> of file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a163f74d4ef9ecd13a34e7e9cab2e21ce" name="a163f74d4ef9ecd13a34e7e9cab2e21ce"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a163f74d4ef9ecd13a34e7e9cab2e21ce">◆ </a></span>dimensions_</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::vector<std::size_t> Metadata::dimensions_</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel private">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Dimensions of the data (e.g., {3, 4} for a 3x4 matrix). </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="_metadata_8h_source.html#l00128">128</a> of file <a class="el" href="_metadata_8h_source.html">Metadata.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following files:<ul>
|
||||
<li>src/dobj/public/<a class="el" href="_metadata_8h_source.html">Metadata.h</a></li>
|
||||
<li>src/dobj/private/<a class="el" href="_metadata_8cpp.html">Metadata.cpp</a></li>
|
||||
<li>src/dobj/private/<a class="el" href="_metadata_8cpp_source.html">Metadata.cpp</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -10,5 +10,9 @@ var class_metadata =
|
||||
[ "setDataType", "class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0", null ],
|
||||
[ "setDebugEnabled", "class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26", null ],
|
||||
[ "setDimensions", "class_metadata.html#af5264d1666839e69c192b565b5cfa606", null ],
|
||||
[ "operator<<", "class_metadata.html#a12949a1ea26c4ff1afeb97101c0493c5", null ]
|
||||
[ "operator<<", "class_metadata.html#a12949a1ea26c4ff1afeb97101c0493c5", null ],
|
||||
[ "byteSize_", "class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc", null ],
|
||||
[ "dataType_", "class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac", null ],
|
||||
[ "debugFlag_", "class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701", null ],
|
||||
[ "dimensions_", "class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce", null ]
|
||||
];
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Class Index</title>
|
||||
<title>SERiF: Class Index</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('classes.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,52 +86,79 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">Class Index</div> </div>
|
||||
<div class="headertitle"><div class="title">Class Index</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="qindex"><a class="qindex" href="#letter_B">B</a> | <a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_L">L</a> | <a class="qindex" href="#letter_M">M</a> | <a class="qindex" href="#letter_N">N</a> | <a class="qindex" href="#letter_O">O</a> | <a class="qindex" href="#letter_T">T</a></div>
|
||||
<div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_E">E</a> | <a class="qindex" href="#letter_F">F</a> | <a class="qindex" href="#letter_G">G</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_J">J</a> | <a class="qindex" href="#letter_L">L</a> | <a class="qindex" href="#letter_M">M</a> | <a class="qindex" href="#letter_N">N</a> | <a class="qindex" href="#letter_O">O</a> | <a class="qindex" href="#letter_P">P</a> | <a class="qindex" href="#letter_R">R</a> | <a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_X">X</a></div>
|
||||
<div class="classindex">
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a name="letter_B">B</a></dt>
|
||||
<dd><a class="el" href="classBilinearIntegratorWrapper.html">BilinearIntegratorWrapper</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_A" name="letter_A">A</a></dt>
|
||||
<dd><a class="el" href="classnn_approx8_1_1_approx8_network.html">Approx8Network</a> (<a class="el" href="namespacenn_approx8.html">nnApprox8</a>)</dd><dd><a class="el" href="classapprox8_test.html">approx8Test</a></dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a name="letter_C">C</a></dt>
|
||||
<dd><a class="el" href="classCompositeNonlinearIntegrator.html">CompositeNonlinearIntegrator</a></dd><dd><a class="el" href="classConfig.html">Config</a></dd><dd><a class="el" href="classconfigTest.html">configTest</a></dd><dd><a class="el" href="classconfigTestPrivateAccessor.html">configTestPrivateAccessor</a></dd><dd><a class="el" href="structConstant.html">Constant</a></dd><dd><a class="el" href="classConstants.html">Constants</a></dd><dd><a class="el" href="classconstTest.html">constTest</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_C" name="letter_C">C</a></dt>
|
||||
<dd><a class="el" href="classcomposition_1_1_composition.html">Composition</a> (<a class="el" href="namespacecomposition.html">composition</a>)</dd><dd><a class="el" href="structcomposition_1_1_composition_entry.html">CompositionEntry</a> (<a class="el" href="namespacecomposition.html">composition</a>)</dd><dd><a class="el" href="classcomposition_test.html">compositionTest</a></dd><dd><a class="el" href="class_config.html">Config</a></dd><dd><a class="el" href="classconfig_test.html">configTest</a></dd><dd><a class="el" href="classconfig_test_private_accessor.html">configTestPrivateAccessor</a></dd><dd><a class="el" href="struct_constant.html">Constant</a></dd><dd><a class="el" href="class_constants.html">Constants</a></dd><dd><a class="el" href="classconst_test.html">constTest</a></dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a name="letter_D">D</a></dt>
|
||||
<dd><a class="el" href="classDObject.html">DObject</a></dd><dd><a class="el" href="classDObjectTest.html">DObjectTest</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_D" name="letter_D">D</a></dt>
|
||||
<dd><a class="el" href="class_d_object.html">DObject</a></dd><dd><a class="el" href="class_d_object_test.html">DObjectTest</a></dd><dd><a class="el" href="structpolycoeff_1_1d_theta_interp_coeff.html">dThetaInterpCoeff</a> (<a class="el" href="namespacepolycoeff.html">polycoeff</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a name="letter_H">H</a></dt>
|
||||
<dd><a class="el" href="structHeader.html">Header</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_E" name="letter_E">E</a></dt>
|
||||
<dd><a class="el" href="structhelmholtz_1_1_e_o_s.html">EOS</a> (<a class="el" href="namespacehelmholtz.html">helmholtz</a>)</dd><dd><a class="el" href="structhelmholtz_1_1_e_o_s_input.html">EOSInput</a> (<a class="el" href="namespacehelmholtz.html">helmholtz</a>)</dd><dd><a class="el" href="class_eos_i_o.html">EosIO</a></dd><dd><a class="el" href="classeos_test.html">eosTest</a></dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a name="letter_L">L</a></dt>
|
||||
<dd><a class="el" href="classLockableDObject.html">LockableDObject</a></dd><dd><a class="el" href="classLockableDObjectTest.html">LockableDObjectTest</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_F" name="letter_F">F</a></dt>
|
||||
<dd><a class="el" href="structform_bundle.html">formBundle</a></dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a name="letter_M">M</a></dt>
|
||||
<dd><a class="el" href="classMeshIO.html">MeshIO</a></dd><dd><a class="el" href="classmeshIOTest.html">meshIOTest</a></dd><dd><a class="el" href="classMetadata.html">Metadata</a></dd><dd><a class="el" href="classMetadataTest.html">MetadataTest</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_G" name="letter_G">G</a></dt>
|
||||
<dd><a class="el" href="structcomposition_1_1_global_composition.html">GlobalComposition</a> (<a class="el" href="namespacecomposition.html">composition</a>)</dd><dd><a class="el" href="class_g_m_r_e_s_inverter.html">GMRESInverter</a></dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a name="letter_N">N</a></dt>
|
||||
<dd><a class="el" href="classNonlinearPowerIntegrator.html">NonlinearPowerIntegrator</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_H" name="letter_H">H</a></dt>
|
||||
<dd><a class="el" href="structhelmholtz_1_1_h_e_l_m_table.html">HELMTable</a> (<a class="el" href="namespacehelmholtz.html">helmholtz</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a name="letter_O">O</a></dt>
|
||||
<dd><a class="el" href="classOpatIO.html">OpatIO</a></dd><dd><a class="el" href="classopatIOTest.html">opatIOTest</a></dd><dd><a class="el" href="structOPATTable.html">OPATTable</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_J" name="letter_J">J</a></dt>
|
||||
<dd><a class="el" href="structnn_approx8_1_1_jacobian.html">Jacobian</a> (<a class="el" href="namespacenn_approx8.html">nnApprox8</a>)</dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a name="letter_T">T</a></dt>
|
||||
<dd><a class="el" href="structTableIndex.html">TableIndex</a></dd></dl>
|
||||
<dt class="alphachar"><a id="letter_L" name="letter_L">L</a></dt>
|
||||
<dd><a class="el" href="class_lockable_d_object.html">LockableDObject</a></dd><dd><a class="el" href="class_lockable_d_object_test.html">LockableDObjectTest</a></dd><dd><a class="el" href="class_probe_1_1_log_manager.html">LogManager</a> (<a class="el" href="namespace_probe.html">Probe</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_M" name="letter_M">M</a></dt>
|
||||
<dd><a class="el" href="class_mesh_i_o.html">MeshIO</a></dd><dd><a class="el" href="classmesh_i_o_test.html">meshIOTest</a></dd><dd><a class="el" href="class_metadata.html">Metadata</a></dd><dd><a class="el" href="class_metadata_test.html">MetadataTest</a></dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_N" name="letter_N">N</a></dt>
|
||||
<dd><a class="el" href="structnn_approx8_1_1_net.html">Net</a> (<a class="el" href="namespacenn_approx8.html">nnApprox8</a>)</dd><dd><a class="el" href="structnuclear_network_1_1_net_in.html">NetIn</a> (<a class="el" href="namespacenuclear_network.html">nuclearNetwork</a>)</dd><dd><a class="el" href="structnuclear_network_1_1_net_out.html">NetOut</a> (<a class="el" href="namespacenuclear_network.html">nuclearNetwork</a>)</dd><dd><a class="el" href="classnuclear_network_1_1_network.html">Network</a> (<a class="el" href="namespacenuclear_network.html">nuclearNetwork</a>)</dd><dd><a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html">NonlinearPowerIntegrator</a> (<a class="el" href="namespacepoly_m_f_e_m_utils.html">polyMFEMUtils</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_O" name="letter_O">O</a></dt>
|
||||
<dd><a class="el" href="structnn_approx8_1_1_o_d_e.html">ODE</a> (<a class="el" href="namespacenn_approx8.html">nnApprox8</a>)</dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_P" name="letter_P">P</a></dt>
|
||||
<dd><a class="el" href="class_poly_solver.html">PolySolver</a></dd><dd><a class="el" href="classpoly_test.html">polyTest</a></dd><dd><a class="el" href="class_polytrope_operator.html">PolytropeOperator</a></dd><dd><a class="el" href="classprobe_test.html">probeTest</a></dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_R" name="letter_R">R</a></dt>
|
||||
<dd><a class="el" href="class_resource_manager.html">ResourceManager</a></dd><dd><a class="el" href="classresource_manager_test.html">resourceManagerTest</a></dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_S" name="letter_S">S</a></dt>
|
||||
<dd><a class="el" href="class_schur_compliment.html">SchurCompliment</a></dd><dd><a class="el" href="structsolver_bundle.html">solverBundle</a></dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_X" name="letter_X">X</a></dt>
|
||||
<dd><a class="el" href="structpolycoeff_1_1x1_interp_coeff.html">x1InterpCoeff</a> (<a class="el" href="namespacepolycoeff.html">polycoeff</a>)</dd></dl>
|
||||
</div>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/private Directory Reference</title>
|
||||
<title>SERiF: src/dobj/private Directory Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('dir_4e6f6de88c62da29e0ddd0d8e63af038.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('dir_4e6f6de88c62da29e0ddd0d8e63af038.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,26 +86,32 @@ $(document).ready(function(){initNavTree('dir_4e6f6de88c62da29e0ddd0d8e63af038.h
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">private Directory Reference</div> </div>
|
||||
<div class="headertitle"><div class="title">private Directory Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="files" name="files"></a>
|
||||
Files</h2></td></tr>
|
||||
<tr class="memitem:DObject_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="DObject_8cpp.html">DObject.cpp</a></td></tr>
|
||||
<tr class="memdesc:DObject_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">Implementation of the <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> class. <br /></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="_d_object_8cpp_source.html"><span class="icondoc"></span></a> </td><td class="memItemRight" valign="bottom"><a class="el" href="_d_object_8cpp.html">DObject.cpp</a></td></tr>
|
||||
<tr class="memdesc:_d_object_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">Implementation of the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:LockableDObject_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="LockableDObject_8cpp.html">LockableDObject.cpp</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="_lockable_d_object_8cpp_source.html"><span class="icondoc"></span></a> </td><td class="memItemRight" valign="bottom"><a class="el" href="_lockable_d_object_8cpp.html">LockableDObject.cpp</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:Metadata_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="Metadata_8cpp.html">Metadata.cpp</a></td></tr>
|
||||
<tr class="memdesc:Metadata_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">Implementation of the <a class="el" href="classMetadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module. <br /></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="_metadata_8cpp_source.html"><span class="icondoc"></span></a> </td><td class="memItemRight" valign="bottom"><a class="el" href="_metadata_8cpp.html">Metadata.cpp</a></td></tr>
|
||||
<tr class="memdesc:_metadata_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">Implementation of the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
</div><!-- contents -->
|
||||
@@ -114,7 +120,7 @@ Files</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html">dobj</a></li><li class="navelem"><a class="el" href="dir_4e6f6de88c62da29e0ddd0d8e63af038.html">private</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
var dir_4e6f6de88c62da29e0ddd0d8e63af038 =
|
||||
[
|
||||
[ "DObject.cpp", "DObject_8cpp.html", "DObject_8cpp" ],
|
||||
[ "LockableDObject.cpp", "LockableDObject_8cpp.html", null ],
|
||||
[ "Metadata.cpp", "Metadata_8cpp.html", "Metadata_8cpp" ]
|
||||
[ "DObject.cpp", "_d_object_8cpp.html", "_d_object_8cpp" ],
|
||||
[ "LockableDObject.cpp", "_lockable_d_object_8cpp.html", null ],
|
||||
[ "Metadata.cpp", "_metadata_8cpp.html", "_metadata_8cpp" ]
|
||||
];
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj/public Directory Reference</title>
|
||||
<title>SERiF: src/dobj/public Directory Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('dir_5657658ab0dc14c9c63c088cb1f6321c.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('dir_5657658ab0dc14c9c63c088cb1f6321c.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,27 +86,33 @@ $(document).ready(function(){initNavTree('dir_5657658ab0dc14c9c63c088cb1f6321c.h
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">public Directory Reference</div> </div>
|
||||
<div class="headertitle"><div class="title">public Directory Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="files" name="files"></a>
|
||||
Files</h2></td></tr>
|
||||
<tr class="memitem:DObject_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="DObject_8h.html">DObject.h</a> <a href="DObject_8h_source.html">[code]</a></td></tr>
|
||||
<tr class="memdesc:DObject_8h"><td class="mdescLeft"> </td><td class="mdescRight">Defines the <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> class, a universal data container for the project. <br /></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="_d_object_8h_source.html"><span class="icondoc"></span></a> </td><td class="memItemRight" valign="bottom"><a class="el" href="_d_object_8h.html">DObject.h</a></td></tr>
|
||||
<tr class="memdesc:_d_object_8h"><td class="mdescLeft"> </td><td class="mdescRight">Defines the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class, a universal data container for the project. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:LockableDObject_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="LockableDObject_8h.html">LockableDObject.h</a> <a href="LockableDObject_8h_source.html">[code]</a></td></tr>
|
||||
<tr class="memdesc:LockableDObject_8h"><td class="mdescLeft"> </td><td class="mdescRight">A lightweight wrapper for <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> that adds locking capabilities. <br /></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="_lockable_d_object_8h_source.html"><span class="icondoc"></span></a> </td><td class="memItemRight" valign="bottom"><a class="el" href="_lockable_d_object_8h.html">LockableDObject.h</a></td></tr>
|
||||
<tr class="memdesc:_lockable_d_object_8h"><td class="mdescLeft"> </td><td class="mdescRight">A lightweight wrapper for <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> that adds locking capabilities. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:Metadata_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="Metadata_8h.html">Metadata.h</a> <a href="Metadata_8h_source.html">[code]</a></td></tr>
|
||||
<tr class="memdesc:Metadata_8h"><td class="mdescLeft"> </td><td class="mdescRight">Public interface for the <a class="el" href="classMetadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module. <br /></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="_metadata_8h_source.html"><span class="icondoc"></span></a> </td><td class="memItemRight" valign="bottom"><a class="el" href="_metadata_8h.html">Metadata.h</a></td></tr>
|
||||
<tr class="memdesc:_metadata_8h"><td class="mdescLeft"> </td><td class="mdescRight">Public interface for the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
</div><!-- contents -->
|
||||
@@ -115,7 +121,7 @@ Files</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html">dobj</a></li><li class="navelem"><a class="el" href="dir_5657658ab0dc14c9c63c088cb1f6321c.html">public</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
var dir_5657658ab0dc14c9c63c088cb1f6321c =
|
||||
[
|
||||
[ "DObject.h", "DObject_8h.html", [
|
||||
[ "DObject", "classDObject.html", "classDObject" ]
|
||||
] ],
|
||||
[ "LockableDObject.h", "LockableDObject_8h.html", [
|
||||
[ "LockableDObject", "classLockableDObject.html", "classLockableDObject" ]
|
||||
] ],
|
||||
[ "Metadata.h", "Metadata_8h.html", "Metadata_8h" ]
|
||||
[ "DObject.h", "_d_object_8h.html", "_d_object_8h" ],
|
||||
[ "LockableDObject.h", "_lockable_d_object_8h.html", "_lockable_d_object_8h" ],
|
||||
[ "Metadata.h", "_metadata_8h.html", "_metadata_8h" ]
|
||||
];
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src Directory Reference</title>
|
||||
<title>SERiF: src Directory Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('dir_68267d1309a1af8e8297ef4c3efbcdba.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('dir_68267d1309a1af8e8297ef4c3efbcdba.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,32 +86,50 @@ $(document).ready(function(){initNavTree('dir_68267d1309a1af8e8297ef4c3efbcdba.h
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">src Directory Reference</div> </div>
|
||||
<div class="headertitle"><div class="title">src Directory Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="subdirs" name="subdirs"></a>
|
||||
Directories</h2></td></tr>
|
||||
<tr class="memitem:dir_7e83d1792d529f4aa7126ac7e0b3b699"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_7e83d1792d529f4aa7126ac7e0b3b699.html">config</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_425afc2e69e55565110382214454a15b.html">composition</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_409882efad9ab48a895cd8b217d1e026"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_409882efad9ab48a895cd8b217d1e026.html">const</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_7e83d1792d529f4aa7126ac7e0b3b699.html">config</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_768194193337d64eaa7edd2c5f5038a4"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html">dobj</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_409882efad9ab48a895cd8b217d1e026.html">const</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_440126c2838a14af33b22611dbbb2bf6"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_440126c2838a14af33b22611dbbb2bf6.html">meshIO</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html">dobj</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_98811334950283dfb0b975440d5272eb"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_98811334950283dfb0b975440d5272eb.html">opac</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_689df5374f46a72a7f1c8390720533bf.html">eos</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_dc4574cef47f5b50114efcdd6e195baf"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_dc4574cef47f5b50114efcdd6e195baf.html">opatIO</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_440126c2838a14af33b22611dbbb2bf6.html">meshIO</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_d0d2d394e86fce6a7356095f51b9fa38"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_d0d2d394e86fce6a7356095f51b9fa38.html">poly</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_88826aa2a10e1882b573f502bc7f4b55.html">misc</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_fc4c7f03e1a69a98c370fae55a743828.html">network</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_98811334950283dfb0b975440d5272eb.html">opac</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_d0d2d394e86fce6a7356095f51b9fa38.html">poly</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_6bad3e3551706232e4c4a487f3402f33.html">probe</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_b8641f383bb3a55bd12c64e8208632c3.html">resource</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_0c0c9fa8a58db41e576adc3ce68c5ee9.html">types</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
</div><!-- contents -->
|
||||
@@ -120,7 +138,7 @@ Directories</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
var dir_68267d1309a1af8e8297ef4c3efbcdba =
|
||||
[
|
||||
[ "composition", "dir_425afc2e69e55565110382214454a15b.html", "dir_425afc2e69e55565110382214454a15b" ],
|
||||
[ "config", "dir_7e83d1792d529f4aa7126ac7e0b3b699.html", "dir_7e83d1792d529f4aa7126ac7e0b3b699" ],
|
||||
[ "const", "dir_409882efad9ab48a895cd8b217d1e026.html", "dir_409882efad9ab48a895cd8b217d1e026" ],
|
||||
[ "dobj", "dir_768194193337d64eaa7edd2c5f5038a4.html", "dir_768194193337d64eaa7edd2c5f5038a4" ],
|
||||
[ "eos", "dir_689df5374f46a72a7f1c8390720533bf.html", "dir_689df5374f46a72a7f1c8390720533bf" ],
|
||||
[ "meshIO", "dir_440126c2838a14af33b22611dbbb2bf6.html", "dir_440126c2838a14af33b22611dbbb2bf6" ],
|
||||
[ "misc", "dir_88826aa2a10e1882b573f502bc7f4b55.html", "dir_88826aa2a10e1882b573f502bc7f4b55" ],
|
||||
[ "network", "dir_fc4c7f03e1a69a98c370fae55a743828.html", "dir_fc4c7f03e1a69a98c370fae55a743828" ],
|
||||
[ "opac", "dir_98811334950283dfb0b975440d5272eb.html", "dir_98811334950283dfb0b975440d5272eb" ],
|
||||
[ "opatIO", "dir_dc4574cef47f5b50114efcdd6e195baf.html", "dir_dc4574cef47f5b50114efcdd6e195baf" ],
|
||||
[ "poly", "dir_d0d2d394e86fce6a7356095f51b9fa38.html", "dir_d0d2d394e86fce6a7356095f51b9fa38" ]
|
||||
[ "poly", "dir_d0d2d394e86fce6a7356095f51b9fa38.html", "dir_d0d2d394e86fce6a7356095f51b9fa38" ],
|
||||
[ "probe", "dir_6bad3e3551706232e4c4a487f3402f33.html", "dir_6bad3e3551706232e4c4a487f3402f33" ],
|
||||
[ "resource", "dir_b8641f383bb3a55bd12c64e8208632c3.html", "dir_b8641f383bb3a55bd12c64e8208632c3" ],
|
||||
[ "types", "dir_0c0c9fa8a58db41e576adc3ce68c5ee9.html", "dir_0c0c9fa8a58db41e576adc3ce68c5ee9" ]
|
||||
];
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: src/dobj Directory Reference</title>
|
||||
<title>SERiF: src/dobj Directory Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('dir_768194193337d64eaa7edd2c5f5038a4.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('dir_768194193337d64eaa7edd2c5f5038a4.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,22 +86,28 @@ $(document).ready(function(){initNavTree('dir_768194193337d64eaa7edd2c5f5038a4.h
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">dobj Directory Reference</div> </div>
|
||||
<div class="headertitle"><div class="title">dobj Directory Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="subdirs" name="subdirs"></a>
|
||||
Directories</h2></td></tr>
|
||||
<tr class="memitem:dir_4e6f6de88c62da29e0ddd0d8e63af038"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_4e6f6de88c62da29e0ddd0d8e63af038.html">private</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_4e6f6de88c62da29e0ddd0d8e63af038.html">private</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:dir_5657658ab0dc14c9c63c088cb1f6321c"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_5657658ab0dc14c9c63c088cb1f6321c.html">public</a></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_5657658ab0dc14c9c63c088cb1f6321c.html">public</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
</div><!-- contents -->
|
||||
@@ -110,7 +116,7 @@ Directories</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html">dobj</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -8,67 +8,970 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="4_d_s_t_a_r_types_8h.html"/>
|
||||
<a href="4_d_s_t_a_r_types_8h_source.html"/>
|
||||
<a href="_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2composition_2public_2composition_8h-example.html"/>
|
||||
<a href="_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2network_2public_2approx8_8h-example.html"/>
|
||||
<a href="_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2poly_2solver_2public_2poly_solver_8h-example.html"/>
|
||||
<a href="_constructing-example.html"/>
|
||||
<a href="_d_object_8cpp.html"/>
|
||||
<a href="_d_object_8cpp.html#aa54e75574f0302a2ca7252f9f0f0b3f1"/>
|
||||
<a href="_d_object_8cpp_source.html"/>
|
||||
<a href="_d_object_8h.html"/>
|
||||
<a href="_d_object_8h_source.html"/>
|
||||
<a href="_d_object_private_8h_source.html"/>
|
||||
<a href="_debug_info_8h_source.html"/>
|
||||
<a href="_d_object_test_8cpp.html"/>
|
||||
<a href="_d_object_test_8cpp.html#a0085cd05f0b182ba4fe7bc118656d68e"/>
|
||||
<a href="_d_object_test_8cpp.html#a12ce265622e9a5d51b7498e09b82a597"/>
|
||||
<a href="_d_object_test_8cpp.html#a2bbd3a7e662715f1af67ba7b26270278"/>
|
||||
<a href="_d_object_test_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f"/>
|
||||
<a href="_d_object_test_8cpp.html#ab0d7e76fe973dea21f97cf26d3b3847b"/>
|
||||
<a href="_d_object_test_8cpp.html#af27429c4d3cf79aa1b90fddf10f7614e"/>
|
||||
<a href="_d_object_test_8cpp_source.html"/>
|
||||
<a href="_lockable_d_object_8cpp.html"/>
|
||||
<a href="_lockable_d_object_8cpp_source.html"/>
|
||||
<a href="_lockable_d_object_8h.html"/>
|
||||
<a href="_lockable_d_object_8h_source.html"/>
|
||||
<a href="_lockable_d_object_test_8cpp.html"/>
|
||||
<a href="_lockable_d_object_test_8cpp.html#a470f4e60873d3ea6afc7c319e307760f"/>
|
||||
<a href="_lockable_d_object_test_8cpp.html#a5c2342bfafc553d23125fb3ae05af2a7"/>
|
||||
<a href="_lockable_d_object_test_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73"/>
|
||||
<a href="_lockable_d_object_test_8cpp.html#a8b547408c52b669c3c220aa640927474"/>
|
||||
<a href="_lockable_d_object_test_8cpp.html#aca2c2dcb4394094c27dc37453ea9a37f"/>
|
||||
<a href="_lockable_d_object_test_8cpp_source.html"/>
|
||||
<a href="_metadata_8cpp.html"/>
|
||||
<a href="_metadata_8cpp.html#a12949a1ea26c4ff1afeb97101c0493c5"/>
|
||||
<a href="_metadata_8cpp_source.html"/>
|
||||
<a href="_metadata_8h.html"/>
|
||||
<a href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339"/>
|
||||
<a href="_metadata_8h_source.html"/>
|
||||
<a href="_metadata_test_8cpp.html"/>
|
||||
<a href="_metadata_test_8cpp.html#a14e97feb26f21690d94245d65c26814b"/>
|
||||
<a href="_metadata_test_8cpp.html#a3dacb5bfda566836343874346c116906"/>
|
||||
<a href="_metadata_test_8cpp.html#a440de49952b45fad82f485ba48f92d50"/>
|
||||
<a href="_metadata_test_8cpp.html#a5ec8e48d5f46f67a4547c3b52f5f1cff"/>
|
||||
<a href="_metadata_test_8cpp.html#a61d09f069b2417969b664142aad8ce35"/>
|
||||
<a href="_metadata_test_8cpp.html#a761ab4dc62ca2bbe69d2be499493b883"/>
|
||||
<a href="_metadata_test_8cpp.html#a8854bc3bdde52a7c73927f17e4330a89"/>
|
||||
<a href="_metadata_test_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75"/>
|
||||
<a href="_metadata_test_8cpp.html#afc6335b369a289eaa367897b899535d0"/>
|
||||
<a href="_metadata_test_8cpp_source.html"/>
|
||||
<a href="annotated.html"/>
|
||||
<a href="approx8_8cpp.html"/>
|
||||
<a href="approx8_8cpp_source.html"/>
|
||||
<a href="approx8_8h.html"/>
|
||||
<a href="approx8_8h.html#a9b21a52f1c431ae59a4883c22a8a0067"/>
|
||||
<a href="approx8_8h.html#abd6c5fdc1f08c03c2027eafe32658e38"/>
|
||||
<a href="approx8_8h.html#ae12297be50f5147072894a36231af070"/>
|
||||
<a href="approx8_8h_source.html"/>
|
||||
<a href="approx8_test_8cpp.html"/>
|
||||
<a href="approx8_test_8cpp.html#a282ac3f9d020662bcaa9f8ad569d3a60"/>
|
||||
<a href="approx8_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960"/>
|
||||
<a href="approx8_test_8cpp.html#a7783fdbc3998bd206c77db9cc3655784"/>
|
||||
<a href="approx8_test_8cpp.html#ab8b8562b03390fa226f94e706c113520"/>
|
||||
<a href="approx8_test_8cpp_source.html"/>
|
||||
<a href="class_config.html"/>
|
||||
<a href="class_constants-members.html"/>
|
||||
<a href="class_constants.html"/>
|
||||
<a href="class_constants.html#a095db9a742d6180556d1138ebbcddc8c"/>
|
||||
<a href="class_constants.html#a186aebd9ec5f45378df3900ae2bf680e"/>
|
||||
<a href="class_constants.html#a2aa041fd223f259e55bf098c90581039"/>
|
||||
<a href="class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19"/>
|
||||
<a href="class_constants.html#a4914c90be3139670bda18e212d69cf22"/>
|
||||
<a href="class_constants.html#a60f87120b1eef774efe8c168aa69af6a"/>
|
||||
<a href="class_constants.html#a7da1a7aed8e11fcd67f4a2e2a621483f"/>
|
||||
<a href="class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2"/>
|
||||
<a href="class_constants.html#ab9de36fa145552a3e7964e7e85a67149"/>
|
||||
<a href="class_constants.html#ad75620743b867fc20d4a05027d1a1c01"/>
|
||||
<a href="class_constants.html#ada6a392cd5d3e2914c2736b232a2355a"/>
|
||||
<a href="class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630"/>
|
||||
<a href="class_constants.html#af395b3c1d6f0577f4880a21a257aa1db"/>
|
||||
<a href="class_d_object-members.html"/>
|
||||
<a href="class_d_object.html"/>
|
||||
<a href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0"/>
|
||||
<a href="class_d_object.html#a1223275dcbbf20334ea11707346acb93"/>
|
||||
<a href="class_d_object.html#a157b31e881aac6dd40782d3abc561d4e"/>
|
||||
<a href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581"/>
|
||||
<a href="class_d_object.html#a296b1519249fdc1f6c7b4ab62d5421bc"/>
|
||||
<a href="class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401"/>
|
||||
<a href="class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38"/>
|
||||
<a href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235"/>
|
||||
<a href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd"/>
|
||||
<a href="class_d_object.html#a598321f3b8524b98df72393c04d7470c"/>
|
||||
<a href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47"/>
|
||||
<a href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb"/>
|
||||
<a href="class_d_object.html#a99b8688849e11501033a25f61efb8356"/>
|
||||
<a href="class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1"/>
|
||||
<a href="class_d_object.html#ab0c940fa193a42158c6726bf1a2ef54d"/>
|
||||
<a href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a"/>
|
||||
<a href="class_d_object.html#ad6fc2e29eae70cf94a2d241527857573"/>
|
||||
<a href="class_d_object.html#aca2db093c1c8c6f7893de07544aed619"/>
|
||||
<a href="class_d_object.html#accf5c10d4afc3969607e11b0055312d5"/>
|
||||
<a href="class_d_object.html#ad7ba02f6d87ce64792149096f3310b21"/>
|
||||
<a href="class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3"/>
|
||||
<a href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd"/>
|
||||
<a href="class_d_object.html#ae9f7e4d2fbabc076961a40185676e208"/>
|
||||
<a href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7"/>
|
||||
<a href="class_d_object.html#afa8926d916081de72478cb8813c25e98"/>
|
||||
<a href="class_d_object_test-members.html"/>
|
||||
<a href="class_d_object_test.html"/>
|
||||
<a href="class_d_object_test.html#a2150dd7881a4d1c68ce51344f174738e"/>
|
||||
<a href="class_d_object_test.html#a95ba0f78c44e0bd46603de32028b7be6"/>
|
||||
<a href="class_d_object_test.html#ac753942590ae6ee456e6f3dd8b205df2"/>
|
||||
<a href="class_eos_i_o-members.html"/>
|
||||
<a href="class_eos_i_o.html"/>
|
||||
<a href="class_eos_i_o.html#a0ee0b3675bd16eb41e5a6b18cb1774ea"/>
|
||||
<a href="class_eos_i_o.html#a3f98f4e57d438afcb43c1ce79012197a"/>
|
||||
<a href="class_eos_i_o.html#a488dad41ac68d4e653d0d68718af6f6b"/>
|
||||
<a href="class_eos_i_o.html#ad721f72b591f1ef4b7fa87668e8d8b34"/>
|
||||
<a href="class_eos_i_o.html#ad7484ed459d8479381f4fb288597cbeb"/>
|
||||
<a href="class_eos_i_o.html#add10f91411e996844a14979d12d107b7"/>
|
||||
<a href="class_eos_i_o.html#adfe5dd1e1dc875bcfe166c2841b72f73"/>
|
||||
<a href="class_eos_i_o.html#ae08604d8ed0aa3bbb330b9e4ad63db0a"/>
|
||||
<a href="class_eos_i_o.html#ae8a8fb3b2de7dd8b3b99d4f2c365283a"/>
|
||||
<a href="class_eos_i_o.html#afe6f666cf7667fc132f3ae8af338b04f"/>
|
||||
<a href="class_g_m_r_e_s_inverter-members.html"/>
|
||||
<a href="class_g_m_r_e_s_inverter.html"/>
|
||||
<a href="class_g_m_r_e_s_inverter.html#a062ea26d8fc08130f706e0a3eeb320b5"/>
|
||||
<a href="class_g_m_r_e_s_inverter.html#a4d06d450ace28a61a61f1dc093165902"/>
|
||||
<a href="class_g_m_r_e_s_inverter.html#a58b277d5a3e5882eb1844db328e60c7a"/>
|
||||
<a href="class_g_m_r_e_s_inverter.html#a7ce07d6d4d22b26121ad10e82ae201ab"/>
|
||||
<a href="class_g_m_r_e_s_inverter.html#ae80b606a7d568d1702a9256635fc160f"/>
|
||||
<a href="class_lockable_d_object-members.html"/>
|
||||
<a href="class_lockable_d_object.html"/>
|
||||
<a href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb"/>
|
||||
<a href="class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb"/>
|
||||
<a href="class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd"/>
|
||||
<a href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1"/>
|
||||
<a href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a"/>
|
||||
<a href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee"/>
|
||||
<a href="class_lockable_d_object_test-members.html"/>
|
||||
<a href="class_lockable_d_object_test.html"/>
|
||||
<a href="class_lockable_d_object_test.html#a4ca643fb176141b51f4761dd3df64769"/>
|
||||
<a href="class_lockable_d_object_test.html#a6f639c0023311b7900595ab11c40cd59"/>
|
||||
<a href="class_mesh_i_o-members.html"/>
|
||||
<a href="class_mesh_i_o.html"/>
|
||||
<a href="class_mesh_i_o.html#a0da06db7b29047238299d59570f69428"/>
|
||||
<a href="class_mesh_i_o.html#a12495fc814254021d44e0509ac760672"/>
|
||||
<a href="class_mesh_i_o.html#a12d2876be0d000aaaa6e5cd6d6a758af"/>
|
||||
<a href="class_mesh_i_o.html#a41ebfdb350581b2a64818f9da62fe166"/>
|
||||
<a href="class_mesh_i_o.html#a4629e793f6f18f499a763dcb5f98bc1a"/>
|
||||
<a href="class_mesh_i_o.html#a5035a5e5414afd0452add92548ad4165"/>
|
||||
<a href="class_mesh_i_o.html#a5e37286d1c548a6b6f419f651c1f32dd"/>
|
||||
<a href="class_mesh_i_o.html#abf2d0986e73b920c71c03dc61730846c"/>
|
||||
<a href="class_metadata-members.html"/>
|
||||
<a href="class_metadata.html"/>
|
||||
<a href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b"/>
|
||||
<a href="class_metadata.html#a12949a1ea26c4ff1afeb97101c0493c5"/>
|
||||
<a href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce"/>
|
||||
<a href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac"/>
|
||||
<a href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26"/>
|
||||
<a href="class_metadata.html#a3d56c8c5adee4b8c7d2089802211522b"/>
|
||||
<a href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20"/>
|
||||
<a href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701"/>
|
||||
<a href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0"/>
|
||||
<a href="class_metadata.html#abe52c81e04665628666b4140cd346b69"/>
|
||||
<a href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc"/>
|
||||
<a href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e"/>
|
||||
<a href="class_metadata.html#ae849560667461008cb72e83919c20be0"/>
|
||||
<a href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc"/>
|
||||
<a href="class_metadata.html#af5264d1666839e69c192b565b5cfa606"/>
|
||||
<a href="class_metadata_test-members.html"/>
|
||||
<a href="class_metadata_test.html"/>
|
||||
<a href="class_metadata_test.html#a24075d61d37dceacd353ecde16a1ac71"/>
|
||||
<a href="class_metadata_test.html#a6273a370a10b42155af951a8fc2c47fa"/>
|
||||
<a href="class_poly_solver-members.html"/>
|
||||
<a href="class_poly_solver.html"/>
|
||||
<a href="class_poly_solver.html#a18e11835119ec0b5cdc8195bffa56344"/>
|
||||
<a href="class_poly_solver.html#a2d48773a83a2004b0891f0fa2a16228f"/>
|
||||
<a href="class_poly_solver.html#a38bbae125a4e5142144931e0b9b435bc"/>
|
||||
<a href="class_poly_solver.html#a3a2b9a157a7705f68ce634bfa4dc867c"/>
|
||||
<a href="class_poly_solver.html#a45cc1921d9e385b31406b00d750d9a8b"/>
|
||||
<a href="class_poly_solver.html#a49281f73fc6a115804b29136ffc0c406"/>
|
||||
<a href="class_poly_solver.html#a52bc98bb74abf87e569bafd8ba97e06a"/>
|
||||
<a href="class_poly_solver.html#a553333a8520390effad208fcde3deaf0"/>
|
||||
<a href="class_poly_solver.html#a57088b366b961a12df6ed898f23341b4"/>
|
||||
<a href="class_poly_solver.html#a6a6f08a286cdbc7927d11580c5cb8132"/>
|
||||
<a href="class_poly_solver.html#a6d2152361b5c613ef5cc6f61a42b464d"/>
|
||||
<a href="class_poly_solver.html#a736a4d80510098735f85e0360d1c96e6"/>
|
||||
<a href="class_poly_solver.html#a77455ce3505d93f7b5b5d3e9447bbe23"/>
|
||||
<a href="class_poly_solver.html#a7959fe89ce2753b262f1e5b1a1b7fd4e"/>
|
||||
<a href="class_poly_solver.html#a795d3c3ff5c21f4e5d64c0d33978527a"/>
|
||||
<a href="class_poly_solver.html#a7de958588f56052db9c636e08c98e7ac"/>
|
||||
<a href="class_poly_solver.html#a820aa256b9d4390ad8e44968cf5bf192"/>
|
||||
<a href="class_poly_solver.html#aa2baea44320e302f543ed6fad5e0d6a2"/>
|
||||
<a href="class_poly_solver.html#aa3227e8135b22af6c5ce12b50bba2eb6"/>
|
||||
<a href="class_poly_solver.html#aa790fa13b71ca04eeae72ba4e0567308"/>
|
||||
<a href="class_poly_solver.html#aaa8691469f98eb17cadae2e2f43de9bb"/>
|
||||
<a href="class_poly_solver.html#ac0e9a5fcd6b6415c9a1603c82da5eb31"/>
|
||||
<a href="class_poly_solver.html#ac29ac56605959e7b46fec6cc1bb2b7bb"/>
|
||||
<a href="class_poly_solver.html#ad156078cdce8a4b30c55a02f99f1b9d4"/>
|
||||
<a href="class_poly_solver.html#ad458dfdfdbd84bd4aa723d7b82df57da"/>
|
||||
<a href="class_poly_solver.html#ad69d4ff9b5b56e0654f8e082a210c613"/>
|
||||
<a href="class_poly_solver.html#ae0aecb9d7802fc7be2b701e0d7f50838"/>
|
||||
<a href="class_poly_solver.html#ae80ad90a3f632683e38ae03cb4b8e12b"/>
|
||||
<a href="class_poly_solver.html#ae8bf442fb4cbf1731800e69a2084f59b"/>
|
||||
<a href="class_poly_solver.html#aea184d88d7c450b03682f61565541d72"/>
|
||||
<a href="class_poly_solver.html#af5effbed43306f44b4193eb1d932c441"/>
|
||||
<a href="class_poly_solver.html#af71a78b95a20bea075bac8d2a120c675"/>
|
||||
<a href="class_poly_solver.html#af8c7bd41d7b9ebfbc1f90d4096d5e855"/>
|
||||
<a href="class_poly_solver.html#afdb769d3ee9e0929c16a68eb71630f23"/>
|
||||
<a href="class_poly_solver.html#afe38ca0ba610c352f1b8b9463bff947c"/>
|
||||
<a href="class_polytrope_operator-members.html"/>
|
||||
<a href="class_polytrope_operator.html"/>
|
||||
<a href="class_polytrope_operator.html#a033eb1609f7fc18d8b970605b550b5d9"/>
|
||||
<a href="class_polytrope_operator.html#a070426ddaafad8c77154d8d917b7b1a4"/>
|
||||
<a href="class_polytrope_operator.html#a0a22ba7589125309e40cbf8180404e5a"/>
|
||||
<a href="class_polytrope_operator.html#a0b4c4446a0486a939ba67c1942df522f"/>
|
||||
<a href="class_polytrope_operator.html#a17c3058361f05539b6c9ad034c203be2"/>
|
||||
<a href="class_polytrope_operator.html#a1bf3ced83363a1318258ae0f5bfeb57e"/>
|
||||
<a href="class_polytrope_operator.html#a20bca119c918bb83d09652a6df925e6d"/>
|
||||
<a href="class_polytrope_operator.html#a20e1fa519cffe022a23f813ea188c904"/>
|
||||
<a href="class_polytrope_operator.html#a25d518c3e32fbdaaf5008ecc806b97eb"/>
|
||||
<a href="class_polytrope_operator.html#a297cada6b0c1c1e3478a223863b23d44"/>
|
||||
<a href="class_polytrope_operator.html#a2a7f200a45cff11897470de39a302f93"/>
|
||||
<a href="class_polytrope_operator.html#a33c7f48fc5d67b0d42e2c29c33361ba7"/>
|
||||
<a href="class_polytrope_operator.html#a373106879aa636a826fc0f5bf3e160dd"/>
|
||||
<a href="class_polytrope_operator.html#a3d746a46c83539d4713e107caf529260"/>
|
||||
<a href="class_polytrope_operator.html#a40be1a66ada528554881e8ee274a9a9c"/>
|
||||
<a href="class_polytrope_operator.html#a453bfd45c09ec7c9f4da2ff62e1b29dc"/>
|
||||
<a href="class_polytrope_operator.html#a45844aac69f5b441f015b9b76ac453d6"/>
|
||||
<a href="class_polytrope_operator.html#a4eaeb5ec6898940789ed21349a304870"/>
|
||||
<a href="class_polytrope_operator.html#a551d03af4ceb246a3d78331b8409e9b2"/>
|
||||
<a href="class_polytrope_operator.html#a55c1bbaaeb23e1f7657fc359970c56b3"/>
|
||||
<a href="class_polytrope_operator.html#a67b70d1518f465a2882dfd9abc558926"/>
|
||||
<a href="class_polytrope_operator.html#a69fe3b2944ec77bfd3d81176eff51da9"/>
|
||||
<a href="class_polytrope_operator.html#a766bbf8933c552798200647380348493"/>
|
||||
<a href="class_polytrope_operator.html#a7789efbb8ba3a09a0975475518b4b611"/>
|
||||
<a href="class_polytrope_operator.html#a785f146c446d0a96e100131182ce95a6"/>
|
||||
<a href="class_polytrope_operator.html#a79ec40f9bf2c31665b5bc128d013db5a"/>
|
||||
<a href="class_polytrope_operator.html#a7b9d20387bce8e30dba34a9f813524d5"/>
|
||||
<a href="class_polytrope_operator.html#a7c37501c7eee6cb207b89365724a0119"/>
|
||||
<a href="class_polytrope_operator.html#a7e5b5c8151b89f798995151cae88f174"/>
|
||||
<a href="class_polytrope_operator.html#a901bb3f0e79af54dcaeda28c0296092d"/>
|
||||
<a href="class_polytrope_operator.html#a961d9dc73ba632e20266ede59c9503c2"/>
|
||||
<a href="class_polytrope_operator.html#a9810f0de67b4e530d45fdf51369b8294"/>
|
||||
<a href="class_polytrope_operator.html#a9b148b332b6979af05aebc1d6a3bc5f3"/>
|
||||
<a href="class_polytrope_operator.html#a9cdd216530d4801e18418363a0f485da"/>
|
||||
<a href="class_polytrope_operator.html#aa35aac5ff7686d6004bc84a7b84ca083"/>
|
||||
<a href="class_polytrope_operator.html#aa7422212b0f4fd14de4b1c9efe823ead"/>
|
||||
<a href="class_polytrope_operator.html#aa9cfb4e72fa684becbe3d7d16fa23423"/>
|
||||
<a href="class_polytrope_operator.html#ab5577c71be2bdb0f82daefd2631b8cb1"/>
|
||||
<a href="class_polytrope_operator.html#ab6eb35014601ce689df4d9509f83e82a"/>
|
||||
<a href="class_polytrope_operator.html#abe89a847d6cbc8f16a750e0e95b5204d"/>
|
||||
<a href="class_polytrope_operator.html#abfad5ee15bb93c583b7dbe8e1e4d3ebf"/>
|
||||
<a href="class_polytrope_operator.html#ac05cd1bd6b0a2b2502af9d8a6b86077c"/>
|
||||
<a href="class_polytrope_operator.html#ac25b486557eff0e6d986c6dc9044afad"/>
|
||||
<a href="class_polytrope_operator.html#ac7ebc4ae1c34e1569281be028e4daec1"/>
|
||||
<a href="class_polytrope_operator.html#acc69c13a7178c25af2ff5c339cbb1c67"/>
|
||||
<a href="class_polytrope_operator.html#acd5ece56494bbe8cd7dc879b856e5651"/>
|
||||
<a href="class_polytrope_operator.html#ad693db967082d55340d5aa84b8bde7fa"/>
|
||||
<a href="class_polytrope_operator.html#adb57c130b772c8efc4a78d4b497f0072"/>
|
||||
<a href="class_polytrope_operator.html#add97c74eb5206624813802daa6f9dedc"/>
|
||||
<a href="class_polytrope_operator.html#ae5d9b801404a00212206573d41c543da"/>
|
||||
<a href="class_polytrope_operator.html#ae636aff8692d7d9cce38591b9e74f97e"/>
|
||||
<a href="class_polytrope_operator.html#ae6bb7fac3c897559e899687f3e377aff"/>
|
||||
<a href="class_polytrope_operator.html#aeb8d505244836212c9015205e486378a"/>
|
||||
<a href="class_polytrope_operator.html#aef392049b579e6e5423f1e43845e3d9f"/>
|
||||
<a href="class_polytrope_operator.html#af0324f7a83083306158bb8740fdf4379"/>
|
||||
<a href="class_polytrope_operator.html#af26fb5b1ce156faa91f376a1b1133d77"/>
|
||||
<a href="class_polytrope_operator.html#afa3425ec1e374c49655671877cf89e39"/>
|
||||
<a href="class_polytrope_operator.html#afba1cf1b932123fde5343461d748207b"/>
|
||||
<a href="class_polytrope_operator.html#afbcb03cce5e5da376163a7dd89216400"/>
|
||||
<a href="class_polytrope_operator.html#aff90b457bcf3405b1f151904f2eb4ca4"/>
|
||||
<a href="class_probe_1_1_log_manager-members.html"/>
|
||||
<a href="class_probe_1_1_log_manager.html"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a0edfb90dadf2e490e057b54de37c60a5"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a39ec97f40c6724a2489b9f86fd8f18f2"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a4acafb914f44f15d903ab834e71f4095"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a4b5d1db2e4e4a0902aef7ab5878f381f"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a627ffe6b758ad69e77a7033f28bd7dbd"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a834dc2138cd37ab6540823a26fdcd3c7"/>
|
||||
<a href="class_probe_1_1_log_manager.html#a91daa688d52850bcf857fe638e9f421d"/>
|
||||
<a href="class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386"/>
|
||||
<a href="class_probe_1_1_log_manager.html#af948f35b4dc268fefa42794cd9c22b0e"/>
|
||||
<a href="class_resource_manager-members.html"/>
|
||||
<a href="class_resource_manager.html"/>
|
||||
<a href="class_resource_manager.html#a0702d74fd10cc83db805ecd170982f8c"/>
|
||||
<a href="class_resource_manager.html#a161eb02f098aacc99aa6f3458a378396"/>
|
||||
<a href="class_resource_manager.html#a203619e5da7f2bef6cbe13326d41eda4"/>
|
||||
<a href="class_resource_manager.html#a3b32babd2e81909bbd90d7f2d566fadb"/>
|
||||
<a href="class_resource_manager.html#a77243baf9aa96d5f3c1635f8a34b48b5"/>
|
||||
<a href="class_resource_manager.html#a8d5d3be43899190e4b40b69716b96d00"/>
|
||||
<a href="class_resource_manager.html#ab69f63d44bed2b736ac816d9a2bf84c1"/>
|
||||
<a href="class_resource_manager.html#abcdc9596a480077d38c334c7090287fd"/>
|
||||
<a href="class_resource_manager.html#ac213fb8bed90e40d1ba8018563f9e4b0"/>
|
||||
<a href="class_resource_manager.html#ac89816239e78f59d7df4d6ffa7546961"/>
|
||||
<a href="class_resource_manager.html#ac8bf0af1d296a85bceb9ebd0ecdf6bc9"/>
|
||||
<a href="class_resource_manager.html#ad27100286a53042182fe6c2315dc32c6"/>
|
||||
<a href="class_resource_manager.html#ad4dd8ab7ad458929de4a60128079af98"/>
|
||||
<a href="class_resource_manager.html#ae50d8cd6e967d02ca9e04220778d4b57"/>
|
||||
<a href="class_resource_manager.html#af06d0256911f7b74f9aa84d52718fdb9"/>
|
||||
<a href="class_schur_compliment-members.html"/>
|
||||
<a href="class_schur_compliment.html"/>
|
||||
<a href="class_schur_compliment.html#a46cd829f99ec2d7ab3223b33f4beb86d"/>
|
||||
<a href="class_schur_compliment.html#a4db9ea76bb7e6a577b1299c71e0909a0"/>
|
||||
<a href="class_schur_compliment.html#a591a8ffa554ae1886ace4a67f23b99f1"/>
|
||||
<a href="class_schur_compliment.html#a82d3e36514b386c7e1556ee3e07b19f0"/>
|
||||
<a href="class_schur_compliment.html#a8d9d768c0b0a8a3a4dfc934071c1b046"/>
|
||||
<a href="class_schur_compliment.html#a8f770f97f136963dcdd13ead8eda058c"/>
|
||||
<a href="class_schur_compliment.html#a912005fc55580bed609656346c95f416"/>
|
||||
<a href="class_schur_compliment.html#a988a958cf64951c031c3885ca2f17289"/>
|
||||
<a href="class_schur_compliment.html#ab5d79967d70c763b97363827cababf82"/>
|
||||
<a href="class_schur_compliment.html#abc390115fa20daa127bba95340fc485f"/>
|
||||
<a href="class_schur_compliment.html#ac030db46443bdee39fadd1c2ac843660"/>
|
||||
<a href="class_schur_compliment.html#ac7a15e10033c6c164ef7da6b21e2b307"/>
|
||||
<a href="class_schur_compliment.html#ad3a9c665f42c0db1fbb4fec614b72102"/>
|
||||
<a href="class_schur_compliment.html#aeba363760440da2380f3edca3f380c90"/>
|
||||
<a href="classapprox8_test.html"/>
|
||||
<a href="classcomposition_1_1_composition-members.html"/>
|
||||
<a href="classcomposition_1_1_composition.html"/>
|
||||
<a href="classcomposition_1_1_composition.html#a04c21c24218bb041c614058a3d212a51"/>
|
||||
<a href="classcomposition_1_1_composition.html#a07251594917ef7071d4a4e96fa7f85e7"/>
|
||||
<a href="classcomposition_1_1_composition.html#a0990e41edd2ad138e844fea0962c8278"/>
|
||||
<a href="classcomposition_1_1_composition.html#a11a463394bf9110ac0f1a8b1df1384e9"/>
|
||||
<a href="classcomposition_1_1_composition.html#a124b97a88c5d1cf8cbcc3cd8dc0bcd11"/>
|
||||
<a href="classcomposition_1_1_composition.html#a15d98f58f914dd1d5803ae3886f5f46a"/>
|
||||
<a href="classcomposition_1_1_composition.html#a182201b40d8563df009fb31bc9a5e81e"/>
|
||||
<a href="classcomposition_1_1_composition.html#a1b459c1d0d5d79c9d4a29a1b9c2a8add"/>
|
||||
<a href="classcomposition_1_1_composition.html#a205d51c7455bdf7069de1794315954aa"/>
|
||||
<a href="classcomposition_1_1_composition.html#a23bef129f5705d59b1481648729c501c"/>
|
||||
<a href="classcomposition_1_1_composition.html#a240c69912c5cd76a4400bbf9d5c13ad5"/>
|
||||
<a href="classcomposition_1_1_composition.html#a36c2525d21cd932065bb2bb30bc57fb4"/>
|
||||
<a href="classcomposition_1_1_composition.html#a41df148cfdc1253a87f64c8874763e80"/>
|
||||
<a href="classcomposition_1_1_composition.html#a46be04b5d28183092dbb29bbd0037fb8"/>
|
||||
<a href="classcomposition_1_1_composition.html#a5547fe9d6154e10a7406d8a06d969462"/>
|
||||
<a href="classcomposition_1_1_composition.html#a6570edadab8cd37c96a61ec43de6f8ba"/>
|
||||
<a href="classcomposition_1_1_composition.html#a68472af2e55383eda8bc7ca5b6092462"/>
|
||||
<a href="classcomposition_1_1_composition.html#a68ffa8a583b11b3c963078a336e391ed"/>
|
||||
<a href="classcomposition_1_1_composition.html#a7dee1bb3074a6aa2842d4fffcac4d2c4"/>
|
||||
<a href="classcomposition_1_1_composition.html#a844470d1f13475a0a28b5c1914570357"/>
|
||||
<a href="classcomposition_1_1_composition.html#a8a3aec6d7f2f6cb4f91105740c15ffc8"/>
|
||||
<a href="classcomposition_1_1_composition.html#a94eb708859cf6173e138f5c26428e2bc"/>
|
||||
<a href="classcomposition_1_1_composition.html#a9cca346916b1bb733a3de915dce10ccb"/>
|
||||
<a href="classcomposition_1_1_composition.html#aa2ac530a3c4996b8a6ad1aca11e591c0"/>
|
||||
<a href="classcomposition_1_1_composition.html#aa75453fd563e3f50dee316879df01968"/>
|
||||
<a href="classcomposition_1_1_composition.html#aaa9fb4f9002af09badfea5c82c3000e8"/>
|
||||
<a href="classcomposition_1_1_composition.html#aafbee0a34a4012e61358d4c95ba8b12a"/>
|
||||
<a href="classcomposition_1_1_composition.html#ab3ba18ff98c3889a3a221e01f53ab2c1"/>
|
||||
<a href="classcomposition_1_1_composition.html#ac71fb70e029b4310e2bb4232e4270e96"/>
|
||||
<a href="classcomposition_1_1_composition.html#acc4f091a4a2d38f0da09446b9b59abc4"/>
|
||||
<a href="classcomposition_1_1_composition.html#acd5d99a81e8197a0f79d1730dcebe94e"/>
|
||||
<a href="classcomposition_1_1_composition.html#ada296207092ebe33ed599d1712c49633"/>
|
||||
<a href="classcomposition_1_1_composition.html#adedb7b53ecd70b2cf4295f6ccd8f37f8"/>
|
||||
<a href="classcomposition_1_1_composition.html#ae2b5392ad8acd0ab8e17d8452b35aa86"/>
|
||||
<a href="classcomposition_1_1_composition.html#ae38c20ab0819669f3d6fbefbf8a2fa7c"/>
|
||||
<a href="classcomposition_1_1_composition.html#ae49a078f08e403a64185ff2ddf59604f"/>
|
||||
<a href="classcomposition_1_1_composition.html#af35096e7e06de646b204618c2cb61d74"/>
|
||||
<a href="classcomposition_1_1_composition.html#af410bf5db26cc71c8383e25fae334d09"/>
|
||||
<a href="classcomposition_1_1_composition.html#affaeabe495474b82951786591ead8026"/>
|
||||
<a href="classcomposition_test.html"/>
|
||||
<a href="classconfig_test.html"/>
|
||||
<a href="classconfig_test_private_accessor-members.html"/>
|
||||
<a href="classconfig_test_private_accessor.html"/>
|
||||
<a href="classconfig_test_private_accessor.html#a447eb550ff20700e31bd530b7ca01592"/>
|
||||
<a href="classconfig_test_private_accessor.html#a4de7c133e8e296d7f9e713aa0b2c4329"/>
|
||||
<a href="classconfig_test_private_accessor.html#a6d7d0e1bf82c1917dde20167697a03b1"/>
|
||||
<a href="classconfig_test_private_accessor.html#aaa9517067ef84ab7fb6365536180ce13"/>
|
||||
<a href="classconfig_test_private_accessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9"/>
|
||||
<a href="classconst_test-members.html"/>
|
||||
<a href="classconst_test.html"/>
|
||||
<a href="classconst_test.html#af4753885bf401953202f89d455a2702f"/>
|
||||
<a href="classeos_test.html"/>
|
||||
<a href="classes.html"/>
|
||||
<a href="classmesh_i_o_test.html"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network-members.html"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#a1077544380798806c2c3dc6a83f2f734"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#a11523cc90db255a50a9cecc0d794e5f8"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#a13e6dd588a1066dad469b1ca128465f5"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#a31b8a20338d18123eca6e644f6e72366"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#a4b1600c394d4cf312c48e5ca82542a76"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#a75a912f3c640822bfa554b027826b115"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#ae0414d62faea9baade1922db7122ade6"/>
|
||||
<a href="classnn_approx8_1_1_approx8_network.html#af6bd9b6c9b4c3f344ae6b8fcce1b3659"/>
|
||||
<a href="classnuclear_network_1_1_network-members.html"/>
|
||||
<a href="classnuclear_network_1_1_network.html"/>
|
||||
<a href="classnuclear_network_1_1_network.html#a05ed8fbc91b965bcd9b199486437af9d"/>
|
||||
<a href="classnuclear_network_1_1_network.html#a08588aa97151be583e9ba9a62e4f0ab4"/>
|
||||
<a href="classnuclear_network_1_1_network.html#aa4acf487889dd0344a56221122546333"/>
|
||||
<a href="classnuclear_network_1_1_network.html#aaa7fe5e69bd45e268c815aa8919966f1"/>
|
||||
<a href="classnuclear_network_1_1_network.html#ac830af7c8c70324719511a97b3b1dd9a"/>
|
||||
<a href="classnuclear_network_1_1_network.html#aedb038fef494a73f1cdae6601a64c57a"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator-members.html"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a032c98098853a372e236a916d5fb08a1"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a10274ea7748d792124638f62e0090256"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a4999e49e957ccb3900be9b04466bca5b"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a7320a104afb986edb02725f4b43fbe3e"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a7a2173f4958d7c543ddd72f7fc64f555"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a83658f90e931e4865aaa2172150c43bc"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#aa53bdf50fdd592f232ecd75445dbfddf"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#aa6913e69a87ff759ec59b46d89b8cde2"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#abe25e4d50443ac3a2c354635e19224c7"/>
|
||||
<a href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#af470368ee3b37f8936fe1b6b7ea6f976"/>
|
||||
<a href="classpoly_test.html"/>
|
||||
<a href="classprobe_test.html"/>
|
||||
<a href="classresource_manager_test.html"/>
|
||||
<a href="comp_8cpp.html"/>
|
||||
<a href="comp_8cpp.html#ac4c0f8a8146b128f1b8f920e3a9c3b1e"/>
|
||||
<a href="comp_8cpp_source.html"/>
|
||||
<a href="composition_8cpp.html"/>
|
||||
<a href="composition_8cpp_source.html"/>
|
||||
<a href="composition_8h.html"/>
|
||||
<a href="composition_8h_source.html"/>
|
||||
<a href="composition_test_8cpp.html"/>
|
||||
<a href="composition_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470"/>
|
||||
<a href="composition_test_8cpp.html#a4ad6c2dceeb320a88f5873c61da12890"/>
|
||||
<a href="composition_test_8cpp.html#a5dfb708db02285077311e73e0e2c66c1"/>
|
||||
<a href="composition_test_8cpp.html#a6772ec525342e3842ebc1b7af3b31984"/>
|
||||
<a href="composition_test_8cpp.html#a781d444c6aa47c6146a213ac85140596"/>
|
||||
<a href="composition_test_8cpp.html#a89e832a195c417cdc4f33031cb0a83a7"/>
|
||||
<a href="composition_test_8cpp.html#a99ba25c32a6e47956d231d484dc8e7cd"/>
|
||||
<a href="composition_test_8cpp.html#ab84e1e0adc2585d45df0819e1d595019"/>
|
||||
<a href="composition_test_8cpp.html#abaded970ebdc31e1a84299f7296eaed5"/>
|
||||
<a href="composition_test_8cpp.html#ad59c77b358a3627372a673f18ff2e839"/>
|
||||
<a href="composition_test_8cpp.html#ae87e47d40501f1f7bfe8c1f084db6a1f"/>
|
||||
<a href="composition_test_8cpp.html#af6fc7c1f66a8ab4ef9d5be1a427ef5be"/>
|
||||
<a href="composition_test_8cpp.html#afee46e7f8a50fa99f503c0de2950122a"/>
|
||||
<a href="composition_test_8cpp_source.html"/>
|
||||
<a href="config_8cpp.html"/>
|
||||
<a href="config_8cpp.html#ab6a5a8b7202ea0d40956283276057e8c"/>
|
||||
<a href="config_8cpp_source.html"/>
|
||||
<a href="config_8h.html"/>
|
||||
<a href="config_8h_source.html"/>
|
||||
<a href="config_test_8cpp.html"/>
|
||||
<a href="config_test_8cpp.html#a2aab0fda134fe1428d1b647316df718f"/>
|
||||
<a href="config_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470"/>
|
||||
<a href="config_test_8cpp.html#a5ad2550c7dc214b5e47cfdd6095731b1"/>
|
||||
<a href="config_test_8cpp.html#a88a44e54c4e475e47e16972e963fe76e"/>
|
||||
<a href="config_test_8cpp.html#aafc05ee6e7e08e8308e6fde4575aac61"/>
|
||||
<a href="config_test_8cpp.html#ab367d5d33d7f4ac536243e066f7431ea"/>
|
||||
<a href="config_test_8cpp.html#adcf0aead74ff0dfe0d6af2c8d0852ed3"/>
|
||||
<a href="config_test_8cpp.html#ae70df34c2371cc5c992f20fbf6e6354b"/>
|
||||
<a href="config_test_8cpp.html#afda6a3c91af3d8e36edf92d36ba5f6de"/>
|
||||
<a href="config_test_8cpp_source.html"/>
|
||||
<a href="const_8cpp.html"/>
|
||||
<a href="const_8cpp_source.html"/>
|
||||
<a href="const_8h.html"/>
|
||||
<a href="const_8h_source.html"/>
|
||||
<a href="const_test_8cpp.html"/>
|
||||
<a href="const_test_8cpp.html#a1d2582df9987648644c517d89223e849"/>
|
||||
<a href="const_test_8cpp.html#a267b8a580d24fec8326def8656df135a"/>
|
||||
<a href="const_test_8cpp.html#a3bc116c41e8839b6d9d5a49e046a800f"/>
|
||||
<a href="const_test_8cpp.html#a720684391716660c7d0a5dc6238c7e57"/>
|
||||
<a href="const_test_8cpp.html#a92b56f4876b91eb7d628492fe220babb"/>
|
||||
<a href="const_test_8cpp.html#aa33a362aa6f7634f2ef02413183b35ee"/>
|
||||
<a href="const_test_8cpp.html#ae050a185fbc60349459af47e661bd3e1"/>
|
||||
<a href="const_test_8cpp_source.html"/>
|
||||
<a href="debug_8h.html"/>
|
||||
<a href="debug_8h.html#a48fb4fe58bc76af81a90102d9df506c2"/>
|
||||
<a href="debug_8h_source.html"/>
|
||||
<a href="dir_0369d3b0dd40e9aef90fa4a1b74cee7c.html"/>
|
||||
<a href="dir_0a9fc31aab728f990a053f374d62ee5c.html"/>
|
||||
<a href="dir_0c07588a470b646c09b0414ac8faaf7b.html"/>
|
||||
<a href="dir_0c0c9fa8a58db41e576adc3ce68c5ee9.html"/>
|
||||
<a href="dir_1ce48574fa7b57587706b1af262d1e55.html"/>
|
||||
<a href="dir_2da03d50b6347916fd28121e88466439.html"/>
|
||||
<a href="dir_33c57548ae6a8b16584d2cb913a9cf75.html"/>
|
||||
<a href="dir_388d1cd783f992dee884a2918d77a3d7.html"/>
|
||||
<a href="dir_409882efad9ab48a895cd8b217d1e026.html"/>
|
||||
<a href="dir_4166b9b5ef066b3a88619bbc1a7ebd3b.html"/>
|
||||
<a href="dir_425afc2e69e55565110382214454a15b.html"/>
|
||||
<a href="dir_440126c2838a14af33b22611dbbb2bf6.html"/>
|
||||
<a href="dir_476d959cad78883bc59a4fa34d6934dd.html"/>
|
||||
<a href="dir_49e56c817e5e54854c35e136979f97ca.html"/>
|
||||
<a href="dir_4ca8c38bcea36bc5bc19e1323c6cc9d6.html"/>
|
||||
<a href="dir_4e6f6de88c62da29e0ddd0d8e63af038.html"/>
|
||||
<a href="dir_4f06ef9b669cedd8d46a086727f9d243.html"/>
|
||||
<a href="dir_5341ab810d02d3921ba3f28c83e5d68b.html"/>
|
||||
<a href="dir_5657658ab0dc14c9c63c088cb1f6321c.html"/>
|
||||
<a href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html"/>
|
||||
<a href="dir_5c663bd7ffac62a07452e27b2b30c948.html"/>
|
||||
<a href="dir_68267d1309a1af8e8297ef4c3efbcdba.html"/>
|
||||
<a href="dir_689df5374f46a72a7f1c8390720533bf.html"/>
|
||||
<a href="dir_6a51e92dbc81b2d0b8e1b8e6a4ab049e.html"/>
|
||||
<a href="dir_6bad3e3551706232e4c4a487f3402f33.html"/>
|
||||
<a href="dir_6cfc89239232d12b3feb44b30f54e02f.html"/>
|
||||
<a href="dir_70fe68c6a1aba1c690f556aae19244a1.html"/>
|
||||
<a href="dir_74e94668ea6d3ca842a67049f1d0566c.html"/>
|
||||
<a href="dir_768194193337d64eaa7edd2c5f5038a4.html"/>
|
||||
<a href="dir_7ae670761914c779622a5fa6fb2b1e5f.html"/>
|
||||
<a href="dir_7bb0aa01699bca19f74bd46331fb94c4.html"/>
|
||||
<a href="dir_7c4a19aa6353409d84b8a31fd4de2591.html"/>
|
||||
<a href="dir_7e83d1792d529f4aa7126ac7e0b3b699.html"/>
|
||||
<a href="dir_81c5ba3921b9f51e8e386c41ada0d027.html"/>
|
||||
<a href="dir_85629ce3409996ab3ecde610fb1a54f9.html"/>
|
||||
<a href="dir_86a4174b93db2020db4458f465617054.html"/>
|
||||
<a href="dir_87229db23c746e277e7b963aa1a9328c.html"/>
|
||||
<a href="dir_88826aa2a10e1882b573f502bc7f4b55.html"/>
|
||||
<a href="dir_88e1407a1fb38d630626d3e1b6639cc8.html"/>
|
||||
<a href="dir_893e16279b3f95d0fd4ec39358376605.html"/>
|
||||
<a href="dir_94e97cd8ac97a23f6f02421292d1b0f9.html"/>
|
||||
<a href="dir_98811334950283dfb0b975440d5272eb.html"/>
|
||||
<a href="dir_9cba7936c46a1c67f99aa3df3c42d0f3.html"/>
|
||||
<a href="dir_9f19808934b80c3e2264d387d03faf83.html"/>
|
||||
<a href="dir_a59e4e2ff000357899c5d77d7c820b5e.html"/>
|
||||
<a href="dir_a827c0dd3b159e84e2f201bdef257c4f.html"/>
|
||||
<a href="dir_a82f4dad88709a7f727912f1ce60fba0.html"/>
|
||||
<a href="dir_aa595423af07433f9695bf15d4f880d5.html"/>
|
||||
<a href="dir_aa74b0b57852b214f24568086f91a43d.html"/>
|
||||
<a href="dir_b64ccfb7cae188f13ceb1b815e4d0abd.html"/>
|
||||
<a href="dir_b8641f383bb3a55bd12c64e8208632c3.html"/>
|
||||
<a href="dir_bc1cc3abf5d5430dc6e21979095d09f3.html"/>
|
||||
<a href="dir_c34d5e8363cf0aa3fabc4f3fad3412a4.html"/>
|
||||
<a href="dir_ce3bf6daddda59a58b5b9429da3f76b4.html"/>
|
||||
<a href="dir_d0d2d394e86fce6a7356095f51b9fa38.html"/>
|
||||
<a href="dir_d9bdef71d547e79a3915b1057230bd19.html"/>
|
||||
<a href="dir_e296cd0c311faef12afe540130b9e3be.html"/>
|
||||
<a href="dir_f32aa75261448ee6e688669e6b5542e9.html"/>
|
||||
<a href="dir_fc4c7f03e1a69a98c370fae55a743828.html"/>
|
||||
<a href="doxygen_crawl.html"/>
|
||||
<a href="eos_i_o_8cpp.html"/>
|
||||
<a href="eos_i_o_8cpp_source.html"/>
|
||||
<a href="eos_i_o_8h.html"/>
|
||||
<a href="eos_i_o_8h.html#a1aa7735934336ab2646c539c4370dcd5"/>
|
||||
<a href="eos_i_o_8h_source.html"/>
|
||||
<a href="eos_test_8cpp.html"/>
|
||||
<a href="eos_test_8cpp.html#a27d86e530fc20098b426edbc39c0c7e5"/>
|
||||
<a href="eos_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960"/>
|
||||
<a href="eos_test_8cpp.html#aaf74ad042418326b873dfbf74c9bbdce"/>
|
||||
<a href="eos_test_8cpp_source.html"/>
|
||||
<a href="examples.html"/>
|
||||
<a href="files.html"/>
|
||||
<a href="functions.html"/>
|
||||
<a href="functions_b.html"/>
|
||||
<a href="functions_c.html"/>
|
||||
<a href="functions_d.html"/>
|
||||
<a href="functions_e.html"/>
|
||||
<a href="functions_f.html"/>
|
||||
<a href="functions_func.html"/>
|
||||
<a href="functions_g.html"/>
|
||||
<a href="functions_h.html"/>
|
||||
<a href="functions_i.html"/>
|
||||
<a href="functions_j.html"/>
|
||||
<a href="functions_k.html"/>
|
||||
<a href="functions_l.html"/>
|
||||
<a href="functions_m.html"/>
|
||||
<a href="functions_n.html"/>
|
||||
<a href="functions_o.html"/>
|
||||
<a href="functions_p.html"/>
|
||||
<a href="functions_q.html"/>
|
||||
<a href="functions_r.html"/>
|
||||
<a href="functions_rela.html"/>
|
||||
<a href="functions_s.html"/>
|
||||
<a href="functions_t.html"/>
|
||||
<a href="functions_type.html"/>
|
||||
<a href="functions_u.html"/>
|
||||
<a href="functions_v.html"/>
|
||||
<a href="functions_vars.html"/>
|
||||
<a href="functions_vars_b.html"/>
|
||||
<a href="functions_vars_c.html"/>
|
||||
<a href="functions_vars_d.html"/>
|
||||
<a href="functions_vars_e.html"/>
|
||||
<a href="functions_vars_f.html"/>
|
||||
<a href="functions_vars_g.html"/>
|
||||
<a href="functions_vars_i.html"/>
|
||||
<a href="functions_vars_j.html"/>
|
||||
<a href="functions_vars_l.html"/>
|
||||
<a href="functions_vars_m.html"/>
|
||||
<a href="functions_vars_n.html"/>
|
||||
<a href="functions_vars_o.html"/>
|
||||
<a href="functions_vars_p.html"/>
|
||||
<a href="functions_vars_q.html"/>
|
||||
<a href="functions_vars_r.html"/>
|
||||
<a href="functions_vars_s.html"/>
|
||||
<a href="functions_vars_t.html"/>
|
||||
<a href="functions_vars_u.html"/>
|
||||
<a href="functions_vars_v.html"/>
|
||||
<a href="functions_vars_x.html"/>
|
||||
<a href="functions_vars_y.html"/>
|
||||
<a href="functions_vars_z.html"/>
|
||||
<a href="functions_x.html"/>
|
||||
<a href="functions_y.html"/>
|
||||
<a href="functions_z.html"/>
|
||||
<a href="functions_~.html"/>
|
||||
<a href="globals.html"/>
|
||||
<a href="globals_defs.html"/>
|
||||
<a href="globals_func.html"/>
|
||||
<a href="globals_type.html"/>
|
||||
<a href="globals_vars.html"/>
|
||||
<a href="helm_8cpp.html"/>
|
||||
<a href="helm_8cpp.html#a0537c506d77a3dfea9b237aeb07f3281"/>
|
||||
<a href="helm_8cpp.html#a82f032cfe64e2576c67986660cbe824d"/>
|
||||
<a href="helm_8cpp_source.html"/>
|
||||
<a href="helm_8h.html"/>
|
||||
<a href="helm_8h.html#a0537c506d77a3dfea9b237aeb07f3281"/>
|
||||
<a href="helm_8h.html#a6e96ad1c3be2c24926ba0487d28cd75c"/>
|
||||
<a href="helm_8h.html#a6f799b3fb32ecd6a70300d45fe1dfaad"/>
|
||||
<a href="helm_8h.html#a78b5688d4effa2bab8f6e87e440e7c63"/>
|
||||
<a href="helm_8h.html#a82f032cfe64e2576c67986660cbe824d"/>
|
||||
<a href="helm_8h_source.html"/>
|
||||
<a href="hierarchy.html"/>
|
||||
<a href="index.html"/>
|
||||
<a href="index.html#build_sec"/>
|
||||
<a href="index.html#contact_sec"/>
|
||||
<a href="index.html#future_dev"/>
|
||||
<a href="index.html#intro_sec"/>
|
||||
<a href="index.html#modules_sec"/>
|
||||
<a href="index.html#usage_composition"/>
|
||||
<a href="index.html#usage_config"/>
|
||||
<a href="index.html#usage_constants"/>
|
||||
<a href="index.html#usage_eos"/>
|
||||
<a href="index.html#usage_logging"/>
|
||||
<a href="index.html#usage_meshio"/>
|
||||
<a href="index.html#usage_network"/>
|
||||
<a href="index.html#usage_polysolver"/>
|
||||
<a href="index.html#usage_sec"/>
|
||||
<a href="integrators_8cpp.html"/>
|
||||
<a href="integrators_8cpp_source.html"/>
|
||||
<a href="integrators_8h.html"/>
|
||||
<a href="integrators_8h_source.html"/>
|
||||
<a href="mainpage_8md.html"/>
|
||||
<a href="mesh_i_o_8cpp.html"/>
|
||||
<a href="mesh_i_o_8cpp_source.html"/>
|
||||
<a href="mesh_i_o_8h.html"/>
|
||||
<a href="mesh_i_o_8h_source.html"/>
|
||||
<a href="mesh_i_o_test_8cpp.html"/>
|
||||
<a href="mesh_i_o_test_8cpp.html#a0cb4f62baac8f32aaefbab6c9e5b93bc"/>
|
||||
<a href="mesh_i_o_test_8cpp.html#a209e033ed5e6d2b7f59ab732f3325261"/>
|
||||
<a href="mesh_i_o_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470"/>
|
||||
<a href="mesh_i_o_test_8cpp.html#a94653e9cb8a24090f2c4c02fc8bfdfbb"/>
|
||||
<a href="mesh_i_o_test_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25"/>
|
||||
<a href="mesh_i_o_test_8cpp.html#af5cb16ec6a340bbd827bd2d7adac4f68"/>
|
||||
<a href="mesh_i_o_test_8cpp_source.html"/>
|
||||
<a href="namespace_probe.html"/>
|
||||
<a href="namespace_probe.html#a03820eac150e53edc8f112f3e637d7ed"/>
|
||||
<a href="namespace_probe.html#a12b943de0fdd9f43c61690d9bf4458fc"/>
|
||||
<a href="namespace_probe.html#a79200561b55e113bf48db25def08ab71"/>
|
||||
<a href="namespace_probe.html#a7f82da2ba203b4c8ddabe66105518ab5"/>
|
||||
<a href="namespace_probe.html#a881ed5b13b17447b9f623e9bc5fe47c3"/>
|
||||
<a href="namespace_probe.html#aabbc3eb54cd1543cd5fff291ee47f09e"/>
|
||||
<a href="namespace_probe.html#ad9b811b23f12083ece6f4e6dbe2dcdd7"/>
|
||||
<a href="namespace_s_s_e.html"/>
|
||||
<a href="namespace_s_s_e.html#a49c89754543e0562250f33c3716689d8"/>
|
||||
<a href="namespace_s_s_e.html#a615e866fff824677bba4a6f23d15b446"/>
|
||||
<a href="namespacecomposition.html"/>
|
||||
<a href="namespacehelmholtz.html"/>
|
||||
<a href="namespacehelmholtz.html#a01b2ba1de9e1ea392819cce12976d1e3"/>
|
||||
<a href="namespacehelmholtz.html#a1a82ee04b75adacdd2b9f69ccd318a83"/>
|
||||
<a href="namespacehelmholtz.html#a1eb81e38cac69acdff0c72bfbdfa0a49"/>
|
||||
<a href="namespacehelmholtz.html#a25b740f248ffeeffccefab25de64f0ee"/>
|
||||
<a href="namespacehelmholtz.html#a36eae093854dacb5e19b062a780ef6e3"/>
|
||||
<a href="namespacehelmholtz.html#a3738227631c67eebc5eb0e8e855c322a"/>
|
||||
<a href="namespacehelmholtz.html#a41df406f39a42cca3025714d1f8eb46e"/>
|
||||
<a href="namespacehelmholtz.html#a45b09d3473306d955bc45cf11df44a11"/>
|
||||
<a href="namespacehelmholtz.html#a5056cd1b5c7406e11712566053d7c4a5"/>
|
||||
<a href="namespacehelmholtz.html#a5a5acaef7aad40b48de7209f3351a3fb"/>
|
||||
<a href="namespacehelmholtz.html#a692f6079c782a31a09229e42cd7fb7c3"/>
|
||||
<a href="namespacehelmholtz.html#a69c6032a135e61c662882195c52dd69b"/>
|
||||
<a href="namespacehelmholtz.html#a73dce1f6c33b646d29ea6b746beed652"/>
|
||||
<a href="namespacehelmholtz.html#a76e103d0af167e623ef810921574f07e"/>
|
||||
<a href="namespacehelmholtz.html#a78a717fc95f9b614f92a94956b11fc20"/>
|
||||
<a href="namespacehelmholtz.html#a7a5a697f246a852b7ed565508ac7ccb8"/>
|
||||
<a href="namespacehelmholtz.html#a7b16cf586e9a50a6391796aef961b811"/>
|
||||
<a href="namespacehelmholtz.html#a84622ce36e33370b8dc8d9a5df527e04"/>
|
||||
<a href="namespacehelmholtz.html#a8c59343e6debfa120fbc8ebfd740fe76"/>
|
||||
<a href="namespacehelmholtz.html#a90f0e41668ae5e2827292892db0be33c"/>
|
||||
<a href="namespacehelmholtz.html#a928f858632f231979d1507a16ad78af7"/>
|
||||
<a href="namespacehelmholtz.html#a9638e40279f8a986ab000a1628fb4119"/>
|
||||
<a href="namespacehelmholtz.html#a9a32be64f7f8465928548b2fa92ec524"/>
|
||||
<a href="namespacehelmholtz.html#aa85859a889cb5f1737f1f6aebf515e23"/>
|
||||
<a href="namespacehelmholtz.html#ac36a3ef83ec8f1cba10de1e33ef1084f"/>
|
||||
<a href="namespacehelmholtz.html#ad2176033ca3ac4e5dc65f281477b94c2"/>
|
||||
<a href="namespacehelmholtz.html#afb12b8ccdd5491440542d69cd81bcb55"/>
|
||||
<a href="namespacelane_emden.html"/>
|
||||
<a href="namespacelane_emden.html#a03eb7a4a5cb70422a16c2013fabcce9f"/>
|
||||
<a href="namespacelane_emden.html#a9a6068f1948185b2217878595159f26b"/>
|
||||
<a href="namespacelane_emden.html#ac80163d44a9840f3de184f50144a5158"/>
|
||||
<a href="namespacemembers.html"/>
|
||||
<a href="namespacemembers_func.html"/>
|
||||
<a href="namespacemembers_type.html"/>
|
||||
<a href="namespacemembers_vars.html"/>
|
||||
<a href="namespacenn_approx8.html"/>
|
||||
<a href="namespacenn_approx8.html#a00207d4ea0fa4e7acc8bdf24eab48fc7"/>
|
||||
<a href="namespacenn_approx8.html#a09c1f166d7f0f9e943ef4b32c5274b7f"/>
|
||||
<a href="namespacenn_approx8.html#a0adb7d9f97ced151a36f0d2aaa95011d"/>
|
||||
<a href="namespacenn_approx8.html#a16550e4a195ff787e2d36dc20282f0bb"/>
|
||||
<a href="namespacenn_approx8.html#a2e8c3f6a3752b706d200b5ecef2c3223"/>
|
||||
<a href="namespacenn_approx8.html#a2f3b001d074b761607fd66b81719d307"/>
|
||||
<a href="namespacenn_approx8.html#a306d1bf533815b98ea4f6294864de7d8"/>
|
||||
<a href="namespacenn_approx8.html#a433d0704df52e504ef79d5158c9db611"/>
|
||||
<a href="namespacenn_approx8.html#a48ab35ecb72670c7d95f3cf4e450475e"/>
|
||||
<a href="namespacenn_approx8.html#a4b667550e45632fd9659d0ba61fb1733"/>
|
||||
<a href="namespacenn_approx8.html#a4c456c6d41b33d7b5c9e6520ec002e0e"/>
|
||||
<a href="namespacenn_approx8.html#a6018cbf64f09e28b17b764d607097d1e"/>
|
||||
<a href="namespacenn_approx8.html#a77c285ac81064bdaf0859a8cbf235868"/>
|
||||
<a href="namespacenn_approx8.html#a7b4f6b355b64ee9722eb76fb454f7845"/>
|
||||
<a href="namespacenn_approx8.html#a7ecc61bb65136fd7eb66224e73f95a45"/>
|
||||
<a href="namespacenn_approx8.html#abd25a40d29e07540658eaf17ccb17e3e"/>
|
||||
<a href="namespacenn_approx8.html#ad71e30b3fc04f5d792aa7423c807328f"/>
|
||||
<a href="namespacenn_approx8.html#ae0fbc61c8dab24dcbfed74ee6582983e"/>
|
||||
<a href="namespacenn_approx8.html#ae308ce493e87ad7c8ada41f000f38635"/>
|
||||
<a href="namespacenn_approx8.html#af4abd160b8f39ed0e73a7af1bd7e3932"/>
|
||||
<a href="namespacenuclear_network.html"/>
|
||||
<a href="namespacepoly_m_f_e_m_utils.html"/>
|
||||
<a href="namespacepoly_m_f_e_m_utils.html#a3b99f87291c525582b460ffdc4e2c220"/>
|
||||
<a href="namespacepoly_m_f_e_m_utils.html#a6aa65cbcd9af83e05c34fbd8428c335c"/>
|
||||
<a href="namespacepolycoeff.html"/>
|
||||
<a href="namespacepolycoeff.html#a0a060cb3cdbe722bfbe1c1533604465a"/>
|
||||
<a href="namespacepolycoeff.html#a1792a79736af83593d83be952d4bb60b"/>
|
||||
<a href="namespacepolycoeff.html#a1c9b910e2fb3363c13bb8ebf2fb98f09"/>
|
||||
<a href="namespacepolycoeff.html#a491cf581a44c9b6432a8b01c44c869d7"/>
|
||||
<a href="namespaces.html"/>
|
||||
<a href="namespaceserif.html"/>
|
||||
<a href="namespaceserif_1_1utilities.html"/>
|
||||
<a href="namespaceserif_1_1utilities.html#a2c487e358a0f49e5712f3ddda6f65322"/>
|
||||
<a href="namespaceserif_1_1utilities.html#a53f2bbdef6ef2ae6e2189c7ab478e861"/>
|
||||
<a href="namespaceserif_1_1utilities.html#a6e1a8cf248f13c3d66a24bb7b39cf029"/>
|
||||
<a href="network_8cpp.html"/>
|
||||
<a href="network_8cpp_source.html"/>
|
||||
<a href="network_8h.html"/>
|
||||
<a href="network_8h_source.html"/>
|
||||
<a href="opac_8h.html"/>
|
||||
<a href="opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8"/>
|
||||
<a href="opac_8h_source.html"/>
|
||||
<a href="pages.html"/>
|
||||
<a href="poly_coeff_8cpp.html"/>
|
||||
<a href="poly_coeff_8cpp_source.html"/>
|
||||
<a href="poly_coeff_8h.html"/>
|
||||
<a href="poly_coeff_8h_source.html"/>
|
||||
<a href="poly_solver_8cpp.html"/>
|
||||
<a href="poly_solver_8cpp_source.html"/>
|
||||
<a href="poly_solver_8h.html"/>
|
||||
<a href="poly_solver_8h_source.html"/>
|
||||
<a href="poly_test_8cpp.html"/>
|
||||
<a href="poly_test_8cpp.html#a355ce39014e2371f32c994670916c1fc"/>
|
||||
<a href="poly_test_8cpp.html#a4d8d8c3608d63a6200aa3ccc54c885f5"/>
|
||||
<a href="poly_test_8cpp_source.html"/>
|
||||
<a href="polytrope_operator_8cpp.html"/>
|
||||
<a href="polytrope_operator_8cpp_source.html"/>
|
||||
<a href="polytrope_operator_8h.html"/>
|
||||
<a href="polytrope_operator_8h_source.html"/>
|
||||
<a href="probe_8cpp.html"/>
|
||||
<a href="probe_8cpp_source.html"/>
|
||||
<a href="probe_8h.html"/>
|
||||
<a href="probe_8h_source.html"/>
|
||||
<a href="probe_test_8cpp.html"/>
|
||||
<a href="probe_test_8cpp.html#a1177d7bc99ddb16fe874dc41441b9725"/>
|
||||
<a href="probe_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960"/>
|
||||
<a href="probe_test_8cpp.html#a6181751ac1c7f7f38b548af87ad506ab"/>
|
||||
<a href="probe_test_8cpp.html#a88772a6febb94ede825ddeb917ca6595"/>
|
||||
<a href="probe_test_8cpp.html#a99cf9b4c0cf0a327598829cb53d87174"/>
|
||||
<a href="probe_test_8cpp.html#ac288b1125540a96e97b752220446d426"/>
|
||||
<a href="probe_test_8cpp.html#ad49d3dd78d55e2b55ae3b795739f3060"/>
|
||||
<a href="probe_test_8cpp.html#afe4f77efc0aef0103c48bc779d131f7f"/>
|
||||
<a href="probe_test_8cpp_source.html"/>
|
||||
<a href="resource_manager_8cpp.html"/>
|
||||
<a href="resource_manager_8cpp.html#a6df1d22fb5f09eccc23b9f399670cfd7"/>
|
||||
<a href="resource_manager_8cpp.html#a9063e80f8777300c93afde6e6f4c9cea"/>
|
||||
<a href="resource_manager_8cpp_source.html"/>
|
||||
<a href="resource_manager_8h.html"/>
|
||||
<a href="resource_manager_8h_source.html"/>
|
||||
<a href="resource_manager_test_8cpp.html"/>
|
||||
<a href="resource_manager_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960"/>
|
||||
<a href="resource_manager_test_8cpp.html#a88ad9848cff177c697a5704686c5f95a"/>
|
||||
<a href="resource_manager_test_8cpp.html#a8b35d7c9fce4657fbfd3cd094c7dced5"/>
|
||||
<a href="resource_manager_test_8cpp.html#ab5bbadd9e5f909369c2887429cd4cbe4"/>
|
||||
<a href="resource_manager_test_8cpp_source.html"/>
|
||||
<a href="resource_manager_types_8cpp.html"/>
|
||||
<a href="resource_manager_types_8cpp.html#a3adea101b1d749fb0eaee2e91b7e10fe"/>
|
||||
<a href="resource_manager_types_8cpp.html#ae0a43e40a0c5e0fd54274c9cd8688d19"/>
|
||||
<a href="resource_manager_types_8cpp_source.html"/>
|
||||
<a href="resource_manager_types_8h.html"/>
|
||||
<a href="resource_manager_types_8h.html#a3adea101b1d749fb0eaee2e91b7e10fe"/>
|
||||
<a href="resource_manager_types_8h.html#ae0a43e40a0c5e0fd54274c9cd8688d19"/>
|
||||
<a href="resource_manager_types_8h.html#ae6247466218d10f5ce0771ead25fa191"/>
|
||||
<a href="resource_manager_types_8h_source.html"/>
|
||||
<a href="struct_constant-members.html"/>
|
||||
<a href="struct_constant.html"/>
|
||||
<a href="struct_constant.html#a0ae09f22af150a41aa4169a4a60933be"/>
|
||||
<a href="struct_constant.html#a1c7e6c5a1d2316c98e59e04a234754d1"/>
|
||||
<a href="struct_constant.html#a2c46956a2d2b0ebf78ff99c5971130d2"/>
|
||||
<a href="struct_constant.html#a387b3e0a55788b0ea04c77ba040c5aaa"/>
|
||||
<a href="struct_constant.html#a3bda8d7fadd6fb2510fd39962a065a02"/>
|
||||
<a href="struct_constant.html#a84ca5b6951cc8a8eccd083894302a857"/>
|
||||
<a href="struct_constant.html#a8d8d2a81e9a8f36dfa02b4d23a5be55c"/>
|
||||
<a href="structcomposition_1_1_composition_entry-members.html"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a0ddaa99d87e1183c166d83c5184d55f7"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a12fd2efaada6f1b00543133ff4830b63"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a18ed5acbe6187c689f79105239d3128d"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a31b399ff8b24a6ebbfe4bb9ced7a2afa"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a3e95c03a628d38b7aea6c45d6ef63b19"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a5aaa59a5c39cf3c81518a910dc0362cc"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a5de5fe489570e2337494f051ea61647e"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a62d76c2c095d1b2c0059f1154ad4069b"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a6bb77a98088b71a7665912caadcc2e59"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a70c207eb8b698bc756ab0c1499b3cd10"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a8265411f8348fc0e1f14bab526224f6f"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a90864bc07ab82bf536759d2ccf024771"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#a9407ab2732dc35068f4a14eb8a562198"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#aa27e93d90553c6edbd28ea89997eded0"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#aa5f8845229599660aef1a39f50f6a49e"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#aa715e35857d200dd69a0e777afb312e0"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#aaca3c66f996380ba94dd3ce01b647ef2"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#ab75782bc3b18abd07e8c1dc7492d77bb"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#ac482a8d67f08de2cb9f71034fa88197b"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#ae309c8aaa36a92adff8c21086bcc4f29"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#ae579b896a290af33d388ad44e63daf63"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#ae7a6a113fc5914248eff5629716d6eb2"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#aebd8ad14017d4f8e268ec721e7f12454"/>
|
||||
<a href="structcomposition_1_1_composition_entry.html#af6835e8d2f97e52d76f3704d8db9cd38"/>
|
||||
<a href="structcomposition_1_1_global_composition-members.html"/>
|
||||
<a href="structcomposition_1_1_global_composition.html"/>
|
||||
<a href="structcomposition_1_1_global_composition.html#a3c072a749c3648607771ac9105181f26"/>
|
||||
<a href="structcomposition_1_1_global_composition.html#a6063d2ea4ecd79962fec21dda3055dda"/>
|
||||
<a href="structcomposition_1_1_global_composition.html#abcc2ba20dc96ac86e250bdd5ccd2902c"/>
|
||||
<a href="structform_bundle-members.html"/>
|
||||
<a href="structform_bundle.html"/>
|
||||
<a href="structform_bundle.html#a110da7b723d876737bf1966d604e5329"/>
|
||||
<a href="structform_bundle.html#a23cb1ccdec9503d00a2a05858258d4bd"/>
|
||||
<a href="structform_bundle.html#a9a8b65fac22b88ba2d4877014dab4bc9"/>
|
||||
<a href="structform_bundle.html#ab63a99eee55a078559cbea6b197afbff"/>
|
||||
<a href="structform_bundle.html#afb8d1cb4cfb97e8d84164553505400d5"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s-members.html"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a1aa2caf18b3701c6f9515fd9f56d9a97"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a1dd1a303671ccd229581e206ee8179b2"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a1de6ddf80652559ff2cd095173a01165"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a2aa1892e07d7830da78689410b0343ab"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a3674b3150d86aeba59ba0c9381aafbb1"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a41bb263abe642a7db728a82e7260cb93"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a43886274bb32bf147aefd6ebe688fcca"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a48739687f1a620368e7526242666b8fe"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a4d478a995bf9995d8eec9f49570b94bf"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a6bed48eed316e6af9124b8f4f14d6833"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a6e93efb7d5981b690e95be438f7e552c"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a6f89d6997aa90914cc0a217ee664c2b0"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a783b0c7f041f2ad78141a1bd8dfaa69f"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a7c0ba282c8ab3daa5f0af8fbf81f61e0"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a7ff100c0f3f66db73a424277ee1d84f3"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a8071bdc90dec68ba933eb59c902a0b7b"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a8096e0185b3fd660cd115de6c0340abb"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a80b0fcba0ce26124e97ab96f728c3d98"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a84cb411ea78cf80e2d766fc8506ed289"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a8b3865f0c062652b7c4889783903fa92"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#a90c0edabc4ec77eda96a5be15b6c0c60"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#aa62deea3e7c4b43e9abc9419fb3732fe"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#aa739739139e5a1038b0f19007bcfe6f1"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#aabb4e5356a1f83cb18489ccd860a74f5"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#aaf0bc97c93bf89d74b8ecbfaa3764ff5"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#ab0e9d3245ee686b471e9d0e49c8870b9"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#abfb354b9e39e1d229347b4a72fbfadf0"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#ac76d7a5dd193aa4c0118af3abb502267"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#acc528281ace51f28dcf876ec3cfc860f"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#adba14ac8247988521d2ef1e65f834f66"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#ae05c873c3ee103414fef99367e17d381"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#aef8b31e475e5264541d7ef47e81c4c17"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#af34dd4a20251c9949819f2d27690db78"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#af4d991fc59359640fcdf7dd9aaf046f6"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#afadcfad69d383e9c8e6715148c2e93b6"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#afc03c373412cb7700696a9cdd4c790cf"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s.html#afe74ec34a65d3dfb222dc56a89c37fa1"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input-members.html"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input.html"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input.html#a982c267134079bb6315f274a5bee2209"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input.html#aaf02a656d4891857970b6bdf366a325c"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input.html#ac049842880c38e1024929f14606b84d8"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input.html#ad0bf9309ddc7f784eca932a02f0af8b8"/>
|
||||
<a href="structhelmholtz_1_1_e_o_s_input.html#ae6bc0662e64e05608593df6129ab8edb"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table-members.html"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a0165aed3bb02b69a70934c8b7b185872"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a17c96d4c325e937bae0bf441daed14fc"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a1f0eee19faf7a51cbeadbd6733471f6c"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a20bd4623528783d92aea465ff08ecce0"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a25bdc8a0e265bac2e47f18e2fa3e35ba"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a260b29a89af730b2ebd750af250645da"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a3f64f6e59edf180a08e1d12099aacc36"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a4135cf7c9662ba24b721efaf9f9b7a54"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a42eb94b05893cf752f1e566c3496ddbe"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a46b8f7f115f3087b5d3ed2b7faa85ca4"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a4827e6e44936342d7e4f7b0dc4108c2c"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a5141bf0d4418b1c61f6754d9f2be5f9e"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a54eceeaf3fa2f2fa3fe4b06c60c93ee9"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a583c5db386d1d01b0ad4b7ba45e54281"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a5ceda8bce85539d33ecc8490cae79b89"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a62198deb22b22231986626e9783eddd5"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a65eea84782fc9b5b69b6f7f2ebf57940"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a6af989ef51c53a5c43cf3fa85d37a656"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a7ab29a0e887f19a2effd135a6a0b9cfe"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a7c56683836717e62ea098ea6ab5e094e"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a82ba8626db4984caf7d34b841c70ed75"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a83eec62d8285d9d4a83ebb3267d329c4"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a8a496f02754d9c9bb0366cc64b979e10"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a8af3817554a4163d5fda231fcb0120f1"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a8c50a283acf9ba2299aa88aefe0275e2"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#a94f4903b7fac0f44758be51202927d92"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#aaddd0278f6fa0f0f1acfb9f75a2c1a3e"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#aaee7f470b4ce2518c3490474853d13b7"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#aaf2a41f3d48dadb2800f4dc386574221"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#accb622615ab4c5432bac307c1ea9ca76"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#acfa3924f1c2a5f4e54d8b246f2ceb828"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#ad6baf7c5cabdddd7a4e867bdabb49c91"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#ae88f898b4bf964a2fad8a1e55a662866"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#aeb904c0367b607db45c3dc633b44e17e"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#aed06207df8ffc9b1b3a0c1743b8b9def"/>
|
||||
<a href="structhelmholtz_1_1_h_e_l_m_table.html#af95c990382e78a2b4fb20ed2225ce392"/>
|
||||
<a href="structnn_approx8_1_1_jacobian-members.html"/>
|
||||
<a href="structnn_approx8_1_1_jacobian.html"/>
|
||||
<a href="structnn_approx8_1_1_jacobian.html#a3a5241783e5a61fdddb9c8c30fcc5967"/>
|
||||
<a href="structnn_approx8_1_1_net-members.html"/>
|
||||
<a href="structnn_approx8_1_1_net.html"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a0eaaafa199c9451554e1cf28eba4b872"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a3303feacf741779a8389a119c44930c9"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a3eedc4992bd6d9866b217e2fed783820"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a6d10a7a53c20fd59bb97ff619e7579df"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a70112e0ee737a1de09a02aac4a4d7556"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a85ecd669f5e8013f5622c3616badfd3d"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a86ed8213cf2fffe5dcd7f06bdb6a6186"/>
|
||||
<a href="structnn_approx8_1_1_net.html#a9a964a24b5498991057e8e9870f02fbc"/>
|
||||
<a href="structnn_approx8_1_1_net.html#aa94596664306f33de1bd045417f9ff1e"/>
|
||||
<a href="structnn_approx8_1_1_net.html#ad69abef62cfa266e0369f8cfcb144939"/>
|
||||
<a href="structnn_approx8_1_1_net.html#ae592cf9d13f0a783087f7016ae1c3e4e"/>
|
||||
<a href="structnn_approx8_1_1_net.html#ae60a5909d107b9857dd31a117b943eae"/>
|
||||
<a href="structnn_approx8_1_1_net.html#af9848b913e7d761c63d6d3cc7fab5c3d"/>
|
||||
<a href="structnn_approx8_1_1_net.html#afac26aff879576d2884be461f416eb3e"/>
|
||||
<a href="structnn_approx8_1_1_net.html#affd739be39542d5f0f0730adb5108dc1"/>
|
||||
<a href="structnn_approx8_1_1_o_d_e-members.html"/>
|
||||
<a href="structnn_approx8_1_1_o_d_e.html"/>
|
||||
<a href="structnn_approx8_1_1_o_d_e.html#afae87e1edf894c046fb6f800cc6d43eb"/>
|
||||
<a href="structnuclear_network_1_1_net_in-members.html"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html#a137d9ee9c0430a8431e73e23b56b6262"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html#a4390cc59d2a9bd0d265163aa6e38c6c2"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html#a987cb42b169b0e503515a8c62e242b97"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html#a9b9cbf0364977eca8425b191e34a7a97"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html#aa55b1d6cd458b69afb89cb096e661d9b"/>
|
||||
<a href="structnuclear_network_1_1_net_in.html#ac204ff59b403cdbfef84cf8bb57e8eb2"/>
|
||||
<a href="structnuclear_network_1_1_net_out-members.html"/>
|
||||
<a href="structnuclear_network_1_1_net_out.html"/>
|
||||
<a href="structnuclear_network_1_1_net_out.html#a380030ff17ec877c6f1134a820bf2163"/>
|
||||
<a href="structnuclear_network_1_1_net_out.html#a84c19198ae5cb48527b2d19f61fa160f"/>
|
||||
<a href="structnuclear_network_1_1_net_out.html#aee71b459be94519bac05986cfb47210a"/>
|
||||
<a href="structpolycoeff_1_1d_theta_interp_coeff-members.html"/>
|
||||
<a href="structpolycoeff_1_1d_theta_interp_coeff.html"/>
|
||||
<a href="structpolycoeff_1_1d_theta_interp_coeff.html#a009c752a5b09e2675b22c9d7c5f1b74d"/>
|
||||
<a href="structpolycoeff_1_1d_theta_interp_coeff.html#ae0eaaafa68181821f197523e81006523"/>
|
||||
<a href="structpolycoeff_1_1d_theta_interp_coeff.html#ae6a1aea3ee446ad4090dfcc90ef1bf6f"/>
|
||||
<a href="structpolycoeff_1_1x1_interp_coeff-members.html"/>
|
||||
<a href="structpolycoeff_1_1x1_interp_coeff.html"/>
|
||||
<a href="structpolycoeff_1_1x1_interp_coeff.html#a2ed1361bf2f2f2eb2b3cdb192ba9c142"/>
|
||||
<a href="structpolycoeff_1_1x1_interp_coeff.html#a9dddf9b87cac0ddb2d8fec99fff3afec"/>
|
||||
<a href="structpolycoeff_1_1x1_interp_coeff.html#afdc22061dc4a359e8249c1e22d251f44"/>
|
||||
<a href="structsolver_bundle-members.html"/>
|
||||
<a href="structsolver_bundle.html"/>
|
||||
<a href="structsolver_bundle.html#a0a34553ab1aab1bf6680c221577c8405"/>
|
||||
<a href="structsolver_bundle.html#a34074fd2925fbc4d6f446f0800ccde21"/>
|
||||
<a href="test.html"/>
|
||||
<a href="test_d_object_8cpp.html"/>
|
||||
<a href="test_d_object_8cpp.html#a5cce1ff8e67a00ce9122097c4bbb5b02"/>
|
||||
<a href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4"/>
|
||||
<a href="test_d_object_8cpp_source.html"/>
|
||||
<a href="utilities_8cpp.html"/>
|
||||
<a href="utilities_8cpp_source.html"/>
|
||||
<a href="utilities_8h.html"/>
|
||||
<a href="utilities_8h_source.html"/>
|
||||
<a href="warning__control_8h.html"/>
|
||||
<a href="warning__control_8h.html#a4101250c61feebb5d110c809fe7a2151"/>
|
||||
<a href="warning__control_8h.html#aaab638127f083dc583d9ea4afe6cfc5f"/>
|
||||
<a href="warning__control_8h_source.html"/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -22,100 +22,184 @@
|
||||
|
||||
@licend The above is the entire license notice for the JavaScript code in this file
|
||||
*/
|
||||
function toggleVisibility(linkObj)
|
||||
{
|
||||
var base = $(linkObj).attr('id');
|
||||
var summary = $('#'+base+'-summary');
|
||||
var content = $('#'+base+'-content');
|
||||
var trigger = $('#'+base+'-trigger');
|
||||
var src=$(trigger).attr('src');
|
||||
if (content.is(':visible')===true) {
|
||||
content.hide();
|
||||
summary.show();
|
||||
$(linkObj).addClass('closed').removeClass('opened');
|
||||
$(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
|
||||
} else {
|
||||
content.show();
|
||||
summary.hide();
|
||||
$(linkObj).removeClass('closed').addClass('opened');
|
||||
$(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
||||
}
|
||||
return false;
|
||||
|
||||
function toggleVisibility(linkObj) {
|
||||
return dynsection.toggleVisibility(linkObj);
|
||||
}
|
||||
|
||||
function updateStripes()
|
||||
{
|
||||
$('table.directory tr').
|
||||
removeClass('even').filter(':visible:even').addClass('even');
|
||||
}
|
||||
let dynsection = {
|
||||
|
||||
function toggleLevel(level)
|
||||
{
|
||||
$('table.directory tr').each(function() {
|
||||
var l = this.id.split('_').length-1;
|
||||
var i = $('#img'+this.id.substring(3));
|
||||
var a = $('#arr'+this.id.substring(3));
|
||||
if (l<level+1) {
|
||||
i.removeClass('iconfopen iconfclosed').addClass('iconfopen');
|
||||
a.html('▼');
|
||||
$(this).show();
|
||||
} else if (l==level+1) {
|
||||
i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');
|
||||
a.html('►');
|
||||
$(this).show();
|
||||
// helper function
|
||||
updateStripes : function() {
|
||||
$('table.directory tr').
|
||||
removeClass('even').filter(':visible:even').addClass('even');
|
||||
$('table.directory tr').
|
||||
removeClass('odd').filter(':visible:odd').addClass('odd');
|
||||
},
|
||||
|
||||
toggleVisibility : function(linkObj) {
|
||||
const base = $(linkObj).attr('id');
|
||||
const summary = $('#'+base+'-summary');
|
||||
const content = $('#'+base+'-content');
|
||||
const trigger = $('#'+base+'-trigger');
|
||||
const src=$(trigger).attr('src');
|
||||
if (content.is(':visible')===true) {
|
||||
content.hide();
|
||||
summary.show();
|
||||
$(linkObj).addClass('closed').removeClass('opened');
|
||||
$(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
|
||||
} else {
|
||||
$(this).hide();
|
||||
content.show();
|
||||
summary.hide();
|
||||
$(linkObj).removeClass('closed').addClass('opened');
|
||||
$(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
||||
}
|
||||
});
|
||||
updateStripes();
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
function toggleFolder(id)
|
||||
{
|
||||
// the clicked row
|
||||
var currentRow = $('#row_'+id);
|
||||
toggleLevel : function(level) {
|
||||
$('table.directory tr').each(function() {
|
||||
const l = this.id.split('_').length-1;
|
||||
const i = $('#img'+this.id.substring(3));
|
||||
const a = $('#arr'+this.id.substring(3));
|
||||
if (l<level+1) {
|
||||
i.removeClass('iconfopen iconfclosed').addClass('iconfopen');
|
||||
a.html('▼');
|
||||
$(this).show();
|
||||
} else if (l==level+1) {
|
||||
i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');
|
||||
a.html('►');
|
||||
$(this).show();
|
||||
} else {
|
||||
$(this).hide();
|
||||
}
|
||||
});
|
||||
this.updateStripes();
|
||||
},
|
||||
|
||||
// all rows after the clicked row
|
||||
var rows = currentRow.nextAll("tr");
|
||||
toggleFolder : function(id) {
|
||||
// the clicked row
|
||||
const currentRow = $('#row_'+id);
|
||||
|
||||
var re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub
|
||||
// all rows after the clicked row
|
||||
const rows = currentRow.nextAll("tr");
|
||||
|
||||
// only match elements AFTER this one (can't hide elements before)
|
||||
var childRows = rows.filter(function() { return this.id.match(re); });
|
||||
const re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub
|
||||
|
||||
// first row is visible we are HIDING
|
||||
if (childRows.filter(':first').is(':visible')===true) {
|
||||
// replace down arrow by right arrow for current row
|
||||
var currentRowSpans = currentRow.find("span");
|
||||
currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
|
||||
currentRowSpans.filter(".arrow").html('►');
|
||||
rows.filter("[id^=row_"+id+"]").hide(); // hide all children
|
||||
} else { // we are SHOWING
|
||||
// replace right arrow by down arrow for current row
|
||||
var currentRowSpans = currentRow.find("span");
|
||||
currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");
|
||||
currentRowSpans.filter(".arrow").html('▼');
|
||||
// replace down arrows by right arrows for child rows
|
||||
var childRowsSpans = childRows.find("span");
|
||||
childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
|
||||
childRowsSpans.filter(".arrow").html('►');
|
||||
childRows.show(); //show all children
|
||||
}
|
||||
updateStripes();
|
||||
}
|
||||
// only match elements AFTER this one (can't hide elements before)
|
||||
const childRows = rows.filter(function() { return this.id.match(re); });
|
||||
|
||||
// first row is visible we are HIDING
|
||||
if (childRows.filter(':first').is(':visible')===true) {
|
||||
// replace down arrow by right arrow for current row
|
||||
const currentRowSpans = currentRow.find("span");
|
||||
currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
|
||||
currentRowSpans.filter(".arrow").html('►');
|
||||
rows.filter("[id^=row_"+id+"]").hide(); // hide all children
|
||||
} else { // we are SHOWING
|
||||
// replace right arrow by down arrow for current row
|
||||
const currentRowSpans = currentRow.find("span");
|
||||
currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");
|
||||
currentRowSpans.filter(".arrow").html('▼');
|
||||
// replace down arrows by right arrows for child rows
|
||||
const childRowsSpans = childRows.find("span");
|
||||
childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
|
||||
childRowsSpans.filter(".arrow").html('►');
|
||||
childRows.show(); //show all children
|
||||
}
|
||||
this.updateStripes();
|
||||
},
|
||||
|
||||
function toggleInherit(id)
|
||||
{
|
||||
var rows = $('tr.inherit.'+id);
|
||||
var img = $('tr.inherit_header.'+id+' img');
|
||||
var src = $(img).attr('src');
|
||||
if (rows.filter(':first').is(':visible')===true) {
|
||||
rows.css('display','none');
|
||||
$(img).attr('src',src.substring(0,src.length-8)+'closed.png');
|
||||
} else {
|
||||
rows.css('display','table-row'); // using show() causes jump in firefox
|
||||
$(img).attr('src',src.substring(0,src.length-10)+'open.png');
|
||||
}
|
||||
}
|
||||
toggleInherit : function(id) {
|
||||
const rows = $('tr.inherit.'+id);
|
||||
const img = $('tr.inherit_header.'+id+' img');
|
||||
const src = $(img).attr('src');
|
||||
if (rows.filter(':first').is(':visible')===true) {
|
||||
rows.css('display','none');
|
||||
$(img).attr('src',src.substring(0,src.length-8)+'closed.png');
|
||||
} else {
|
||||
rows.css('display','table-row'); // using show() causes jump in firefox
|
||||
$(img).attr('src',src.substring(0,src.length-10)+'open.png');
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
let codefold = {
|
||||
opened : true,
|
||||
|
||||
// in case HTML_COLORSTYLE is LIGHT or DARK the vars will be replaced, so we write them out explicitly and use double quotes
|
||||
plusImg: [ "url('plus.svg')", "url('../../plus.svg')" ],
|
||||
minusImg: [ "url('minus.svg')", "url('../../minus.svg')" ],
|
||||
|
||||
// toggle all folding blocks
|
||||
toggle_all : function(relPath) {
|
||||
if (this.opened) {
|
||||
$('#fold_all').css('background-image',this.plusImg[relPath]);
|
||||
$('div[id^=foldopen]').hide();
|
||||
$('div[id^=foldclosed]').show();
|
||||
} else {
|
||||
$('#fold_all').css('background-image',this.minusImg[relPath]);
|
||||
$('div[id^=foldopen]').show();
|
||||
$('div[id^=foldclosed]').hide();
|
||||
}
|
||||
this.opened=!this.opened;
|
||||
},
|
||||
|
||||
// toggle single folding block
|
||||
toggle : function(id) {
|
||||
$('#foldopen'+id).toggle();
|
||||
$('#foldclosed'+id).toggle();
|
||||
},
|
||||
|
||||
init : function(relPath) {
|
||||
$('span[class=lineno]').css({
|
||||
'padding-right':'4px',
|
||||
'margin-right':'2px',
|
||||
'display':'inline-block',
|
||||
'width':'54px',
|
||||
'background':'linear-gradient(#808080,#808080) no-repeat 46px/2px 100%'
|
||||
});
|
||||
// add global toggle to first line
|
||||
$('span[class=lineno]:first').append('<span class="fold" id="fold_all" '+
|
||||
'onclick="javascript:codefold.toggle_all('+relPath+');" '+
|
||||
'style="background-image:'+this.minusImg[relPath]+';"></span>');
|
||||
// add vertical lines to other rows
|
||||
$('span[class=lineno]').not(':eq(0)').append('<span class="fold"></span>');
|
||||
// add toggle controls to lines with fold divs
|
||||
$('div[class=foldopen]').each(function() {
|
||||
// extract specific id to use
|
||||
const id = $(this).attr('id').replace('foldopen','');
|
||||
// extract start and end foldable fragment attributes
|
||||
const start = $(this).attr('data-start');
|
||||
const end = $(this).attr('data-end');
|
||||
// replace normal fold span with controls for the first line of a foldable fragment
|
||||
$(this).find('span[class=fold]:first').replaceWith('<span class="fold" '+
|
||||
'onclick="javascript:codefold.toggle(\''+id+'\');" '+
|
||||
'style="background-image:'+codefold.minusImg[relPath]+';"></span>');
|
||||
// append div for folded (closed) representation
|
||||
$(this).after('<div id="foldclosed'+id+'" class="foldclosed" style="display:none;"></div>');
|
||||
// extract the first line from the "open" section to represent closed content
|
||||
const line = $(this).children().first().clone();
|
||||
// remove any glow that might still be active on the original line
|
||||
$(line).removeClass('glow');
|
||||
if (start) {
|
||||
// if line already ends with a start marker (e.g. trailing {), remove it
|
||||
$(line).html($(line).html().replace(new RegExp('\\s*'+start+'\\s*$','g'),''));
|
||||
}
|
||||
// replace minus with plus symbol
|
||||
$(line).find('span[class=fold]').css('background-image',codefold.plusImg[relPath]);
|
||||
// append ellipsis
|
||||
$(line).append(' '+start+'<a href="javascript:codefold.toggle(\''+id+'\')">…</a>'+end);
|
||||
// insert constructed line into closed div
|
||||
$('#foldclosed'+id).html(line);
|
||||
});
|
||||
},
|
||||
};
|
||||
/* @license-end */
|
||||
$(function() {
|
||||
$('.code,.codeRef').each(function() {
|
||||
$(this).data('powertip',$('#a'+$(this).attr('href').replace(/.*\//,'').replace(/[^a-z_A-Z0-9]/g,'_')).html());
|
||||
$.fn.powerTip.smartPlacementLists.s = [ 's', 'n', 'ne', 'se' ];
|
||||
$(this).powerTip({ placement: 's', smartPlacement: true, mouseOnToPopup: true });
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: File List</title>
|
||||
<title>SERiF: File List</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('files.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('files.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,96 +86,139 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">File List</div> </div>
|
||||
<div class="headertitle"><div class="title">File List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock">Here is a list of all files with brief descriptions:</div><div class="directory">
|
||||
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span><span onclick="javascript:toggleLevel(5);">5</span><span onclick="javascript:toggleLevel(6);">6</span><span onclick="javascript:toggleLevel(7);">7</span>]</div><table class="directory">
|
||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')"> </span><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html" target="_self">src</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span id="img_0_0_" class="iconfopen" onclick="toggleFolder('0_0_')"> </span><a class="el" href="dir_7e83d1792d529f4aa7126ac7e0b3b699.html" target="_self">config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_0_" class="arrow" onclick="toggleFolder('0_0_0_')">▼</span><span id="img_0_0_0_" class="iconfopen" onclick="toggleFolder('0_0_0_')"> </span><a class="el" href="dir_893e16279b3f95d0fd4ec39358376605.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="config_8cpp.html" target="_self">config.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_1_" class="arrow" onclick="toggleFolder('0_0_1_')">▼</span><span id="img_0_0_1_" class="iconfopen" onclick="toggleFolder('0_0_1_')"> </span><a class="el" href="dir_4f06ef9b669cedd8d46a086727f9d243.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_1_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="config_8h_source.html"><span class="icondoc"></span></a><a class="el" href="config_8h.html" target="_self">config.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><span id="img_0_1_" class="iconfopen" onclick="toggleFolder('0_1_')"> </span><a class="el" href="dir_409882efad9ab48a895cd8b217d1e026.html" target="_self">const</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_1_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_1_0_" class="arrow" onclick="toggleFolder('0_1_0_')">▼</span><span id="img_0_1_0_" class="iconfopen" onclick="toggleFolder('0_1_0_')"> </span><a class="el" href="dir_aa595423af07433f9695bf15d4f880d5.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_1_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="const_8cpp.html" target="_self">const.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_1_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_1_1_" class="arrow" onclick="toggleFolder('0_1_1_')">▼</span><span id="img_0_1_1_" class="iconfopen" onclick="toggleFolder('0_1_1_')"> </span><a class="el" href="dir_aa74b0b57852b214f24568086f91a43d.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_1_1_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="const_8h_source.html"><span class="icondoc"></span></a><a class="el" href="const_8h.html" target="_self">const.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">▼</span><span id="img_0_2_" class="iconfopen" onclick="toggleFolder('0_2_')"> </span><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html" target="_self">dobj</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_2_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_2_0_" class="arrow" onclick="toggleFolder('0_2_0_')">▼</span><span id="img_0_2_0_" class="iconfopen" onclick="toggleFolder('0_2_0_')"> </span><a class="el" href="dir_4e6f6de88c62da29e0ddd0d8e63af038.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_2_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="DObject_8cpp.html" target="_self">DObject.cpp</a></td><td class="desc">Implementation of the <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> class </td></tr>
|
||||
<tr id="row_0_2_0_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="LockableDObject_8cpp.html" target="_self">LockableDObject.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_2_0_2_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="Metadata_8cpp.html" target="_self">Metadata.cpp</a></td><td class="desc">Implementation of the <a class="el" href="classMetadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module </td></tr>
|
||||
<tr id="row_0_2_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_2_1_" class="arrow" onclick="toggleFolder('0_2_1_')">▼</span><span id="img_0_2_1_" class="iconfopen" onclick="toggleFolder('0_2_1_')"> </span><a class="el" href="dir_5657658ab0dc14c9c63c088cb1f6321c.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_2_1_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="DObject_8h_source.html"><span class="icondoc"></span></a><a class="el" href="DObject_8h.html" target="_self">DObject.h</a></td><td class="desc">Defines the <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> class, a universal data container for the project </td></tr>
|
||||
<tr id="row_0_2_1_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="LockableDObject_8h_source.html"><span class="icondoc"></span></a><a class="el" href="LockableDObject_8h.html" target="_self">LockableDObject.h</a></td><td class="desc">A lightweight wrapper for <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> that adds locking capabilities </td></tr>
|
||||
<tr id="row_0_2_1_2_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="Metadata_8h_source.html"><span class="icondoc"></span></a><a class="el" href="Metadata_8h.html" target="_self">Metadata.h</a></td><td class="desc">Public interface for the <a class="el" href="classMetadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module </td></tr>
|
||||
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">▼</span><span id="img_0_3_" class="iconfopen" onclick="toggleFolder('0_3_')"> </span><a class="el" href="dir_440126c2838a14af33b22611dbbb2bf6.html" target="_self">meshIO</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_3_0_" class="arrow" onclick="toggleFolder('0_3_0_')">▼</span><span id="img_0_3_0_" class="iconfopen" onclick="toggleFolder('0_3_0_')"> </span><a class="el" href="dir_70fe68c6a1aba1c690f556aae19244a1.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="meshIO_8cpp.html" target="_self">meshIO.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_3_1_" class="arrow" onclick="toggleFolder('0_3_1_')">▼</span><span id="img_0_3_1_" class="iconfopen" onclick="toggleFolder('0_3_1_')"> </span><a class="el" href="dir_74e94668ea6d3ca842a67049f1d0566c.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_1_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="meshIO_8h_source.html"><span class="icondoc"></span></a><a class="el" href="meshIO_8h.html" target="_self">meshIO.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_4_" class="arrow" onclick="toggleFolder('0_4_')">▼</span><span id="img_0_4_" class="iconfopen" onclick="toggleFolder('0_4_')"> </span><a class="el" href="dir_98811334950283dfb0b975440d5272eb.html" target="_self">opac</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_4_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_4_0_" class="arrow" onclick="toggleFolder('0_4_0_')">▼</span><span id="img_0_4_0_" class="iconfopen" onclick="toggleFolder('0_4_0_')"> </span><a class="el" href="dir_88e1407a1fb38d630626d3e1b6639cc8.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_4_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="opac_8h_source.html"><span class="icondoc"></span></a><a class="el" href="opac_8h.html" target="_self">opac.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_5_" class="arrow" onclick="toggleFolder('0_5_')">▼</span><span id="img_0_5_" class="iconfopen" onclick="toggleFolder('0_5_')"> </span><a class="el" href="dir_dc4574cef47f5b50114efcdd6e195baf.html" target="_self">opatIO</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_5_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_5_0_" class="arrow" onclick="toggleFolder('0_5_0_')">▼</span><span id="img_0_5_0_" class="iconfopen" onclick="toggleFolder('0_5_0_')"> </span><a class="el" href="dir_18c45d4358dc55431d912fa30bcbde92.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_5_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="opatIO_8cpp.html" target="_self">opatIO.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_5_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_5_1_" class="arrow" onclick="toggleFolder('0_5_1_')">▼</span><span id="img_0_5_1_" class="iconfopen" onclick="toggleFolder('0_5_1_')"> </span><a class="el" href="dir_a105e00bd9bc580163f6cfcc237f0c76.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_5_1_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="opatIO_8h_source.html"><span class="icondoc"></span></a><a class="el" href="opatIO_8h.html" target="_self">opatIO.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_6_" class="arrow" onclick="toggleFolder('0_6_')">▼</span><span id="img_0_6_" class="iconfopen" onclick="toggleFolder('0_6_')"> </span><a class="el" href="dir_d0d2d394e86fce6a7356095f51b9fa38.html" target="_self">poly</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_6_0_" class="arrow" onclick="toggleFolder('0_6_0_')">▼</span><span id="img_0_6_0_" class="iconfopen" onclick="toggleFolder('0_6_0_')"> </span><a class="el" href="dir_2da03d50b6347916fd28121e88466439.html" target="_self">coeff</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_0_6_0_0_" class="arrow" onclick="toggleFolder('0_6_0_0_')">▼</span><span id="img_0_6_0_0_" class="iconfopen" onclick="toggleFolder('0_6_0_0_')"> </span><a class="el" href="dir_86a4174b93db2020db4458f465617054.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_0_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="polyCoeff_8cpp.html" target="_self">polyCoeff.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_0_6_0_1_" class="arrow" onclick="toggleFolder('0_6_0_1_')">▼</span><span id="img_0_6_0_1_" class="iconfopen" onclick="toggleFolder('0_6_0_1_')"> </span><a class="el" href="dir_d9bdef71d547e79a3915b1057230bd19.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_1_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="polyCoeff_8h_source.html"><span class="icondoc"></span></a><a class="el" href="polyCoeff_8h.html" target="_self">polyCoeff.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_6_1_" class="arrow" onclick="toggleFolder('0_6_1_')">▼</span><span id="img_0_6_1_" class="iconfopen" onclick="toggleFolder('0_6_1_')"> </span><a class="el" href="dir_5c663bd7ffac62a07452e27b2b30c948.html" target="_self">utils</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_0_6_1_0_" class="arrow" onclick="toggleFolder('0_6_1_0_')">▼</span><span id="img_0_6_1_0_" class="iconfopen" onclick="toggleFolder('0_6_1_0_')"> </span><a class="el" href="dir_a82f4dad88709a7f727912f1ce60fba0.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_0_0_"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="polyIO_8cpp.html" target="_self">polyIO.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_0_1_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="polyMFEMUtils_8cpp.html" target="_self">polyMFEMUtils.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_0_6_1_1_" class="arrow" onclick="toggleFolder('0_6_1_1_')">▼</span><span id="img_0_6_1_1_" class="iconfopen" onclick="toggleFolder('0_6_1_1_')"> </span><a class="el" href="dir_1ce48574fa7b57587706b1af262d1e55.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_1_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="polyIO_8h_source.html"><span class="icondoc"></span></a><a class="el" href="polyIO_8h.html" target="_self">polyIO.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_1_1_"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="polyMFEMUtils_8h_source.html"><span class="icondoc"></span></a><a class="el" href="polyMFEMUtils_8h.html" target="_self">polyMFEMUtils.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span id="img_1_" class="iconfopen" onclick="toggleFolder('1_')"> </span><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html" target="_self">tests</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_0_" class="arrow" onclick="toggleFolder('1_0_')">▼</span><span id="img_1_0_" class="iconfopen" onclick="toggleFolder('1_0_')"> </span><a class="el" href="dir_ce3bf6daddda59a58b5b9429da3f76b4.html" target="_self">config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="configTest_8cpp.html" target="_self">configTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="classConfig.html" title="Singleton class to manage configuration settings loaded from a YAML file.">Config</a> class </td></tr>
|
||||
<tr id="row_1_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_1_" class="arrow" onclick="toggleFolder('1_1_')">▼</span><span id="img_1_1_" class="iconfopen" onclick="toggleFolder('1_1_')"> </span><a class="el" href="dir_6cfc89239232d12b3feb44b30f54e02f.html" target="_self">const</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="constTest_8cpp.html" target="_self">constTest.cpp</a></td><td class="desc">Unit tests for the const class </td></tr>
|
||||
<tr id="row_1_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_2_" class="arrow" onclick="toggleFolder('1_2_')">▼</span><span id="img_1_2_" class="iconfopen" onclick="toggleFolder('1_2_')"> </span><a class="el" href="dir_bc1cc3abf5d5430dc6e21979095d09f3.html" target="_self">dobj</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_2_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="DObjectTest_8cpp.html" target="_self">DObjectTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="classDObject.html" title="A universal data container class.">DObject</a> class </td></tr>
|
||||
<tr id="row_1_2_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="LockableDObjectTest_8cpp.html" target="_self">LockableDObjectTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="classLockableDObject.html" title="Wrapper for DObject with thread-safe access.">LockableDObject</a> class </td></tr>
|
||||
<tr id="row_1_2_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="MetadataTest_8cpp.html" target="_self">MetadataTest.cpp</a></td><td class="desc">Unit tests and integration tests for the <a class="el" href="classMetadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class </td></tr>
|
||||
<tr id="row_1_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_3_" class="arrow" onclick="toggleFolder('1_3_')">▼</span><span id="img_1_3_" class="iconfopen" onclick="toggleFolder('1_3_')"> </span><a class="el" href="dir_388d1cd783f992dee884a2918d77a3d7.html" target="_self">dobj_sandbox</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_3_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="testDObject_8cpp.html" target="_self">testDObject.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_4_" class="arrow" onclick="toggleFolder('1_4_')">▼</span><span id="img_1_4_" class="iconfopen" onclick="toggleFolder('1_4_')"> </span><a class="el" href="dir_0c07588a470b646c09b0414ac8faaf7b.html" target="_self">meshIO</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="meshIOTest_8cpp.html" target="_self">meshIOTest.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_5_" class="arrow" onclick="toggleFolder('1_5_')">▼</span><span id="img_1_5_" class="iconfopen" onclick="toggleFolder('1_5_')"> </span><a class="el" href="dir_a0668aa070a38eaa8236727e19a9b15f.html" target="_self">opatIO</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="opatIOTest_8cpp.html" target="_self">opatIOTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="classOpatIO.html" title="Class to manage the input/output operations for OPAT files.">OpatIO</a> class and associated structs </td></tr>
|
||||
<tr id="row_2_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">▼</span><span id="img_2_" class="iconfopen" onclick="toggleFolder('2_')"> </span><a class="el" href="dir_cbdb8362360e11eafe2fa3bc74cf0ffd.html" target="_self">utils</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_0_" class="arrow" onclick="toggleFolder('2_0_')">▼</span><span id="img_2_0_" class="iconfopen" onclick="toggleFolder('2_0_')"> </span><a class="el" href="dir_1acdc3d0c73584695295a90ad6ede3f9.html" target="_self">opatio</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_2_0_0_" class="arrow" onclick="toggleFolder('2_0_0_')">▼</span><span id="img_2_0_0_" class="iconfopen" onclick="toggleFolder('2_0_0_')"> </span><a class="el" href="dir_1c285457bb070251eb0c01a8da35233c.html" target="_self">build</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_2_0_0_0_" class="arrow" onclick="toggleFolder('2_0_0_0_')">▼</span><span id="img_2_0_0_0_" class="iconfopen" onclick="toggleFolder('2_0_0_0_')"> </span><a class="el" href="dir_62e13aaa8a72ed2c40d6887705a41af4.html" target="_self">lib</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span id="arr_2_0_0_0_0_" class="arrow" onclick="toggleFolder('2_0_0_0_0_')">▼</span><span id="img_2_0_0_0_0_" class="iconfopen" onclick="toggleFolder('2_0_0_0_0_')"> </span><a class="el" href="dir_9d738063cc7befc3d96860ca4c9257b2.html" target="_self">opatio</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_0_0_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span id="arr_2_0_0_0_0_0_" class="arrow" onclick="toggleFolder('2_0_0_0_0_0_')">▼</span><span id="img_2_0_0_0_0_0_" class="iconfopen" onclick="toggleFolder('2_0_0_0_0_0_')"> </span><a class="el" href="dir_6de2166d97f28f4ecd4d72a5f12aecb0.html" target="_self">opat</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_0_0_0_0_"><td class="entry"><span style="width:112px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="build_2lib_2opatio_2opat_2____init_____8py.html" target="_self">__init__.py</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_0_0_0_1_" class="even"><td class="entry"><span style="width:112px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="build_2lib_2opatio_2opat_2opat_8py.html" target="_self">opat.py</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_0_0_1_"><td class="entry"><span style="width:96px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="build_2lib_2opatio_2____init_____8py.html" target="_self">__init__.py</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_2_0_1_" class="arrow" onclick="toggleFolder('2_0_1_')">▼</span><span id="img_2_0_1_" class="iconfopen" onclick="toggleFolder('2_0_1_')"> </span><a class="el" href="dir_da765f8f0017804fdc0f96160e2cbe8b.html" target="_self">src</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_2_0_1_0_" class="arrow" onclick="toggleFolder('2_0_1_0_')">▼</span><span id="img_2_0_1_0_" class="iconfopen" onclick="toggleFolder('2_0_1_0_')"> </span><a class="el" href="dir_4a32f98eb1fc28521b674ecacd8e38cc.html" target="_self">opatio</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_1_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span id="arr_2_0_1_0_0_" class="arrow" onclick="toggleFolder('2_0_1_0_0_')">▼</span><span id="img_2_0_1_0_0_" class="iconfopen" onclick="toggleFolder('2_0_1_0_0_')"> </span><a class="el" href="dir_57b5236bc904b389e950b8d6ae8bc28a.html" target="_self">opat</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_1_0_0_0_"><td class="entry"><span style="width:96px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="src_2opatio_2opat_2____init_____8py.html" target="_self">__init__.py</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_1_0_0_1_" class="even"><td class="entry"><span style="width:96px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="src_2opatio_2opat_2opat_8py.html" target="_self">opat.py</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_1_0_1_"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="src_2opatio_2____init_____8py.html" target="_self">__init__.py</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_2_0_2_" class="arrow" onclick="toggleFolder('2_0_2_')">▼</span><span id="img_2_0_2_" class="iconfopen" onclick="toggleFolder('2_0_2_')"> </span><a class="el" href="dir_1e20c6516504fdf3864b50bca0428df7.html" target="_self">utils</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_2_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="mkTestData_8py.html" target="_self">mkTestData.py</a></td><td class="desc"></td></tr>
|
||||
<div class="levels">[detail level <span onclick="javascript:dynsection.toggleLevel(1);">1</span><span onclick="javascript:dynsection.toggleLevel(2);">2</span><span onclick="javascript:dynsection.toggleLevel(3);">3</span><span onclick="javascript:dynsection.toggleLevel(4);">4</span><span onclick="javascript:dynsection.toggleLevel(5);">5</span>]</div><table class="directory">
|
||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="dynsection.toggleFolder('0_')">▼</span><span id="img_0_" class="iconfopen" onclick="dynsection.toggleFolder('0_')"> </span><a class="el" href="dir_49e56c817e5e54854c35e136979f97ca.html" target="_self">docs</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="iconfclosed"></span><a class="el" href="dir_c34d5e8363cf0aa3fabc4f3fad3412a4.html" target="_self">static</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="dynsection.toggleFolder('1_')">▼</span><span id="img_1_" class="iconfopen" onclick="dynsection.toggleFolder('1_')"> </span><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html" target="_self">src</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_0_" class="arrow" onclick="dynsection.toggleFolder('1_0_')">▼</span><span id="img_1_0_" class="iconfopen" onclick="dynsection.toggleFolder('1_0_')"> </span><a class="el" href="dir_425afc2e69e55565110382214454a15b.html" target="_self">composition</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_0_0_" class="arrow" onclick="dynsection.toggleFolder('1_0_0_')">►</span><span id="img_1_0_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_0_0_')"> </span><a class="el" href="dir_5341ab810d02d3921ba3f28c83e5d68b.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="composition_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="composition_8cpp.html" target="_self">composition.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_0_1_" class="arrow" onclick="dynsection.toggleFolder('1_0_1_')">►</span><span id="img_1_0_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_0_1_')"> </span><a class="el" href="dir_33c57548ae6a8b16584d2cb913a9cf75.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="composition_8h_source.html"><span class="icondoc"></span></a><a class="el" href="composition_8h.html" target="_self">composition.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_1_" class="arrow" onclick="dynsection.toggleFolder('1_1_')">▼</span><span id="img_1_1_" class="iconfopen" onclick="dynsection.toggleFolder('1_1_')"> </span><a class="el" href="dir_7e83d1792d529f4aa7126ac7e0b3b699.html" target="_self">config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_1_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_1_0_" class="arrow" onclick="dynsection.toggleFolder('1_1_0_')">►</span><span id="img_1_1_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_1_0_')"> </span><a class="el" href="dir_893e16279b3f95d0fd4ec39358376605.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_1_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="config_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="config_8cpp.html" target="_self">config.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_1_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_1_1_" class="arrow" onclick="dynsection.toggleFolder('1_1_1_')">►</span><span id="img_1_1_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_1_1_')"> </span><a class="el" href="dir_4f06ef9b669cedd8d46a086727f9d243.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_1_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="config_8h_source.html"><span class="icondoc"></span></a><a class="el" href="config_8h.html" target="_self">config.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_2_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_2_" class="arrow" onclick="dynsection.toggleFolder('1_2_')">▼</span><span id="img_1_2_" class="iconfopen" onclick="dynsection.toggleFolder('1_2_')"> </span><a class="el" href="dir_409882efad9ab48a895cd8b217d1e026.html" target="_self">const</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_2_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_2_0_" class="arrow" onclick="dynsection.toggleFolder('1_2_0_')">►</span><span id="img_1_2_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_2_0_')"> </span><a class="el" href="dir_aa595423af07433f9695bf15d4f880d5.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_2_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="const_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="const_8cpp.html" target="_self">const.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_2_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_2_1_" class="arrow" onclick="dynsection.toggleFolder('1_2_1_')">►</span><span id="img_1_2_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_2_1_')"> </span><a class="el" href="dir_aa74b0b57852b214f24568086f91a43d.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_2_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="const_8h_source.html"><span class="icondoc"></span></a><a class="el" href="const_8h.html" target="_self">const.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_3_" class="arrow" onclick="dynsection.toggleFolder('1_3_')">▼</span><span id="img_1_3_" class="iconfopen" onclick="dynsection.toggleFolder('1_3_')"> </span><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html" target="_self">dobj</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_3_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_3_0_" class="arrow" onclick="dynsection.toggleFolder('1_3_0_')">►</span><span id="img_1_3_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_3_0_')"> </span><a class="el" href="dir_4e6f6de88c62da29e0ddd0d8e63af038.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_3_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="_d_object_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="_d_object_8cpp.html" target="_self">DObject.cpp</a></td><td class="desc">Implementation of the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class </td></tr>
|
||||
<tr id="row_1_3_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="_lockable_d_object_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="_lockable_d_object_8cpp.html" target="_self">LockableDObject.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_3_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="_metadata_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="_metadata_8cpp.html" target="_self">Metadata.cpp</a></td><td class="desc">Implementation of the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module </td></tr>
|
||||
<tr id="row_1_3_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_3_1_" class="arrow" onclick="dynsection.toggleFolder('1_3_1_')">►</span><span id="img_1_3_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_3_1_')"> </span><a class="el" href="dir_5657658ab0dc14c9c63c088cb1f6321c.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_3_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="_d_object_8h_source.html"><span class="icondoc"></span></a><a class="el" href="_d_object_8h.html" target="_self">DObject.h</a></td><td class="desc">Defines the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class, a universal data container for the project </td></tr>
|
||||
<tr id="row_1_3_1_1_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="_lockable_d_object_8h_source.html"><span class="icondoc"></span></a><a class="el" href="_lockable_d_object_8h.html" target="_self">LockableDObject.h</a></td><td class="desc">A lightweight wrapper for <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> that adds locking capabilities </td></tr>
|
||||
<tr id="row_1_3_1_2_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="_metadata_8h_source.html"><span class="icondoc"></span></a><a class="el" href="_metadata_8h.html" target="_self">Metadata.h</a></td><td class="desc">Public interface for the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class used in the dobj module </td></tr>
|
||||
<tr id="row_1_4_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_4_" class="arrow" onclick="dynsection.toggleFolder('1_4_')">▼</span><span id="img_1_4_" class="iconfopen" onclick="dynsection.toggleFolder('1_4_')"> </span><a class="el" href="dir_689df5374f46a72a7f1c8390720533bf.html" target="_self">eos</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_4_0_" class="arrow" onclick="dynsection.toggleFolder('1_4_0_')">►</span><span id="img_1_4_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_4_0_')"> </span><a class="el" href="dir_9f19808934b80c3e2264d387d03faf83.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="eos_i_o_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="eos_i_o_8cpp.html" target="_self">eosIO.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_0_1_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="helm_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="helm_8cpp.html" target="_self">helm.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_4_1_" class="arrow" onclick="dynsection.toggleFolder('1_4_1_')">►</span><span id="img_1_4_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_4_1_')"> </span><a class="el" href="dir_94e97cd8ac97a23f6f02421292d1b0f9.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="eos_i_o_8h_source.html"><span class="icondoc"></span></a><a class="el" href="eos_i_o_8h.html" target="_self">eosIO.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_4_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="helm_8h_source.html"><span class="icondoc"></span></a><a class="el" href="helm_8h.html" target="_self">helm.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_5_" class="arrow" onclick="dynsection.toggleFolder('1_5_')">▼</span><span id="img_1_5_" class="iconfopen" onclick="dynsection.toggleFolder('1_5_')"> </span><a class="el" href="dir_440126c2838a14af33b22611dbbb2bf6.html" target="_self">meshIO</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_5_0_" class="arrow" onclick="dynsection.toggleFolder('1_5_0_')">►</span><span id="img_1_5_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_5_0_')"> </span><a class="el" href="dir_70fe68c6a1aba1c690f556aae19244a1.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="mesh_i_o_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="mesh_i_o_8cpp.html" target="_self">meshIO.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_5_1_" class="arrow" onclick="dynsection.toggleFolder('1_5_1_')">►</span><span id="img_1_5_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_5_1_')"> </span><a class="el" href="dir_74e94668ea6d3ca842a67049f1d0566c.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_5_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="mesh_i_o_8h_source.html"><span class="icondoc"></span></a><a class="el" href="mesh_i_o_8h.html" target="_self">meshIO.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_6_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_6_" class="arrow" onclick="dynsection.toggleFolder('1_6_')">▼</span><span id="img_1_6_" class="iconfopen" onclick="dynsection.toggleFolder('1_6_')"> </span><a class="el" href="dir_88826aa2a10e1882b573f502bc7f4b55.html" target="_self">misc</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_6_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_6_0_" class="arrow" onclick="dynsection.toggleFolder('1_6_0_')">►</span><span id="img_1_6_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_6_0_')"> </span><a class="el" href="dir_b64ccfb7cae188f13ceb1b815e4d0abd.html" target="_self">macros</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_6_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="debug_8h_source.html"><span class="icondoc"></span></a><a class="el" href="debug_8h.html" target="_self">debug.h</a></td><td class="desc">Defines a macro for triggering a breakpoint in different compilers and platforms </td></tr>
|
||||
<tr id="row_1_6_0_1_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="warning__control_8h_source.html"><span class="icondoc"></span></a><a class="el" href="warning__control_8h.html" target="_self">warning_control.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_7_" class="arrow" onclick="dynsection.toggleFolder('1_7_')">▼</span><span id="img_1_7_" class="iconfopen" onclick="dynsection.toggleFolder('1_7_')"> </span><a class="el" href="dir_fc4c7f03e1a69a98c370fae55a743828.html" target="_self">network</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_7_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_7_0_" class="arrow" onclick="dynsection.toggleFolder('1_7_0_')">►</span><span id="img_1_7_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_7_0_')"> </span><a class="el" href="dir_0369d3b0dd40e9aef90fa4a1b74cee7c.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_7_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="approx8_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="approx8_8cpp.html" target="_self">approx8.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_7_0_1_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="network_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="network_8cpp.html" target="_self">network.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_7_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_7_1_" class="arrow" onclick="dynsection.toggleFolder('1_7_1_')">►</span><span id="img_1_7_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_7_1_')"> </span><a class="el" href="dir_e296cd0c311faef12afe540130b9e3be.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_7_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="approx8_8h_source.html"><span class="icondoc"></span></a><a class="el" href="approx8_8h.html" target="_self">approx8.h</a></td><td class="desc">Header file for the Approx8 nuclear reaction network </td></tr>
|
||||
<tr id="row_1_7_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="network_8h_source.html"><span class="icondoc"></span></a><a class="el" href="network_8h.html" target="_self">network.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_8_" class="arrow" onclick="dynsection.toggleFolder('1_8_')">▼</span><span id="img_1_8_" class="iconfopen" onclick="dynsection.toggleFolder('1_8_')"> </span><a class="el" href="dir_98811334950283dfb0b975440d5272eb.html" target="_self">opac</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_8_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_8_0_" class="arrow" onclick="dynsection.toggleFolder('1_8_0_')">►</span><span id="img_1_8_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_8_0_')"> </span><a class="el" href="dir_88e1407a1fb38d630626d3e1b6639cc8.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_8_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="opac_8h_source.html"><span class="icondoc"></span></a><a class="el" href="opac_8h.html" target="_self">opac.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_9_" class="arrow" onclick="dynsection.toggleFolder('1_9_')">▼</span><span id="img_1_9_" class="iconfopen" onclick="dynsection.toggleFolder('1_9_')"> </span><a class="el" href="dir_d0d2d394e86fce6a7356095f51b9fa38.html" target="_self">poly</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_9_0_" class="arrow" onclick="dynsection.toggleFolder('1_9_0_')">►</span><span id="img_1_9_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_0_')"> </span><a class="el" href="dir_2da03d50b6347916fd28121e88466439.html" target="_self">coeff</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_1_9_0_0_" class="arrow" onclick="dynsection.toggleFolder('1_9_0_0_')">►</span><span id="img_1_9_0_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_0_0_')"> </span><a class="el" href="dir_86a4174b93db2020db4458f465617054.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_0_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="poly_coeff_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="poly_coeff_8cpp.html" target="_self">polyCoeff.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_1_9_0_1_" class="arrow" onclick="dynsection.toggleFolder('1_9_0_1_')">►</span><span id="img_1_9_0_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_0_1_')"> </span><a class="el" href="dir_d9bdef71d547e79a3915b1057230bd19.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_0_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="poly_coeff_8h_source.html"><span class="icondoc"></span></a><a class="el" href="poly_coeff_8h.html" target="_self">polyCoeff.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_9_1_" class="arrow" onclick="dynsection.toggleFolder('1_9_1_')">►</span><span id="img_1_9_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_1_')"> </span><a class="el" href="dir_476d959cad78883bc59a4fa34d6934dd.html" target="_self">solver</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_1_9_1_0_" class="arrow" onclick="dynsection.toggleFolder('1_9_1_0_')">►</span><span id="img_1_9_1_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_1_0_')"> </span><a class="el" href="dir_a59e4e2ff000357899c5d77d7c820b5e.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_1_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="poly_solver_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="poly_solver_8cpp.html" target="_self">polySolver.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_1_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_1_9_1_1_" class="arrow" onclick="dynsection.toggleFolder('1_9_1_1_')">►</span><span id="img_1_9_1_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_1_1_')"> </span><a class="el" href="dir_6a51e92dbc81b2d0b8e1b8e6a4ab049e.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_1_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="poly_solver_8h_source.html"><span class="icondoc"></span></a><a class="el" href="poly_solver_8h.html" target="_self">polySolver.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_9_2_" class="arrow" onclick="dynsection.toggleFolder('1_9_2_')">►</span><span id="img_1_9_2_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_2_')"> </span><a class="el" href="dir_5c663bd7ffac62a07452e27b2b30c948.html" target="_self">utils</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_1_9_2_0_" class="arrow" onclick="dynsection.toggleFolder('1_9_2_0_')">►</span><span id="img_1_9_2_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_2_0_')"> </span><a class="el" href="dir_a82f4dad88709a7f727912f1ce60fba0.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="integrators_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="integrators_8cpp.html" target="_self">integrators.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="polytrope_operator_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="polytrope_operator_8cpp.html" target="_self">polytropeOperator.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="utilities_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="utilities_8cpp.html" target="_self">utilities.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_1_9_2_1_" class="arrow" onclick="dynsection.toggleFolder('1_9_2_1_')">►</span><span id="img_1_9_2_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_9_2_1_')"> </span><a class="el" href="dir_1ce48574fa7b57587706b1af262d1e55.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="integrators_8h_source.html"><span class="icondoc"></span></a><a class="el" href="integrators_8h.html" target="_self">integrators.h</a></td><td class="desc">A collection of utilities for working with MFEM and solving the lane-emden equation </td></tr>
|
||||
<tr id="row_1_9_2_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="polytrope_operator_8h_source.html"><span class="icondoc"></span></a><a class="el" href="polytrope_operator_8h.html" target="_self">polytropeOperator.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_9_2_1_2_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="utilities_8h_source.html"><span class="icondoc"></span></a><a class="el" href="utilities_8h.html" target="_self">utilities.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_10_" class="arrow" onclick="dynsection.toggleFolder('1_10_')">▼</span><span id="img_1_10_" class="iconfopen" onclick="dynsection.toggleFolder('1_10_')"> </span><a class="el" href="dir_6bad3e3551706232e4c4a487f3402f33.html" target="_self">probe</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_10_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_10_0_" class="arrow" onclick="dynsection.toggleFolder('1_10_0_')">►</span><span id="img_1_10_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_10_0_')"> </span><a class="el" href="dir_7c4a19aa6353409d84b8a31fd4de2591.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_10_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="probe_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="probe_8cpp.html" target="_self">probe.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_10_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_10_1_" class="arrow" onclick="dynsection.toggleFolder('1_10_1_')">►</span><span id="img_1_10_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_10_1_')"> </span><a class="el" href="dir_81c5ba3921b9f51e8e386c41ada0d027.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_10_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="probe_8h_source.html"><span class="icondoc"></span></a><a class="el" href="probe_8h.html" target="_self">probe.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_11_" class="arrow" onclick="dynsection.toggleFolder('1_11_')">▼</span><span id="img_1_11_" class="iconfopen" onclick="dynsection.toggleFolder('1_11_')"> </span><a class="el" href="dir_b8641f383bb3a55bd12c64e8208632c3.html" target="_self">resource</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_11_0_" class="arrow" onclick="dynsection.toggleFolder('1_11_0_')">►</span><span id="img_1_11_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_11_0_')"> </span><a class="el" href="dir_7bb0aa01699bca19f74bd46331fb94c4.html" target="_self">private</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="resource_manager_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="resource_manager_8cpp.html" target="_self">resourceManager.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_0_1_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="resource_manager_types_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="resource_manager_types_8cpp.html" target="_self">resourceManagerTypes.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_11_1_" class="arrow" onclick="dynsection.toggleFolder('1_11_1_')">►</span><span id="img_1_11_1_" class="iconfclosed" onclick="dynsection.toggleFolder('1_11_1_')"> </span><a class="el" href="dir_7ae670761914c779622a5fa6fb2b1e5f.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="resource_manager_8h_source.html"><span class="icondoc"></span></a><a class="el" href="resource_manager_8h.html" target="_self">resourceManager.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_11_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="resource_manager_types_8h_source.html"><span class="icondoc"></span></a><a class="el" href="resource_manager_types_8h.html" target="_self">resourceManagerTypes.h</a></td><td class="desc">Defines types and functions for managing resources </td></tr>
|
||||
<tr id="row_1_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_12_" class="arrow" onclick="dynsection.toggleFolder('1_12_')">▼</span><span id="img_1_12_" class="iconfopen" onclick="dynsection.toggleFolder('1_12_')"> </span><a class="el" href="dir_0c0c9fa8a58db41e576adc3ce68c5ee9.html" target="_self">types</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_12_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_12_0_" class="arrow" onclick="dynsection.toggleFolder('1_12_0_')">►</span><span id="img_1_12_0_" class="iconfclosed" onclick="dynsection.toggleFolder('1_12_0_')"> </span><a class="el" href="dir_85629ce3409996ab3ecde610fb1a54f9.html" target="_self">public</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_12_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><a href="4_d_s_t_a_r_types_8h_source.html"><span class="icondoc"></span></a><a class="el" href="4_d_s_t_a_r_types_8h.html" target="_self">4DSTARTypes.h</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="dynsection.toggleFolder('2_')">▼</span><span id="img_2_" class="iconfopen" onclick="dynsection.toggleFolder('2_')"> </span><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html" target="_self">tests</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_0_" class="arrow" onclick="dynsection.toggleFolder('2_0_')">▼</span><span id="img_2_0_" class="iconfopen" onclick="dynsection.toggleFolder('2_0_')"> </span><a class="el" href="dir_87229db23c746e277e7b963aa1a9328c.html" target="_self">composition</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="composition_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="composition_test_8cpp.html" target="_self">compositionTest.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_1_" class="arrow" onclick="dynsection.toggleFolder('2_1_')">▼</span><span id="img_2_1_" class="iconfopen" onclick="dynsection.toggleFolder('2_1_')"> </span><a class="el" href="dir_4ca8c38bcea36bc5bc19e1323c6cc9d6.html" target="_self">composition_sandbox</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="comp_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="comp_8cpp.html" target="_self">comp.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_2_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_2_" class="arrow" onclick="dynsection.toggleFolder('2_2_')">▼</span><span id="img_2_2_" class="iconfopen" onclick="dynsection.toggleFolder('2_2_')"> </span><a class="el" href="dir_ce3bf6daddda59a58b5b9429da3f76b4.html" target="_self">config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_2_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="config_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="config_test_8cpp.html" target="_self">configTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="class_config.html" title="Singleton class to manage configuration settings loaded from a YAML file.">Config</a> class </td></tr>
|
||||
<tr id="row_2_3_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_3_" class="arrow" onclick="dynsection.toggleFolder('2_3_')">▼</span><span id="img_2_3_" class="iconfopen" onclick="dynsection.toggleFolder('2_3_')"> </span><a class="el" href="dir_6cfc89239232d12b3feb44b30f54e02f.html" target="_self">const</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_3_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="const_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="const_test_8cpp.html" target="_self">constTest.cpp</a></td><td class="desc">Unit tests for the const class </td></tr>
|
||||
<tr id="row_2_4_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_4_" class="arrow" onclick="dynsection.toggleFolder('2_4_')">▼</span><span id="img_2_4_" class="iconfopen" onclick="dynsection.toggleFolder('2_4_')"> </span><a class="el" href="dir_bc1cc3abf5d5430dc6e21979095d09f3.html" target="_self">dobj</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_4_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="_d_object_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="_d_object_test_8cpp.html" target="_self">DObjectTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="class_d_object.html" title="A universal data container class.">DObject</a> class </td></tr>
|
||||
<tr id="row_2_4_1_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="_lockable_d_object_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="_lockable_d_object_test_8cpp.html" target="_self">LockableDObjectTest.cpp</a></td><td class="desc">Unit tests for the <a class="el" href="class_lockable_d_object.html" title="Wrapper for DObject with thread-safe access.">LockableDObject</a> class </td></tr>
|
||||
<tr id="row_2_4_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="_metadata_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="_metadata_test_8cpp.html" target="_self">MetadataTest.cpp</a></td><td class="desc">Unit tests and integration tests for the <a class="el" href="class_metadata.html" title="Represents metadata information for data objects in the dobj module.">Metadata</a> class </td></tr>
|
||||
<tr id="row_2_5_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_5_" class="arrow" onclick="dynsection.toggleFolder('2_5_')">▼</span><span id="img_2_5_" class="iconfopen" onclick="dynsection.toggleFolder('2_5_')"> </span><a class="el" href="dir_388d1cd783f992dee884a2918d77a3d7.html" target="_self">dobj_sandbox</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_5_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="test_d_object_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="test_d_object_8cpp.html" target="_self">testDObject.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_6_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_6_" class="arrow" onclick="dynsection.toggleFolder('2_6_')">▼</span><span id="img_2_6_" class="iconfopen" onclick="dynsection.toggleFolder('2_6_')"> </span><a class="el" href="dir_0a9fc31aab728f990a053f374d62ee5c.html" target="_self">eos</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_6_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="eos_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="eos_test_8cpp.html" target="_self">eosTest.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_7_" class="arrow" onclick="dynsection.toggleFolder('2_7_')">▼</span><span id="img_2_7_" class="iconfopen" onclick="dynsection.toggleFolder('2_7_')"> </span><a class="el" href="dir_0c07588a470b646c09b0414ac8faaf7b.html" target="_self">meshIO</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_7_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="mesh_i_o_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="mesh_i_o_test_8cpp.html" target="_self">meshIOTest.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_8_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_8_" class="arrow" onclick="dynsection.toggleFolder('2_8_')">▼</span><span id="img_2_8_" class="iconfopen" onclick="dynsection.toggleFolder('2_8_')"> </span><a class="el" href="dir_4166b9b5ef066b3a88619bbc1a7ebd3b.html" target="_self">network</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_8_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="approx8_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="approx8_test_8cpp.html" target="_self">approx8Test.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_9_" class="arrow" onclick="dynsection.toggleFolder('2_9_')">▼</span><span id="img_2_9_" class="iconfopen" onclick="dynsection.toggleFolder('2_9_')"> </span><a class="el" href="dir_a827c0dd3b159e84e2f201bdef257c4f.html" target="_self">poly</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_9_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="poly_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="poly_test_8cpp.html" target="_self">polyTest.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_10_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_10_" class="arrow" onclick="dynsection.toggleFolder('2_10_')">▼</span><span id="img_2_10_" class="iconfopen" onclick="dynsection.toggleFolder('2_10_')"> </span><a class="el" href="dir_9cba7936c46a1c67f99aa3df3c42d0f3.html" target="_self">probe</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_10_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="probe_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="probe_test_8cpp.html" target="_self">probeTest.cpp</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_11_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_11_" class="arrow" onclick="dynsection.toggleFolder('2_11_')">▼</span><span id="img_2_11_" class="iconfopen" onclick="dynsection.toggleFolder('2_11_')"> </span><a class="el" href="dir_f32aa75261448ee6e688669e6b5542e9.html" target="_self">resource</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_11_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a href="resource_manager_test_8cpp_source.html"><span class="icondoc"></span></a><a class="el" href="resource_manager_test_8cpp.html" target="_self">resourceManagerTest.cpp</a></td><td class="desc"></td></tr>
|
||||
</table>
|
||||
</div><!-- directory -->
|
||||
</div><!-- contents -->
|
||||
@@ -183,7 +226,7 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
var files_dup =
|
||||
[
|
||||
[ "docs", "dir_49e56c817e5e54854c35e136979f97ca.html", "dir_49e56c817e5e54854c35e136979f97ca" ],
|
||||
[ "src", "dir_68267d1309a1af8e8297ef4c3efbcdba.html", "dir_68267d1309a1af8e8297ef4c3efbcdba" ],
|
||||
[ "tests", "dir_59425e443f801f1f2fd8bbe4959a3ccf.html", "dir_59425e443f801f1f2fd8bbe4959a3ccf" ],
|
||||
[ "utils", "dir_cbdb8362360e11eafe2fa3bc74cf0ffd.html", "dir_cbdb8362360e11eafe2fa3bc74cf0ffd" ]
|
||||
[ "tests", "dir_59425e443f801f1f2fd8bbe4959a3ccf.html", "dir_59425e443f801f1f2fd8bbe4959a3ccf" ]
|
||||
];
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Class Members</title>
|
||||
<title>SERiF: Class Members</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('functions.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('functions.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,407 +86,35 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
|
||||
|
||||
<h3><a id="index_a"></a>- a -</h3><ul>
|
||||
<li>add_integrator()
|
||||
: <a class="el" href="classCompositeNonlinearIntegrator.html#af336df4849e99a3bc95161f03868efc4">CompositeNonlinearIntegrator</a>
|
||||
</li>
|
||||
<li>AssembleElementGrad()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a19b6facddeba8256619981e6276f5815">BilinearIntegratorWrapper</a>
|
||||
, <a class="el" href="classCompositeNonlinearIntegrator.html#a2b466f6e16a5797f5ed50621fc4818a0">CompositeNonlinearIntegrator</a>
|
||||
, <a class="el" href="classNonlinearPowerIntegrator.html#a5d8116206e35119fbee20540f5bd3157">NonlinearPowerIntegrator</a>
|
||||
</li>
|
||||
<li>AssembleElementVector()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a10c3ac5bb62c91c3a437924e33a527d8">BilinearIntegratorWrapper</a>
|
||||
, <a class="el" href="classCompositeNonlinearIntegrator.html#a0a3c6ccf134c4566218eb3a33861214c">CompositeNonlinearIntegrator</a>
|
||||
, <a class="el" href="classNonlinearPowerIntegrator.html#a23b79c0ab632824ffda9b43928a00504">NonlinearPowerIntegrator</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_b"></a>- b -</h3><ul>
|
||||
<li>BilinearIntegratorWrapper()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a72155007095c629dfca4f349739e4a18">BilinearIntegratorWrapper</a>
|
||||
</li>
|
||||
<li>byteEnd
|
||||
: <a class="el" href="structTableIndex.html#a69c87fd1cb0b7a64a82c52c54193e5e6">TableIndex</a>
|
||||
</li>
|
||||
<li>byteStart
|
||||
: <a class="el" href="structTableIndex.html#ad899cf13056eb17b33e1c5e303e10132">TableIndex</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_c"></a>- c -</h3><ul>
|
||||
<li>callAddToCache()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>callCacheSize()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#aaa9517067ef84ab7fb6365536180ce13">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>callIsKeyInCache()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#a6d7d0e1bf82c1917dde20167697a03b1">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>callRegisterKeyNotFound()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#a447eb550ff20700e31bd530b7ca01592">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>CheckIfKeyUnknown()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#a4de7c133e8e296d7f9e713aa0b2c4329">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>comment
|
||||
: <a class="el" href="structHeader.html#a122331824871070af2c6cebc9698abd8">Header</a>
|
||||
</li>
|
||||
<li>CompositeNonlinearIntegrator()
|
||||
: <a class="el" href="classCompositeNonlinearIntegrator.html#aba931cf9d57170b7483eed0ade6cd459">CompositeNonlinearIntegrator</a>
|
||||
</li>
|
||||
<li>computeChecksum()
|
||||
: <a class="el" href="classOpatIO.html#af5c52b5d862f5b94ee847c6c791998db">OpatIO</a>
|
||||
</li>
|
||||
<li>Constant()
|
||||
: <a class="el" href="structConstant.html#a84ca5b6951cc8a8eccd083894302a857">Constant</a>
|
||||
</li>
|
||||
<li>creationDate
|
||||
: <a class="el" href="structHeader.html#a83f52dffac0449704ef1a50a5e787e92">Header</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_d"></a>- d -</h3><ul>
|
||||
<li>DataType
|
||||
: <a class="el" href="classDObject.html#a79a2ecac4130ef3df272bdfeed26a620">DObject</a>
|
||||
</li>
|
||||
<li>dataTypeMap
|
||||
: <a class="el" href="classDObject.html#a358d5f015da09ae5f0cbb46f3fd9e401">DObject</a>
|
||||
</li>
|
||||
<li>defaultObject
|
||||
: <a class="el" href="classDObjectTest.html#ac753942590ae6ee456e6f3dd8b205df2">DObjectTest</a>
|
||||
</li>
|
||||
<li>DObject()
|
||||
: <a class="el" href="classDObject.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_g"></a>- g -</h3><ul>
|
||||
<li>get()
|
||||
: <a class="el" href="classConstants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19">Constants</a>
|
||||
, <a class="el" href="classLockableDObject.html#adcfe201fc728cc1c6fcf638a566ba9a1">LockableDObject</a>
|
||||
</li>
|
||||
<li>getByteSize()
|
||||
: <a class="el" href="classMetadata.html#ac7980d1efdd6ae434f0115f83d08348e">Metadata</a>
|
||||
</li>
|
||||
<li>getData()
|
||||
: <a class="el" href="classDObject.html#a4862655c3634d019b0a45b811d6f7235">DObject</a>
|
||||
</li>
|
||||
<li>getDataAs()
|
||||
: <a class="el" href="classDObject.html#aca2db093c1c8c6f7893de07544aed619">DObject</a>
|
||||
</li>
|
||||
<li>getDataType()
|
||||
: <a class="el" href="classMetadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">Metadata</a>
|
||||
</li>
|
||||
<li>getDimensions()
|
||||
: <a class="el" href="classMetadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">Metadata</a>
|
||||
</li>
|
||||
<li>getErrorCode()
|
||||
: <a class="el" href="classDObject.html#afa8926d916081de72478cb8813c25e98">DObject</a>
|
||||
</li>
|
||||
<li>getHeader()
|
||||
: <a class="el" href="classOpatIO.html#afe725b647bc5bb802f6d711fc5dca3ab">OpatIO</a>
|
||||
</li>
|
||||
<li>getInstance()
|
||||
: <a class="el" href="classConstants.html#aaa6f3af20fa563cf22df71a987923065">Constants</a>
|
||||
</li>
|
||||
<li>getMaxQDepth()
|
||||
: <a class="el" href="classOpatIO.html#a48cd5e4f3fdb221bc1b6253e149e8e01">OpatIO</a>
|
||||
</li>
|
||||
<li>GetMesh()
|
||||
: <a class="el" href="classMeshIO.html#a3e4bccff08abf9a28b3d64c8fb9f7317">MeshIO</a>
|
||||
</li>
|
||||
<li>getNumIndex()
|
||||
: <a class="el" href="classOpatIO.html#a8f7cc9a4ec8845c22df330678afd29c6">OpatIO</a>
|
||||
</li>
|
||||
<li>getOPATVersion()
|
||||
: <a class="el" href="classOpatIO.html#a2894437c09f4cdb06c9b06d6aad4bd2f">OpatIO</a>
|
||||
</li>
|
||||
<li>getTable()
|
||||
: <a class="el" href="classOpatIO.html#a5c35b863873239e023427864ed016f58">OpatIO</a>
|
||||
</li>
|
||||
<li>getTableIndex()
|
||||
: <a class="el" href="classOpatIO.html#af0bc6bb210c4ff74bc1e043aeb252e1a">OpatIO</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_h"></a>- h -</h3><ul>
|
||||
<li>has()
|
||||
: <a class="el" href="classConstants.html#a2aa041fd223f259e55bf098c90581039">Constants</a>
|
||||
</li>
|
||||
<li>headerSize
|
||||
: <a class="el" href="structHeader.html#af0bdf31defd5888cc8d2f7537e687917">Header</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||
<li>index
|
||||
: <a class="el" href="structTableIndex.html#a5abb8638b94f778674d999db0f506ecc">TableIndex</a>
|
||||
</li>
|
||||
<li>indexOffset
|
||||
: <a class="el" href="structHeader.html#a31039c09176a479defcbe38597eb9957">Header</a>
|
||||
</li>
|
||||
<li>initializedObject
|
||||
: <a class="el" href="classDObjectTest.html#a2150dd7881a4d1c68ce51344f174738e">DObjectTest</a>
|
||||
</li>
|
||||
<li>isDebugEnabled()
|
||||
: <a class="el" href="classMetadata.html#abe52c81e04665628666b4140cd346b69">Metadata</a>
|
||||
</li>
|
||||
<li>isDebuggingEnabled()
|
||||
: <a class="el" href="classDObject.html#ae47bf220fbe2173cf6933c2380035dbd">DObject</a>
|
||||
</li>
|
||||
<li>isLoaded()
|
||||
: <a class="el" href="classConstants.html#ae276dfdc0ffe75a53e3842e33ab52630">Constants</a>
|
||||
</li>
|
||||
<li>IsLoaded()
|
||||
: <a class="el" href="classMeshIO.html#a12495fc814254021d44e0509ac760672">MeshIO</a>
|
||||
</li>
|
||||
<li>isLoaded()
|
||||
: <a class="el" href="classOpatIO.html#aba1be05d51d4b0b9e4581b95ad0e1890">OpatIO</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_k"></a>- k -</h3><ul>
|
||||
<li>keys()
|
||||
: <a class="el" href="classConstants.html#ab9de36fa145552a3e7964e7e85a67149">Constants</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_l"></a>- l -</h3><ul>
|
||||
<li>load()
|
||||
: <a class="el" href="classOpatIO.html#a3578ac9bad40dd45ada3459f92a93b56">OpatIO</a>
|
||||
</li>
|
||||
<li>lock()
|
||||
: <a class="el" href="classLockableDObject.html#ade38ca54703913359fc3b4366f6e292a">LockableDObject</a>
|
||||
</li>
|
||||
<li>LockableDObject()
|
||||
: <a class="el" href="classLockableDObject.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a>
|
||||
</li>
|
||||
<li>lockableObject
|
||||
: <a class="el" href="classLockableDObjectTest.html#a6f639c0023311b7900595ab11c40cd59">LockableDObjectTest</a>
|
||||
</li>
|
||||
<li>logKappa
|
||||
: <a class="el" href="structOPATTable.html#aee4e3713cffa0ed0a5bd79e2dec97d6e">OPATTable</a>
|
||||
</li>
|
||||
<li>logR
|
||||
: <a class="el" href="structOPATTable.html#afaf11794675d27e75de5233b947fced9">OPATTable</a>
|
||||
</li>
|
||||
<li>logT
|
||||
: <a class="el" href="structOPATTable.html#a237ed50cee8df2144a2c47b5ffa443d3">OPATTable</a>
|
||||
</li>
|
||||
<li>lookupClosestTableID()
|
||||
: <a class="el" href="classOpatIO.html#a82715d95a5ddd1e78470b90fbd005c4d">OpatIO</a>
|
||||
</li>
|
||||
<li>lookupTableID()
|
||||
: <a class="el" href="classOpatIO.html#a1a4456b7745c0dd559eca72d5d744fc0">OpatIO</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_m"></a>- m -</h3><ul>
|
||||
<li>magic
|
||||
: <a class="el" href="structHeader.html#a87c9fc5b27c41fe65698f8538c23b182">Header</a>
|
||||
</li>
|
||||
<li>MeshIO()
|
||||
: <a class="el" href="classMeshIO.html#a8fe43b55b7851c805c276517b0aacac5">MeshIO</a>
|
||||
</li>
|
||||
<li>Metadata()
|
||||
: <a class="el" href="classMetadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_n"></a>- n -</h3><ul>
|
||||
<li>N_R
|
||||
: <a class="el" href="structOPATTable.html#a70b70699726b2f77b486702e913a164b">OPATTable</a>
|
||||
</li>
|
||||
<li>N_T
|
||||
: <a class="el" href="structOPATTable.html#a87cc2d8e225e5e9c567602d779aec88f">OPATTable</a>
|
||||
</li>
|
||||
<li>name
|
||||
: <a class="el" href="structConstant.html#a8d8d2a81e9a8f36dfa02b4d23a5be55c">Constant</a>
|
||||
</li>
|
||||
<li>NonlinearPowerIntegrator()
|
||||
: <a class="el" href="classNonlinearPowerIntegrator.html#a0578e900c8e95cfa1161362c98fd3d31">NonlinearPowerIntegrator</a>
|
||||
</li>
|
||||
<li>numIndex
|
||||
: <a class="el" href="structHeader.html#a2ab1f0eeaadd3be76f253a71d06e2b39">Header</a>
|
||||
</li>
|
||||
<li>numTables
|
||||
: <a class="el" href="structHeader.html#a162ced3913c3373d6d54c32274b99d72">Header</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_o"></a>- o -</h3><ul>
|
||||
<li>OpatIO()
|
||||
: <a class="el" href="classOpatIO.html#a7f3436b3ac0dbe141b08d8064550f1b3">OpatIO</a>
|
||||
</li>
|
||||
<li>operator<<
|
||||
: <a class="el" href="structConstant.html#ad298f7af7cdfd2e2267fd9e464558e2b">Constant</a>
|
||||
, <a class="el" href="classDObject.html#a5b2896a287295bf59a0b9e4d0af21161">DObject</a>
|
||||
, <a class="el" href="classMetadata.html#a9bc49cc23da2d1ff8b3e197630b9dfd2">Metadata</a>
|
||||
</li>
|
||||
<li>operator[]()
|
||||
: <a class="el" href="classConstants.html#ad75620743b867fc20d4a05027d1a1c01">Constants</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_p"></a>- p -</h3><ul>
|
||||
<li>Plugin
|
||||
: <a class="el" href="classDObject.html#af11334d08ef85c68b3aae7554548e5a7">DObject</a>
|
||||
</li>
|
||||
<li>printHeader()
|
||||
: <a class="el" href="classOpatIO.html#a117f7e1f45d6c410c21d0644e447bbb1">OpatIO</a>
|
||||
</li>
|
||||
<li>printTable()
|
||||
: <a class="el" href="classOpatIO.html#afae90144930f190ed4018fbf328bf8ea">OpatIO</a>
|
||||
</li>
|
||||
<li>printTableIndex()
|
||||
: <a class="el" href="classOpatIO.html#afa623ba10f188097e555a682a4c69a9f">OpatIO</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_r"></a>- r -</h3><ul>
|
||||
<li>reference
|
||||
: <a class="el" href="structConstant.html#a1c7e6c5a1d2316c98e59e04a234754d1">Constant</a>
|
||||
</li>
|
||||
<li>registerPlugin()
|
||||
: <a class="el" href="classDObject.html#a15afffdf339150fc872bf63bdd08d581">DObject</a>
|
||||
</li>
|
||||
<li>reserved
|
||||
: <a class="el" href="structHeader.html#a40ba18cda24aa3bb788555a209dd1bad">Header</a>
|
||||
</li>
|
||||
<li>runAllPlugins()
|
||||
: <a class="el" href="classDObject.html#a1223275dcbbf20334ea11707346acb93">DObject</a>
|
||||
</li>
|
||||
<li>runPlugin()
|
||||
: <a class="el" href="classDObject.html#a99072eb52bb22745f0248f273fbf28fb">DObject</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||
<li>setByteSize()
|
||||
: <a class="el" href="classMetadata.html#a07035de7b0c780ef340e1a11c60a4d2b">Metadata</a>
|
||||
</li>
|
||||
<li>setData()
|
||||
: <a class="el" href="classDObject.html#ab1718571434e84e90f1ec463e4786a8a">DObject</a>
|
||||
</li>
|
||||
<li>setDataType()
|
||||
: <a class="el" href="classMetadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">Metadata</a>
|
||||
</li>
|
||||
<li>setDebugEnabled()
|
||||
: <a class="el" href="classMetadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">Metadata</a>
|
||||
</li>
|
||||
<li>setDebugging()
|
||||
: <a class="el" href="classDObject.html#a6f0023aee463e71d92442dcf61b6ed47">DObject</a>
|
||||
</li>
|
||||
<li>setDimensions()
|
||||
: <a class="el" href="classMetadata.html#af5264d1666839e69c192b565b5cfa606">Metadata</a>
|
||||
</li>
|
||||
<li>setErrorCode()
|
||||
: <a class="el" href="classDObject.html#a3dce47a519f9da5085c0c5ac1eea4f38">DObject</a>
|
||||
</li>
|
||||
<li>setFilename()
|
||||
: <a class="el" href="classOpatIO.html#ad189e0f239bc4184fecf7daef7923272">OpatIO</a>
|
||||
</li>
|
||||
<li>setMaxQDepth()
|
||||
: <a class="el" href="classOpatIO.html#ab0edd41690b8d5c1775f87439cf82cb5">OpatIO</a>
|
||||
</li>
|
||||
<li>SetUp()
|
||||
: <a class="el" href="classconstTest.html#af4753885bf401953202f89d455a2702f">constTest</a>
|
||||
, <a class="el" href="classDObjectTest.html#a95ba0f78c44e0bd46603de32028b7be6">DObjectTest</a>
|
||||
, <a class="el" href="classLockableDObjectTest.html#a4ca643fb176141b51f4761dd3df64769">LockableDObjectTest</a>
|
||||
, <a class="el" href="classMetadataTest.html#a6273a370a10b42155af951a8fc2c47fa">MetadataTest</a>
|
||||
</li>
|
||||
<li>sha256
|
||||
: <a class="el" href="structTableIndex.html#a0c4826e48839977fa2bfaa1bf51b6cdb">TableIndex</a>
|
||||
</li>
|
||||
<li>sourceInfo
|
||||
: <a class="el" href="structHeader.html#ac1a0c67ed5bd4021581fc00c2d79dba3">Header</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_t"></a>- t -</h3><ul>
|
||||
<li>TearDown()
|
||||
: <a class="el" href="classMetadataTest.html#a24075d61d37dceacd353ecde16a1ac71">MetadataTest</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_u"></a>- u -</h3><ul>
|
||||
<li>uncertainty
|
||||
: <a class="el" href="structConstant.html#a0ae09f22af150a41aa4169a4a60933be">Constant</a>
|
||||
</li>
|
||||
<li>unit
|
||||
: <a class="el" href="structConstant.html#a2c46956a2d2b0ebf78ff99c5971130d2">Constant</a>
|
||||
</li>
|
||||
<li>unload()
|
||||
: <a class="el" href="classOpatIO.html#ac1c1a6159f82462fedf9b526ddcc19a6">OpatIO</a>
|
||||
</li>
|
||||
<li>unlock()
|
||||
: <a class="el" href="classLockableDObject.html#a1481ed99dcd837490bf28309aadaedfb">LockableDObject</a>
|
||||
</li>
|
||||
<li>unregisterPlugin()
|
||||
: <a class="el" href="classDObject.html#a99b8688849e11501033a25f61efb8356">DObject</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v"></a>- v -</h3><ul>
|
||||
<li>validateAll()
|
||||
: <a class="el" href="classOpatIO.html#aafb5941c4c93104af8ba06f2271a3dc7">OpatIO</a>
|
||||
</li>
|
||||
<li>value
|
||||
: <a class="el" href="structConstant.html#a3bda8d7fadd6fb2510fd39962a065a02">Constant</a>
|
||||
</li>
|
||||
<li>version
|
||||
: <a class="el" href="structHeader.html#ac55e763f9e96050f4dab115a4a1c2356">Header</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index__7E"></a>- ~ -</h3><ul>
|
||||
<li>~BilinearIntegratorWrapper()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a6f550f0cb8d39c5ebc6e712762eb8504">BilinearIntegratorWrapper</a>
|
||||
</li>
|
||||
<li>~CompositeNonlinearIntegrator()
|
||||
: <a class="el" href="classCompositeNonlinearIntegrator.html#a93b4496295c20d461b971c65633570d8">CompositeNonlinearIntegrator</a>
|
||||
</li>
|
||||
<li>~MeshIO()
|
||||
: <a class="el" href="classMeshIO.html#abf2d0986e73b920c71c03dc61730846c">MeshIO</a>
|
||||
</li>
|
||||
<li>~OpatIO()
|
||||
: <a class="el" href="classOpatIO.html#ac34f611a9eab458329553d27e8bffec6">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_a" name="index_a"></a>- a -</h3><ul>
|
||||
<li>abar : <a class="el" href="structhelmholtz_1_1_e_o_s_input.html#ad0bf9309ddc7f784eca932a02f0af8b8">helmholtz::EOSInput</a></li>
|
||||
<li>aion : <a class="el" href="structnn_approx8_1_1_net.html#a3303feacf741779a8389a119c44930c9">nnApprox8::Net</a></li>
|
||||
<li>assembleAndFinalizeForm() : <a class="el" href="class_poly_solver.html#a553333a8520390effad208fcde3deaf0">PolySolver</a></li>
|
||||
<li>assembleBlockSystem() : <a class="el" href="class_poly_solver.html#afe38ca0ba610c352f1b8b9463bff947c">PolySolver</a></li>
|
||||
<li>AssembleElementGrad() : <a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#aa6913e69a87ff759ec59b46d89b8cde2">polyMFEMUtils::NonlinearPowerIntegrator</a></li>
|
||||
<li>AssembleElementVector() : <a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a4999e49e957ccb3900be9b04466bca5b">polyMFEMUtils::NonlinearPowerIntegrator</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Class Members - Functions</title>
|
||||
<title>SERiF: Class Members - Functions</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('functions_func.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('functions_func.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,312 +86,265 @@ $(document).ready(function(){initNavTree('functions_func.html',''); initResizabl
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
 
|
||||
<div class="textblock">Here is a list of all functions with links to the classes they belong to:</div>
|
||||
|
||||
<h3><a id="index_a"></a>- a -</h3><ul>
|
||||
<li>add_integrator()
|
||||
: <a class="el" href="classCompositeNonlinearIntegrator.html#af336df4849e99a3bc95161f03868efc4">CompositeNonlinearIntegrator</a>
|
||||
</li>
|
||||
<li>AssembleElementGrad()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a19b6facddeba8256619981e6276f5815">BilinearIntegratorWrapper</a>
|
||||
, <a class="el" href="classCompositeNonlinearIntegrator.html#a2b466f6e16a5797f5ed50621fc4818a0">CompositeNonlinearIntegrator</a>
|
||||
, <a class="el" href="classNonlinearPowerIntegrator.html#a5d8116206e35119fbee20540f5bd3157">NonlinearPowerIntegrator</a>
|
||||
</li>
|
||||
<li>AssembleElementVector()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a10c3ac5bb62c91c3a437924e33a527d8">BilinearIntegratorWrapper</a>
|
||||
, <a class="el" href="classCompositeNonlinearIntegrator.html#a0a3c6ccf134c4566218eb3a33861214c">CompositeNonlinearIntegrator</a>
|
||||
, <a class="el" href="classNonlinearPowerIntegrator.html#a23b79c0ab632824ffda9b43928a00504">NonlinearPowerIntegrator</a>
|
||||
</li>
|
||||
<h3><a id="index_a" name="index_a"></a>- a -</h3><ul>
|
||||
<li>assembleAndFinalizeForm() : <a class="el" href="class_poly_solver.html#a553333a8520390effad208fcde3deaf0">PolySolver</a></li>
|
||||
<li>assembleBlockSystem() : <a class="el" href="class_poly_solver.html#afe38ca0ba610c352f1b8b9463bff947c">PolySolver</a></li>
|
||||
<li>AssembleElementGrad() : <a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#aa6913e69a87ff759ec59b46d89b8cde2">polyMFEMUtils::NonlinearPowerIntegrator</a></li>
|
||||
<li>AssembleElementVector() : <a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a4999e49e957ccb3900be9b04466bca5b">polyMFEMUtils::NonlinearPowerIntegrator</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_b"></a>- b -</h3><ul>
|
||||
<li>BilinearIntegratorWrapper()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a72155007095c629dfca4f349739e4a18">BilinearIntegratorWrapper</a>
|
||||
</li>
|
||||
<h3><a id="index_b" name="index_b"></a>- b -</h3><ul>
|
||||
<li>buildIndividualForms() : <a class="el" href="class_poly_solver.html#ad458dfdfdbd84bd4aa723d7b82df57da">PolySolver</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_c"></a>- c -</h3><ul>
|
||||
<li>callAddToCache()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>callCacheSize()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#aaa9517067ef84ab7fb6365536180ce13">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>callIsKeyInCache()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#a6d7d0e1bf82c1917dde20167697a03b1">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>callRegisterKeyNotFound()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#a447eb550ff20700e31bd530b7ca01592">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>CheckIfKeyUnknown()
|
||||
: <a class="el" href="classconfigTestPrivateAccessor.html#a4de7c133e8e296d7f9e713aa0b2c4329">configTestPrivateAccessor</a>
|
||||
</li>
|
||||
<li>CompositeNonlinearIntegrator()
|
||||
: <a class="el" href="classCompositeNonlinearIntegrator.html#aba931cf9d57170b7483eed0ade6cd459">CompositeNonlinearIntegrator</a>
|
||||
</li>
|
||||
<li>computeChecksum()
|
||||
: <a class="el" href="classOpatIO.html#af5c52b5d862f5b94ee847c6c791998db">OpatIO</a>
|
||||
</li>
|
||||
<li>Constant()
|
||||
: <a class="el" href="structConstant.html#a84ca5b6951cc8a8eccd083894302a857">Constant</a>
|
||||
</li>
|
||||
<h3><a id="index_c" name="index_c"></a>- c -</h3><ul>
|
||||
<li>callAddToCache() : <a class="el" href="classconfig_test_private_accessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9">configTestPrivateAccessor</a></li>
|
||||
<li>callCacheSize() : <a class="el" href="classconfig_test_private_accessor.html#aaa9517067ef84ab7fb6365536180ce13">configTestPrivateAccessor</a></li>
|
||||
<li>callIsKeyInCache() : <a class="el" href="classconfig_test_private_accessor.html#a6d7d0e1bf82c1917dde20167697a03b1">configTestPrivateAccessor</a></li>
|
||||
<li>callRegisterKeyNotFound() : <a class="el" href="classconfig_test_private_accessor.html#a447eb550ff20700e31bd530b7ca01592">configTestPrivateAccessor</a></li>
|
||||
<li>CheckIfKeyUnknown() : <a class="el" href="classconfig_test_private_accessor.html#a4de7c133e8e296d7f9e713aa0b2c4329">configTestPrivateAccessor</a></li>
|
||||
<li>Composition() : <a class="el" href="classcomposition_1_1_composition.html#a844470d1f13475a0a28b5c1914570357">composition::Composition</a></li>
|
||||
<li>CompositionEntry() : <a class="el" href="structcomposition_1_1_composition_entry.html#af6835e8d2f97e52d76f3704d8db9cd38">composition::CompositionEntry</a></li>
|
||||
<li>computeBlockOffsets() : <a class="el" href="class_poly_solver.html#ad69d4ff9b5b56e0654f8e082a210c613">PolySolver</a></li>
|
||||
<li>Constant() : <a class="el" href="struct_constant.html#a84ca5b6951cc8a8eccd083894302a857">Constant</a></li>
|
||||
<li>Constants() : <a class="el" href="class_constants.html#af395b3c1d6f0577f4880a21a257aa1db">Constants</a></li>
|
||||
<li>construct_jacobian_constant_terms() : <a class="el" href="class_polytrope_operator.html#a45844aac69f5b441f015b9b76ac453d6">PolytropeOperator</a></li>
|
||||
<li>construct_matrix_representations() : <a class="el" href="class_polytrope_operator.html#a0a22ba7589125309e40cbf8180404e5a">PolytropeOperator</a></li>
|
||||
<li>construct_reduced_block_offsets() : <a class="el" href="class_polytrope_operator.html#a961d9dc73ba632e20266ede59c9503c2">PolytropeOperator</a></li>
|
||||
<li>convert_netIn() : <a class="el" href="classnn_approx8_1_1_approx8_network.html#af6bd9b6c9b4c3f344ae6b8fcce1b3659">nnApprox8::Approx8Network</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_d"></a>- d -</h3><ul>
|
||||
<li>DObject()
|
||||
: <a class="el" href="classDObject.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a>
|
||||
</li>
|
||||
<h3><a id="index_d" name="index_d"></a>- d -</h3><ul>
|
||||
<li>DObject() : <a class="el" href="class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0">DObject</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_g"></a>- g -</h3><ul>
|
||||
<li>get()
|
||||
: <a class="el" href="classConstants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19">Constants</a>
|
||||
, <a class="el" href="classLockableDObject.html#adcfe201fc728cc1c6fcf638a566ba9a1">LockableDObject</a>
|
||||
</li>
|
||||
<li>getByteSize()
|
||||
: <a class="el" href="classMetadata.html#ac7980d1efdd6ae434f0115f83d08348e">Metadata</a>
|
||||
</li>
|
||||
<li>getData()
|
||||
: <a class="el" href="classDObject.html#a4862655c3634d019b0a45b811d6f7235">DObject</a>
|
||||
</li>
|
||||
<li>getDataAs()
|
||||
: <a class="el" href="classDObject.html#aca2db093c1c8c6f7893de07544aed619">DObject</a>
|
||||
</li>
|
||||
<li>getDataType()
|
||||
: <a class="el" href="classMetadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">Metadata</a>
|
||||
</li>
|
||||
<li>getDimensions()
|
||||
: <a class="el" href="classMetadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">Metadata</a>
|
||||
</li>
|
||||
<li>getErrorCode()
|
||||
: <a class="el" href="classDObject.html#afa8926d916081de72478cb8813c25e98">DObject</a>
|
||||
</li>
|
||||
<li>getHeader()
|
||||
: <a class="el" href="classOpatIO.html#afe725b647bc5bb802f6d711fc5dca3ab">OpatIO</a>
|
||||
</li>
|
||||
<li>getInstance()
|
||||
: <a class="el" href="classConstants.html#aaa6f3af20fa563cf22df71a987923065">Constants</a>
|
||||
</li>
|
||||
<li>getMaxQDepth()
|
||||
: <a class="el" href="classOpatIO.html#a48cd5e4f3fdb221bc1b6253e149e8e01">OpatIO</a>
|
||||
</li>
|
||||
<li>GetMesh()
|
||||
: <a class="el" href="classMeshIO.html#a3e4bccff08abf9a28b3d64c8fb9f7317">MeshIO</a>
|
||||
</li>
|
||||
<li>getNumIndex()
|
||||
: <a class="el" href="classOpatIO.html#a8f7cc9a4ec8845c22df330678afd29c6">OpatIO</a>
|
||||
</li>
|
||||
<li>getOPATVersion()
|
||||
: <a class="el" href="classOpatIO.html#a2894437c09f4cdb06c9b06d6aad4bd2f">OpatIO</a>
|
||||
</li>
|
||||
<li>getTable()
|
||||
: <a class="el" href="classOpatIO.html#a5c35b863873239e023427864ed016f58">OpatIO</a>
|
||||
</li>
|
||||
<li>getTableIndex()
|
||||
: <a class="el" href="classOpatIO.html#af0bc6bb210c4ff74bc1e043aeb252e1a">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_e" name="index_e"></a>- e -</h3><ul>
|
||||
<li>EosIO() : <a class="el" href="class_eos_i_o.html#ad721f72b591f1ef4b7fa87668e8d8b34">EosIO</a></li>
|
||||
<li>evaluate() : <a class="el" href="classnn_approx8_1_1_approx8_network.html#a31b8a20338d18123eca6e644f6e72366">nnApprox8::Approx8Network</a>, <a class="el" href="classnuclear_network_1_1_network.html#aaa7fe5e69bd45e268c815aa8919966f1">nuclearNetwork::Network</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_h"></a>- h -</h3><ul>
|
||||
<li>has()
|
||||
: <a class="el" href="classConstants.html#a2aa041fd223f259e55bf098c90581039">Constants</a>
|
||||
</li>
|
||||
<h3><a id="index_f" name="index_f"></a>- f -</h3><ul>
|
||||
<li>finalize() : <a class="el" href="classcomposition_1_1_composition.html#a5547fe9d6154e10a7406d8a06d969462">composition::Composition</a>, <a class="el" href="class_polytrope_operator.html#ac7ebc4ae1c34e1569281be028e4daec1">PolytropeOperator</a></li>
|
||||
<li>finalizeMassFracMode() : <a class="el" href="classcomposition_1_1_composition.html#ae2b5392ad8acd0ab8e17d8452b35aa86">composition::Composition</a></li>
|
||||
<li>finalizeNumberFracMode() : <a class="el" href="classcomposition_1_1_composition.html#a8a3aec6d7f2f6cb4f91105740c15ffc8">composition::Composition</a></li>
|
||||
<li>findCenterElement() : <a class="el" href="class_poly_solver.html#a77455ce3505d93f7b5b5d3e9447bbe23">PolySolver</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||
<li>isDebugEnabled()
|
||||
: <a class="el" href="classMetadata.html#abe52c81e04665628666b4140cd346b69">Metadata</a>
|
||||
</li>
|
||||
<li>isDebuggingEnabled()
|
||||
: <a class="el" href="classDObject.html#ae47bf220fbe2173cf6933c2380035dbd">DObject</a>
|
||||
</li>
|
||||
<li>isLoaded()
|
||||
: <a class="el" href="classConstants.html#ae276dfdc0ffe75a53e3842e33ab52630">Constants</a>
|
||||
</li>
|
||||
<li>IsLoaded()
|
||||
: <a class="el" href="classMeshIO.html#a12495fc814254021d44e0509ac760672">MeshIO</a>
|
||||
</li>
|
||||
<li>isLoaded()
|
||||
: <a class="el" href="classOpatIO.html#aba1be05d51d4b0b9e4581b95ad0e1890">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_g" name="index_g"></a>- g -</h3><ul>
|
||||
<li>get() : <a class="el" href="class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19">Constants</a>, <a class="el" href="class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1">LockableDObject</a></li>
|
||||
<li>get_block_offsets() : <a class="el" href="class_polytrope_operator.html#a2a7f200a45cff11897470de39a302f93">PolytropeOperator</a></li>
|
||||
<li>get_essential_true_dofs() : <a class="el" href="class_polytrope_operator.html#a1bf3ced83363a1318258ae0f5bfeb57e">PolytropeOperator</a></li>
|
||||
<li>get_free_dofs() : <a class="el" href="class_polytrope_operator.html#ab5577c71be2bdb0f82daefd2631b8cb1">PolytropeOperator</a></li>
|
||||
<li>get_jacobian_operator() : <a class="el" href="class_polytrope_operator.html#ac05cd1bd6b0a2b2502af9d8a6b86077c">PolytropeOperator</a></li>
|
||||
<li>get_preconditioner() : <a class="el" href="class_polytrope_operator.html#a7789efbb8ba3a09a0975475518b4b611">PolytropeOperator</a></li>
|
||||
<li>get_reduced_block_offsets() : <a class="el" href="class_polytrope_operator.html#acc69c13a7178c25af2ff5c339cbb1c67">PolytropeOperator</a></li>
|
||||
<li>get_reduced_system_size() : <a class="el" href="class_polytrope_operator.html#afbcb03cce5e5da376163a7dd89216400">PolytropeOperator</a></li>
|
||||
<li>getAvaliableResources() : <a class="el" href="class_resource_manager.html#a77243baf9aa96d5f3c1635f8a34b48b5">ResourceManager</a></li>
|
||||
<li>getByteSize() : <a class="el" href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">Metadata</a></li>
|
||||
<li>getComposition() : <a class="el" href="classcomposition_1_1_composition.html#a41df148cfdc1253a87f64c8874763e80">composition::Composition</a></li>
|
||||
<li>getData() : <a class="el" href="class_d_object.html#a4862655c3634d019b0a45b811d6f7235">DObject</a></li>
|
||||
<li>getDataAs() : <a class="el" href="class_d_object.html#aca2db093c1c8c6f7893de07544aed619">DObject</a></li>
|
||||
<li>getDataType() : <a class="el" href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">Metadata</a></li>
|
||||
<li>getDimensions() : <a class="el" href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">Metadata</a></li>
|
||||
<li>GetDofCoordinates() : <a class="el" href="class_poly_solver.html#ae80ad90a3f632683e38ae03cb4b8e12b">PolySolver</a></li>
|
||||
<li>getErrorCode() : <a class="el" href="class_d_object.html#afa8926d916081de72478cb8813c25e98">DObject</a></li>
|
||||
<li>getEssentialTrueDof() : <a class="el" href="class_poly_solver.html#a45cc1921d9e385b31406b00d750d9a8b">PolySolver</a></li>
|
||||
<li>getFormat() : <a class="el" href="class_eos_i_o.html#add10f91411e996844a14979d12d107b7">EosIO</a></li>
|
||||
<li>GetGradient() : <a class="el" href="class_polytrope_operator.html#af0324f7a83083306158bb8740fdf4379">PolytropeOperator</a></li>
|
||||
<li>getInstance() : <a class="el" href="class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2">Constants</a>, <a class="el" href="class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386">Probe::LogManager</a>, <a class="el" href="class_resource_manager.html#ad4dd8ab7ad458929de4a60128079af98">ResourceManager</a></li>
|
||||
<li>getLogger() : <a class="el" href="class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d">Probe::LogManager</a></li>
|
||||
<li>getLoggerNames() : <a class="el" href="class_probe_1_1_log_manager.html#a91daa688d52850bcf857fe638e9f421d">Probe::LogManager</a></li>
|
||||
<li>getLoggers() : <a class="el" href="class_probe_1_1_log_manager.html#a627ffe6b758ad69e77a7033f28bd7dbd">Probe::LogManager</a></li>
|
||||
<li>getMassFracMode() : <a class="el" href="structcomposition_1_1_composition_entry.html#aa715e35857d200dd69a0e777afb312e0">composition::CompositionEntry</a></li>
|
||||
<li>getMassFraction() : <a class="el" href="classcomposition_1_1_composition.html#a205d51c7455bdf7069de1794315954aa">composition::Composition</a></li>
|
||||
<li>GetMesh() : <a class="el" href="class_mesh_i_o.html#a12d2876be0d000aaaa6e5cd6d6a758af">MeshIO</a></li>
|
||||
<li>getMesh() : <a class="el" href="class_poly_solver.html#a7959fe89ce2753b262f1e5b1a1b7fd4e">PolySolver</a></li>
|
||||
<li>getN() : <a class="el" href="class_poly_solver.html#afdb769d3ee9e0929c16a68eb71630f23">PolySolver</a></li>
|
||||
<li>getNumberFraction() : <a class="el" href="classcomposition_1_1_composition.html#aa75453fd563e3f50dee316879df01968">composition::Composition</a></li>
|
||||
<li>getOrder() : <a class="el" href="class_poly_solver.html#aea184d88d7c450b03682f61565541d72">PolySolver</a></li>
|
||||
<li>getRegisteredSymbols() : <a class="el" href="classcomposition_1_1_composition.html#affaeabe495474b82951786591ead8026">composition::Composition</a></li>
|
||||
<li>getResource() : <a class="el" href="class_resource_manager.html#a203619e5da7f2bef6cbe13326d41eda4">ResourceManager</a></li>
|
||||
<li>getSolution() : <a class="el" href="class_poly_solver.html#aa2baea44320e302f543ed6fad5e0d6a2">PolySolver</a></li>
|
||||
<li>getTable() : <a class="el" href="class_eos_i_o.html#ad7484ed459d8479381f4fb288597cbeb">EosIO</a></li>
|
||||
<li>GMRESInverter() : <a class="el" href="class_g_m_r_e_s_inverter.html#a58b277d5a3e5882eb1844db328e60c7a">GMRESInverter</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_k"></a>- k -</h3><ul>
|
||||
<li>keys()
|
||||
: <a class="el" href="classConstants.html#ab9de36fa145552a3e7964e7e85a67149">Constants</a>
|
||||
</li>
|
||||
<h3><a id="index_h" name="index_h"></a>- h -</h3><ul>
|
||||
<li>has() : <a class="el" href="class_constants.html#a2aa041fd223f259e55bf098c90581039">Constants</a></li>
|
||||
<li>hasSymbol() : <a class="el" href="classcomposition_1_1_composition.html#a7dee1bb3074a6aa2842d4fffcac4d2c4">composition::Composition</a></li>
|
||||
<li>HELMTable() : <a class="el" href="structhelmholtz_1_1_h_e_l_m_table.html#a0165aed3bb02b69a70934c8b7b185872">helmholtz::HELMTable</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_l"></a>- l -</h3><ul>
|
||||
<li>load()
|
||||
: <a class="el" href="classOpatIO.html#a3578ac9bad40dd45ada3459f92a93b56">OpatIO</a>
|
||||
</li>
|
||||
<li>lock()
|
||||
: <a class="el" href="classLockableDObject.html#ade38ca54703913359fc3b4366f6e292a">LockableDObject</a>
|
||||
</li>
|
||||
<li>LockableDObject()
|
||||
: <a class="el" href="classLockableDObject.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a>
|
||||
</li>
|
||||
<li>lookupClosestTableID()
|
||||
: <a class="el" href="classOpatIO.html#a82715d95a5ddd1e78470b90fbd005c4d">OpatIO</a>
|
||||
</li>
|
||||
<li>lookupTableID()
|
||||
: <a class="el" href="classOpatIO.html#a1a4456b7745c0dd559eca72d5d744fc0">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_i" name="index_i"></a>- i -</h3><ul>
|
||||
<li>initialize() : <a class="el" href="class_constants.html#a60f87120b1eef774efe8c168aa69af6a">Constants</a></li>
|
||||
<li>isDebugEnabled() : <a class="el" href="class_metadata.html#abe52c81e04665628666b4140cd346b69">Metadata</a></li>
|
||||
<li>isDebuggingEnabled() : <a class="el" href="class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd">DObject</a></li>
|
||||
<li>isFinalized() : <a class="el" href="class_polytrope_operator.html#aeb8d505244836212c9015205e486378a">PolytropeOperator</a></li>
|
||||
<li>IsLoaded() : <a class="el" href="class_mesh_i_o.html#a12495fc814254021d44e0509ac760672">MeshIO</a></li>
|
||||
<li>isLoaded() : <a class="el" href="class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630">Constants</a></li>
|
||||
<li>isotope() : <a class="el" href="structcomposition_1_1_composition_entry.html#a31b399ff8b24a6ebbfe4bb9ced7a2afa">composition::CompositionEntry</a></li>
|
||||
<li>isStiff() : <a class="el" href="classnn_approx8_1_1_approx8_network.html#a4b1600c394d4cf312c48e5ca82542a76">nnApprox8::Approx8Network</a></li>
|
||||
<li>isValidComposition() : <a class="el" href="classcomposition_1_1_composition.html#ac71fb70e029b4310e2bb4232e4270e96">composition::Composition</a></li>
|
||||
<li>isValidSymbol() : <a class="el" href="classcomposition_1_1_composition.html#a11a463394bf9110ac0f1a8b1df1384e9">composition::Composition</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_m"></a>- m -</h3><ul>
|
||||
<li>MeshIO()
|
||||
: <a class="el" href="classMeshIO.html#a8fe43b55b7851c805c276517b0aacac5">MeshIO</a>
|
||||
</li>
|
||||
<li>Metadata()
|
||||
: <a class="el" href="classMetadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>
|
||||
</li>
|
||||
<h3><a id="index_k" name="index_k"></a>- k -</h3><ul>
|
||||
<li>keys() : <a class="el" href="class_constants.html#ab9de36fa145552a3e7964e7e85a67149">Constants</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_n"></a>- n -</h3><ul>
|
||||
<li>NonlinearPowerIntegrator()
|
||||
: <a class="el" href="classNonlinearPowerIntegrator.html#a0578e900c8e95cfa1161362c98fd3d31">NonlinearPowerIntegrator</a>
|
||||
</li>
|
||||
<h3><a id="index_l" name="index_l"></a>- l -</h3><ul>
|
||||
<li>LinearRescale() : <a class="el" href="class_mesh_i_o.html#a5e37286d1c548a6b6f419f651c1f32dd">MeshIO</a></li>
|
||||
<li>load() : <a class="el" href="class_constants.html#a186aebd9ec5f45378df3900ae2bf680e">Constants</a>, <a class="el" href="class_eos_i_o.html#a0ee0b3675bd16eb41e5a6b18cb1774ea">EosIO</a>, <a class="el" href="class_resource_manager.html#ad27100286a53042182fe6c2315dc32c6">ResourceManager</a></li>
|
||||
<li>loadAllResources() : <a class="el" href="class_resource_manager.html#abcdc9596a480077d38c334c7090287fd">ResourceManager</a></li>
|
||||
<li>loadHelm() : <a class="el" href="class_eos_i_o.html#a488dad41ac68d4e653d0d68718af6f6b">EosIO</a></li>
|
||||
<li>loadResource() : <a class="el" href="class_resource_manager.html#ae50d8cd6e967d02ca9e04220778d4b57">ResourceManager</a></li>
|
||||
<li>LoadSolverUserParams() : <a class="el" href="class_poly_solver.html#a52bc98bb74abf87e569bafd8ba97e06a">PolySolver</a></li>
|
||||
<li>lock() : <a class="el" href="class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a">LockableDObject</a></li>
|
||||
<li>LockableDObject() : <a class="el" href="class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee">LockableDObject</a></li>
|
||||
<li>LogManager() : <a class="el" href="class_probe_1_1_log_manager.html#a4b5d1db2e4e4a0902aef7ab5878f381f">Probe::LogManager</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_o"></a>- o -</h3><ul>
|
||||
<li>OpatIO()
|
||||
: <a class="el" href="classOpatIO.html#a7f3436b3ac0dbe141b08d8064550f1b3">OpatIO</a>
|
||||
</li>
|
||||
<li>operator[]()
|
||||
: <a class="el" href="classConstants.html#ad75620743b867fc20d4a05027d1a1c01">Constants</a>
|
||||
</li>
|
||||
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
|
||||
<li>mass_fraction() : <a class="el" href="structcomposition_1_1_composition_entry.html#a5aaa59a5c39cf3c81518a910dc0362cc">composition::CompositionEntry</a></li>
|
||||
<li>MeshIO() : <a class="el" href="class_mesh_i_o.html#a4629e793f6f18f499a763dcb5f98bc1a">MeshIO</a></li>
|
||||
<li>Metadata() : <a class="el" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a></li>
|
||||
<li>mix() : <a class="el" href="classcomposition_1_1_composition.html#a07251594917ef7071d4a4e96fa7f85e7">composition::Composition</a></li>
|
||||
<li>Mult() : <a class="el" href="class_g_m_r_e_s_inverter.html#ae80b606a7d568d1702a9256635fc160f">GMRESInverter</a>, <a class="el" href="class_polytrope_operator.html#a33c7f48fc5d67b0d42e2c29c33361ba7">PolytropeOperator</a>, <a class="el" href="class_schur_compliment.html#ac7a15e10033c6c164ef7da6b21e2b307">SchurCompliment</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_p"></a>- p -</h3><ul>
|
||||
<li>printHeader()
|
||||
: <a class="el" href="classOpatIO.html#a117f7e1f45d6c410c21d0644e447bbb1">OpatIO</a>
|
||||
</li>
|
||||
<li>printTable()
|
||||
: <a class="el" href="classOpatIO.html#afae90144930f190ed4018fbf328bf8ea">OpatIO</a>
|
||||
</li>
|
||||
<li>printTableIndex()
|
||||
: <a class="el" href="classOpatIO.html#afa623ba10f188097e555a682a4c69a9f">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_n" name="index_n"></a>- n -</h3><ul>
|
||||
<li>Network() : <a class="el" href="classnuclear_network_1_1_network.html#a05ed8fbc91b965bcd9b199486437af9d">nuclearNetwork::Network</a></li>
|
||||
<li>newFileLogger() : <a class="el" href="class_probe_1_1_log_manager.html#af948f35b4dc268fefa42794cd9c22b0e">Probe::LogManager</a></li>
|
||||
<li>NonlinearPowerIntegrator() : <a class="el" href="classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a7a2173f4958d7c543ddd72f7fc64f555">polyMFEMUtils::NonlinearPowerIntegrator</a></li>
|
||||
<li>number_fraction() : <a class="el" href="structcomposition_1_1_composition_entry.html#a0ddaa99d87e1183c166d83c5184d55f7">composition::CompositionEntry</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_r"></a>- r -</h3><ul>
|
||||
<li>registerPlugin()
|
||||
: <a class="el" href="classDObject.html#a15afffdf339150fc872bf63bdd08d581">DObject</a>
|
||||
</li>
|
||||
<li>runAllPlugins()
|
||||
: <a class="el" href="classDObject.html#a1223275dcbbf20334ea11707346acb93">DObject</a>
|
||||
</li>
|
||||
<li>runPlugin()
|
||||
: <a class="el" href="classDObject.html#a99072eb52bb22745f0248f273fbf28fb">DObject</a>
|
||||
</li>
|
||||
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
|
||||
<li>operator()() : <a class="el" href="structnn_approx8_1_1_jacobian.html#a3a5241783e5a61fdddb9c8c30fcc5967">nnApprox8::Jacobian</a>, <a class="el" href="structnn_approx8_1_1_o_d_e.html#afae87e1edf894c046fb6f800cc6d43eb">nnApprox8::ODE</a></li>
|
||||
<li>operator+() : <a class="el" href="classcomposition_1_1_composition.html#a68472af2e55383eda8bc7ca5b6092462">composition::Composition</a></li>
|
||||
<li>operator=() : <a class="el" href="class_probe_1_1_log_manager.html#a834dc2138cd37ab6540823a26fdcd3c7">Probe::LogManager</a>, <a class="el" href="class_resource_manager.html#ac213fb8bed90e40d1ba8018563f9e4b0">ResourceManager</a></li>
|
||||
<li>operator[]() : <a class="el" href="class_constants.html#ad75620743b867fc20d4a05027d1a1c01">Constants</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||
<li>setByteSize()
|
||||
: <a class="el" href="classMetadata.html#a07035de7b0c780ef340e1a11c60a4d2b">Metadata</a>
|
||||
</li>
|
||||
<li>setData()
|
||||
: <a class="el" href="classDObject.html#ab1718571434e84e90f1ec463e4786a8a">DObject</a>
|
||||
</li>
|
||||
<li>setDataType()
|
||||
: <a class="el" href="classMetadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">Metadata</a>
|
||||
</li>
|
||||
<li>setDebugEnabled()
|
||||
: <a class="el" href="classMetadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">Metadata</a>
|
||||
</li>
|
||||
<li>setDebugging()
|
||||
: <a class="el" href="classDObject.html#a6f0023aee463e71d92442dcf61b6ed47">DObject</a>
|
||||
</li>
|
||||
<li>setDimensions()
|
||||
: <a class="el" href="classMetadata.html#af5264d1666839e69c192b565b5cfa606">Metadata</a>
|
||||
</li>
|
||||
<li>setErrorCode()
|
||||
: <a class="el" href="classDObject.html#a3dce47a519f9da5085c0c5ac1eea4f38">DObject</a>
|
||||
</li>
|
||||
<li>setFilename()
|
||||
: <a class="el" href="classOpatIO.html#ad189e0f239bc4184fecf7daef7923272">OpatIO</a>
|
||||
</li>
|
||||
<li>setMaxQDepth()
|
||||
: <a class="el" href="classOpatIO.html#ab0edd41690b8d5c1775f87439cf82cb5">OpatIO</a>
|
||||
</li>
|
||||
<li>SetUp()
|
||||
: <a class="el" href="classconstTest.html#af4753885bf401953202f89d455a2702f">constTest</a>
|
||||
, <a class="el" href="classDObjectTest.html#a95ba0f78c44e0bd46603de32028b7be6">DObjectTest</a>
|
||||
, <a class="el" href="classLockableDObjectTest.html#a4ca643fb176141b51f4761dd3df64769">LockableDObjectTest</a>
|
||||
, <a class="el" href="classMetadataTest.html#a6273a370a10b42155af951a8fc2c47fa">MetadataTest</a>
|
||||
</li>
|
||||
<h3><a id="index_p" name="index_p"></a>- p -</h3><ul>
|
||||
<li>PolySolver() : <a class="el" href="class_poly_solver.html#a6a6f08a286cdbc7927d11580c5cb8132">PolySolver</a></li>
|
||||
<li>PolytropeOperator() : <a class="el" href="class_polytrope_operator.html#a070426ddaafad8c77154d8d917b7b1a4">PolytropeOperator</a></li>
|
||||
<li>populate_free_dof_array() : <a class="el" href="class_polytrope_operator.html#aa9cfb4e72fa684becbe3d7d16fa23423">PolytropeOperator</a></li>
|
||||
<li>prepareMesh() : <a class="el" href="class_poly_solver.html#a2d48773a83a2004b0891f0fa2a16228f">PolySolver</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_t"></a>- t -</h3><ul>
|
||||
<li>TearDown()
|
||||
: <a class="el" href="classMetadataTest.html#a24075d61d37dceacd353ecde16a1ac71">MetadataTest</a>
|
||||
</li>
|
||||
<h3><a id="index_r" name="index_r"></a>- r -</h3><ul>
|
||||
<li>reconstruct_full_block_state_vector() : <a class="el" href="class_polytrope_operator.html#a40be1a66ada528554881e8ee274a9a9c">PolytropeOperator</a></li>
|
||||
<li>reconstruct_full_state_vector() : <a class="el" href="class_polytrope_operator.html#ac25b486557eff0e6d986c6dc9044afad">PolytropeOperator</a></li>
|
||||
<li>registerPlugin() : <a class="el" href="class_d_object.html#a15afffdf339150fc872bf63bdd08d581">DObject</a></li>
|
||||
<li>registerSymbol() : <a class="el" href="classcomposition_1_1_composition.html#adedb7b53ecd70b2cf4295f6ccd8f37f8">composition::Composition</a></li>
|
||||
<li>rel_abundance() : <a class="el" href="structcomposition_1_1_composition_entry.html#aa5f8845229599660aef1a39f50f6a49e">composition::CompositionEntry</a></li>
|
||||
<li>ResourceManager() : <a class="el" href="class_resource_manager.html#a3b32babd2e81909bbd90d7f2d566fadb">ResourceManager</a></li>
|
||||
<li>runAllPlugins() : <a class="el" href="class_d_object.html#a1223275dcbbf20334ea11707346acb93">DObject</a></li>
|
||||
<li>runPlugin() : <a class="el" href="class_d_object.html#a99072eb52bb22745f0248f273fbf28fb">DObject</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_u"></a>- u -</h3><ul>
|
||||
<li>unload()
|
||||
: <a class="el" href="classOpatIO.html#ac1c1a6159f82462fedf9b526ddcc19a6">OpatIO</a>
|
||||
</li>
|
||||
<li>unlock()
|
||||
: <a class="el" href="classLockableDObject.html#a1481ed99dcd837490bf28309aadaedfb">LockableDObject</a>
|
||||
</li>
|
||||
<li>unregisterPlugin()
|
||||
: <a class="el" href="classDObject.html#a99b8688849e11501033a25f61efb8356">DObject</a>
|
||||
</li>
|
||||
<h3><a id="index_s" name="index_s"></a>- s -</h3><ul>
|
||||
<li>saveAndViewSolution() : <a class="el" href="class_poly_solver.html#a57088b366b961a12df6ed898f23341b4">PolySolver</a></li>
|
||||
<li>scatter_boundary_conditions() : <a class="el" href="class_polytrope_operator.html#a9810f0de67b4e530d45fdf51369b8294">PolytropeOperator</a></li>
|
||||
<li>SchurCompliment() : <a class="el" href="class_schur_compliment.html#a46cd829f99ec2d7ab3223b33f4beb86d">SchurCompliment</a></li>
|
||||
<li>set_essential_true_dofs() : <a class="el" href="class_polytrope_operator.html#a297cada6b0c1c1e3478a223863b23d44">PolytropeOperator</a></li>
|
||||
<li>setByteSize() : <a class="el" href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">Metadata</a></li>
|
||||
<li>setCompositionMode() : <a class="el" href="classcomposition_1_1_composition.html#ae49a078f08e403a64185ff2ddf59604f">composition::Composition</a></li>
|
||||
<li>setData() : <a class="el" href="class_d_object.html#ab1718571434e84e90f1ec463e4786a8a">DObject</a></li>
|
||||
<li>setDataType() : <a class="el" href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">Metadata</a></li>
|
||||
<li>setDebugEnabled() : <a class="el" href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">Metadata</a></li>
|
||||
<li>setDebugging() : <a class="el" href="class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47">DObject</a></li>
|
||||
<li>setDimensions() : <a class="el" href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">Metadata</a></li>
|
||||
<li>setErrorCode() : <a class="el" href="class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38">DObject</a></li>
|
||||
<li>setInitialGuess() : <a class="el" href="class_poly_solver.html#ac0e9a5fcd6b6415c9a1603c82da5eb31">PolySolver</a></li>
|
||||
<li>setMassFracMode() : <a class="el" href="structcomposition_1_1_composition_entry.html#ae579b896a290af33d388ad44e63daf63">composition::CompositionEntry</a></li>
|
||||
<li>setMassFraction() : <a class="el" href="classcomposition_1_1_composition.html#aaa9fb4f9002af09badfea5c82c3000e8">composition::Composition</a>, <a class="el" href="structcomposition_1_1_composition_entry.html#aa27e93d90553c6edbd28ea89997eded0">composition::CompositionEntry</a></li>
|
||||
<li>setNumberFracMode() : <a class="el" href="structcomposition_1_1_composition_entry.html#a12fd2efaada6f1b00543133ff4830b63">composition::CompositionEntry</a></li>
|
||||
<li>setNumberFraction() : <a class="el" href="classcomposition_1_1_composition.html#a124b97a88c5d1cf8cbcc3cd8dc0bcd11">composition::Composition</a>, <a class="el" href="structcomposition_1_1_composition_entry.html#a62d76c2c095d1b2c0059f1154ad4069b">composition::CompositionEntry</a></li>
|
||||
<li>SetOperator() : <a class="el" href="class_schur_compliment.html#a4db9ea76bb7e6a577b1299c71e0909a0">SchurCompliment</a></li>
|
||||
<li>setOperatorEssentialTrueDofs() : <a class="el" href="class_poly_solver.html#aaa8691469f98eb17cadae2e2f43de9bb">PolySolver</a></li>
|
||||
<li>setSpecies() : <a class="el" href="structcomposition_1_1_composition_entry.html#aaca3c66f996380ba94dd3ce01b647ef2">composition::CompositionEntry</a></li>
|
||||
<li>setStiff() : <a class="el" href="classnn_approx8_1_1_approx8_network.html#a11523cc90db255a50a9cecc0d794e5f8">nnApprox8::Approx8Network</a></li>
|
||||
<li>SetUp() : <a class="el" href="classconst_test.html#af4753885bf401953202f89d455a2702f">constTest</a>, <a class="el" href="class_d_object_test.html#a95ba0f78c44e0bd46603de32028b7be6">DObjectTest</a>, <a class="el" href="class_lockable_d_object_test.html#a4ca643fb176141b51f4761dd3df64769">LockableDObjectTest</a>, <a class="el" href="class_metadata_test.html#a6273a370a10b42155af951a8fc2c47fa">MetadataTest</a></li>
|
||||
<li>setupNewtonSolver() : <a class="el" href="class_poly_solver.html#a736a4d80510098735f85e0360d1c96e6">PolySolver</a></li>
|
||||
<li>solve() : <a class="el" href="class_poly_solver.html#a7de958588f56052db9c636e08c98e7ac">PolySolver</a></li>
|
||||
<li>subset() : <a class="el" href="classcomposition_1_1_composition.html#aa2ac530a3c4996b8a6ad1aca11e591c0">composition::Composition</a></li>
|
||||
<li>symbol() : <a class="el" href="structcomposition_1_1_composition_entry.html#a3e95c03a628d38b7aea6c45d6ef63b19">composition::CompositionEntry</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v"></a>- v -</h3><ul>
|
||||
<li>validateAll()
|
||||
: <a class="el" href="classOpatIO.html#aafb5941c4c93104af8ba06f2271a3dc7">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_t" name="index_t"></a>- t -</h3><ul>
|
||||
<li>TearDown() : <a class="el" href="class_metadata_test.html#a24075d61d37dceacd353ecde16a1ac71">MetadataTest</a></li>
|
||||
<li>trim() : <a class="el" href="class_constants.html#a4914c90be3139670bda18e212d69cf22">Constants</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index__7E"></a>- ~ -</h3><ul>
|
||||
<li>~BilinearIntegratorWrapper()
|
||||
: <a class="el" href="classBilinearIntegratorWrapper.html#a6f550f0cb8d39c5ebc6e712762eb8504">BilinearIntegratorWrapper</a>
|
||||
</li>
|
||||
<li>~CompositeNonlinearIntegrator()
|
||||
: <a class="el" href="classCompositeNonlinearIntegrator.html#a93b4496295c20d461b971c65633570d8">CompositeNonlinearIntegrator</a>
|
||||
</li>
|
||||
<li>~MeshIO()
|
||||
: <a class="el" href="classMeshIO.html#abf2d0986e73b920c71c03dc61730846c">MeshIO</a>
|
||||
</li>
|
||||
<li>~OpatIO()
|
||||
: <a class="el" href="classOpatIO.html#ac34f611a9eab458329553d27e8bffec6">OpatIO</a>
|
||||
</li>
|
||||
<h3><a id="index_u" name="index_u"></a>- u -</h3><ul>
|
||||
<li>unlock() : <a class="el" href="class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb">LockableDObject</a></li>
|
||||
<li>unregisterPlugin() : <a class="el" href="class_d_object.html#a99b8688849e11501033a25f61efb8356">DObject</a></li>
|
||||
<li>update_inverse_nonlinear_jacobian() : <a class="el" href="class_polytrope_operator.html#a766bbf8933c552798200647380348493">PolytropeOperator</a></li>
|
||||
<li>update_inverse_schur_compliment() : <a class="el" href="class_polytrope_operator.html#a20bca119c918bb83d09652a6df925e6d">PolytropeOperator</a></li>
|
||||
<li>update_preconditioner() : <a class="el" href="class_polytrope_operator.html#a7c37501c7eee6cb207b89365724a0119">PolytropeOperator</a></li>
|
||||
<li>updateConstantTerms() : <a class="el" href="class_schur_compliment.html#a591a8ffa554ae1886ace4a67f23b99f1">SchurCompliment</a></li>
|
||||
<li>updateInverseNonlinearJacobian() : <a class="el" href="class_schur_compliment.html#aeba363760440da2380f3edca3f380c90">SchurCompliment</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v" name="index_v"></a>- v -</h3><ul>
|
||||
<li>validateComposition() : <a class="el" href="classcomposition_1_1_composition.html#a240c69912c5cd76a4400bbf9d5c13ad5">composition::Composition</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index__7E" name="index__7E"></a>- ~ -</h3><ul>
|
||||
<li>~Composition() : <a class="el" href="classcomposition_1_1_composition.html#a23bef129f5705d59b1481648729c501c">composition::Composition</a></li>
|
||||
<li>~EosIO() : <a class="el" href="class_eos_i_o.html#a3f98f4e57d438afcb43c1ce79012197a">EosIO</a></li>
|
||||
<li>~GMRESInverter() : <a class="el" href="class_g_m_r_e_s_inverter.html#a4d06d450ace28a61a61f1dc093165902">GMRESInverter</a></li>
|
||||
<li>~HELMTable() : <a class="el" href="structhelmholtz_1_1_h_e_l_m_table.html#a583c5db386d1d01b0ad4b7ba45e54281">helmholtz::HELMTable</a></li>
|
||||
<li>~LogManager() : <a class="el" href="class_probe_1_1_log_manager.html#a0edfb90dadf2e490e057b54de37c60a5">Probe::LogManager</a></li>
|
||||
<li>~MeshIO() : <a class="el" href="class_mesh_i_o.html#abf2d0986e73b920c71c03dc61730846c">MeshIO</a></li>
|
||||
<li>~Network() : <a class="el" href="classnuclear_network_1_1_network.html#ac830af7c8c70324719511a97b3b1dd9a">nuclearNetwork::Network</a></li>
|
||||
<li>~PolySolver() : <a class="el" href="class_poly_solver.html#a795d3c3ff5c21f4e5d64c0d33978527a">PolySolver</a></li>
|
||||
<li>~PolytropeOperator() : <a class="el" href="class_polytrope_operator.html#ae636aff8692d7d9cce38591b9e74f97e">PolytropeOperator</a></li>
|
||||
<li>~SchurCompliment() : <a class="el" href="class_schur_compliment.html#a82d3e36514b386c7e1556ee3e07b19f0">SchurCompliment</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Class Members - Related Functions</title>
|
||||
<title>SERiF: Class Members - Related Symbols</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('functions_rela.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('functions_rela.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,25 +86,28 @@ $(document).ready(function(){initNavTree('functions_rela.html',''); initResizabl
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
 <ul>
|
||||
<li>operator<<
|
||||
: <a class="el" href="structConstant.html#ad298f7af7cdfd2e2267fd9e464558e2b">Constant</a>
|
||||
, <a class="el" href="classDObject.html#a5b2896a287295bf59a0b9e4d0af21161">DObject</a>
|
||||
, <a class="el" href="classMetadata.html#a9bc49cc23da2d1ff8b3e197630b9dfd2">Metadata</a>
|
||||
</li>
|
||||
<div class="textblock">Here is a list of all related symbols with links to the classes they belong to:</div><ul>
|
||||
<li>operator<< : <a class="el" href="classcomposition_1_1_composition.html#a36c2525d21cd932065bb2bb30bc57fb4">composition::Composition</a>, <a class="el" href="structcomposition_1_1_composition_entry.html#ae7a6a113fc5914248eff5629716d6eb2">composition::CompositionEntry</a>, <a class="el" href="structcomposition_1_1_global_composition.html#a3c072a749c3648607771ac9105181f26">composition::GlobalComposition</a>, <a class="el" href="struct_constant.html#a387b3e0a55788b0ea04c77ba040c5aaa">Constant</a>, <a class="el" href="class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1">DObject</a>, <a class="el" href="structhelmholtz_1_1_e_o_s.html#a8071bdc90dec68ba933eb59c902a0b7b">helmholtz::EOS</a>, <a class="el" href="structhelmholtz_1_1_e_o_s_input.html#ae6bc0662e64e05608593df6129ab8edb">helmholtz::EOSInput</a>, <a class="el" href="structhelmholtz_1_1_h_e_l_m_table.html#a65eea84782fc9b5b69b6f7f2ebf57940">helmholtz::HELMTable</a>, <a class="el" href="class_metadata.html#a12949a1ea26c4ff1afeb97101c0493c5">Metadata</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Class Members - Typedefs</title>
|
||||
<title>SERiF: Class Members - Typedefs</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('functions_type.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('functions_type.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,26 +86,29 @@ $(document).ready(function(){initNavTree('functions_type.html',''); initResizabl
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
 <ul>
|
||||
<li>DataType
|
||||
: <a class="el" href="classDObject.html#a79a2ecac4130ef3df272bdfeed26a620">DObject</a>
|
||||
</li>
|
||||
<li>Plugin
|
||||
: <a class="el" href="classDObject.html#af11334d08ef85c68b3aae7554548e5a7">DObject</a>
|
||||
</li>
|
||||
<div class="textblock">Here is a list of all typedefs with links to the classes they belong to:</div><ul>
|
||||
<li>DataType : <a class="el" href="class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd">DObject</a></li>
|
||||
<li>Plugin : <a class="el" href="class_d_object.html#af11334d08ef85c68b3aae7554548e5a7">DObject</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: File Members</title>
|
||||
<title>SERiF: File Members</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('globals.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('globals.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,135 +86,115 @@ $(document).ready(function(){initNavTree('globals.html',''); initResizable(); })
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
<div class="textblock">Here is a list of all file members with links to the files they belong to:</div>
|
||||
|
||||
<h3><a id="index_c"></a>- c -</h3><ul>
|
||||
<li>ComputeMeshVolume()
|
||||
: <a class="el" href="meshIOTest_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25">meshIOTest.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_a" name="index_a"></a>- a -</h3><ul>
|
||||
<li>array2D : <a class="el" href="helm_8h.html#a78b5688d4effa2bab8f6e87e440e7c63">helm.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_e"></a>- e -</h3><ul>
|
||||
<li>EXAMPLE_FILENAME
|
||||
: <a class="el" href="configTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470">configTest.cpp</a>
|
||||
, <a class="el" href="meshIOTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470">meshIOTest.cpp</a>
|
||||
, <a class="el" href="opatIOTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470">opatIOTest.cpp</a>
|
||||
</li>
|
||||
<li>EXPORT_SYMBOL
|
||||
: <a class="el" href="Metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">Metadata.h</a>
|
||||
</li>
|
||||
<h3><a id="index_b" name="index_b"></a>- b -</h3><ul>
|
||||
<li>BREAKPOINT : <a class="el" href="debug_8h.html#a48fb4fe58bc76af81a90102d9df506c2">debug.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||
<li>initlaize_opac()
|
||||
: <a class="el" href="opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8">opac.h</a>
|
||||
</li>
|
||||
<li>is_big_endian()
|
||||
: <a class="el" href="opatIO_8cpp.html#aed5f3e73e01248d8a2d6792a69081f9e">opatIO.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_c" name="index_c"></a>- c -</h3><ul>
|
||||
<li>ComputeMeshVolume() : <a class="el" href="mesh_i_o_test_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25">meshIOTest.cpp</a></li>
|
||||
<li>CONFIG_FILENAME : <a class="el" href="poly_test_8cpp.html#a355ce39014e2371f32c994670916c1fc">polyTest.cpp</a></li>
|
||||
<li>createResource() : <a class="el" href="resource_manager_types_8cpp.html#ae0a43e40a0c5e0fd54274c9cd8688d19">resourceManagerTypes.cpp</a>, <a class="el" href="resource_manager_types_8h.html#ae0a43e40a0c5e0fd54274c9cd8688d19">resourceManagerTypes.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_m"></a>- m -</h3><ul>
|
||||
<li>main()
|
||||
: <a class="el" href="testDObject_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">testDObject.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_d" name="index_d"></a>- d -</h3><ul>
|
||||
<li>DEPRECATION_WARNING_OFF : <a class="el" href="warning__control_8h.html#a4101250c61feebb5d110c809fe7a2151">warning_control.h</a></li>
|
||||
<li>DEPRECATION_WARNING_ON : <a class="el" href="warning__control_8h.html#aaab638127f083dc583d9ea4afe6cfc5f">warning_control.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_n"></a>- n -</h3><ul>
|
||||
<li>n_r
|
||||
: <a class="el" href="mkTestData_8py.html#ac27efbef0ea18292765b28e05846a5fa">mkTestData.py</a>
|
||||
</li>
|
||||
<li>n_t
|
||||
: <a class="el" href="mkTestData_8py.html#a5434a318e4d2951f6bea109ea95f7951">mkTestData.py</a>
|
||||
</li>
|
||||
<h3><a id="index_e" name="index_e"></a>- e -</h3><ul>
|
||||
<li>EOSTable : <a class="el" href="eos_i_o_8h.html#a1aa7735934336ab2646c539c4370dcd5">eosIO.h</a></li>
|
||||
<li>EXAMPLE_FILENAME : <a class="el" href="composition_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470">compositionTest.cpp</a>, <a class="el" href="config_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470">configTest.cpp</a>, <a class="el" href="mesh_i_o_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470">meshIOTest.cpp</a></li>
|
||||
<li>EXPORT_SYMBOL : <a class="el" href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">Metadata.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_o"></a>- o -</h3><ul>
|
||||
<li>OpatIO
|
||||
: <a class="el" href="build_2lib_2opatio_2____init_____8py.html#a2c9c36721bf1f103f2298cc089221b7b">__init__.py</a>
|
||||
</li>
|
||||
<li>operator<<()
|
||||
: <a class="el" href="DObject_8cpp.html#a5b2896a287295bf59a0b9e4d0af21161">DObject.cpp</a>
|
||||
, <a class="el" href="Metadata_8cpp.html#a9bc49cc23da2d1ff8b3e197630b9dfd2">Metadata.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_g" name="index_g"></a>- g -</h3><ul>
|
||||
<li>getFirstSegment() : <a class="el" href="resource_manager_types_8cpp.html#a3adea101b1d749fb0eaee2e91b7e10fe">resourceManagerTypes.cpp</a>, <a class="el" href="resource_manager_types_8h.html#a3adea101b1d749fb0eaee2e91b7e10fe">resourceManagerTypes.h</a></li>
|
||||
<li>getLastLine() : <a class="el" href="probe_test_8cpp.html#a6181751ac1c7f7f38b548af87ad506ab">probeTest.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||
<li>seed()
|
||||
: <a class="el" href="mkTestData_8py.html#a5023056b6831877dbf79e9a082600e78">mkTestData.py</a>
|
||||
</li>
|
||||
<li>swap_bytes()
|
||||
: <a class="el" href="opatIO_8cpp.html#a33dcb837958721219b4198c267c7fd0f">opatIO.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_h" name="index_h"></a>- h -</h3><ul>
|
||||
<li>heap_allocate_contiguous_2D_memory() : <a class="el" href="helm_8cpp.html#a0537c506d77a3dfea9b237aeb07f3281">helm.cpp</a>, <a class="el" href="helm_8h.html#a0537c506d77a3dfea9b237aeb07f3281">helm.h</a></li>
|
||||
<li>heap_deallocate_contiguous_2D_memory() : <a class="el" href="helm_8cpp.html#a82f032cfe64e2576c67986660cbe824d">helm.cpp</a>, <a class="el" href="helm_8h.html#a82f032cfe64e2576c67986660cbe824d">helm.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_t"></a>- t -</h3><ul>
|
||||
<li>TEST_F()
|
||||
: <a class="el" href="meshIOTest_8cpp.html#a94653e9cb8a24090f2c4c02fc8bfdfbb">meshIOTest.cpp</a>
|
||||
, <a class="el" href="LockableDObjectTest_8cpp.html#a5c2342bfafc553d23125fb3ae05af2a7">LockableDObjectTest.cpp</a>
|
||||
, <a class="el" href="MetadataTest_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75">MetadataTest.cpp</a>
|
||||
, <a class="el" href="meshIOTest_8cpp.html#a0cb4f62baac8f32aaefbab6c9e5b93bc">meshIOTest.cpp</a>
|
||||
, <a class="el" href="configTest_8cpp.html#a2aab0fda134fe1428d1b647316df718f">configTest.cpp</a>
|
||||
, <a class="el" href="meshIOTest_8cpp.html#af5cb16ec6a340bbd827bd2d7adac4f68">meshIOTest.cpp</a>
|
||||
, <a class="el" href="opatIOTest_8cpp.html#ac3a79e8bac7362518c4495f4b9136a99">opatIOTest.cpp</a>
|
||||
, <a class="el" href="LockableDObjectTest_8cpp.html#aca2c2dcb4394094c27dc37453ea9a37f">LockableDObjectTest.cpp</a>
|
||||
, <a class="el" href="configTest_8cpp.html#ae70df34c2371cc5c992f20fbf6e6354b">configTest.cpp</a>
|
||||
, <a class="el" href="constTest_8cpp.html#ae050a185fbc60349459af47e661bd3e1">constTest.cpp</a>
|
||||
, <a class="el" href="DObjectTest_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f">DObjectTest.cpp</a>
|
||||
, <a class="el" href="LockableDObjectTest_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73">LockableDObjectTest.cpp</a>
|
||||
</li>
|
||||
<li>testFunction()
|
||||
: <a class="el" href="testDObject_8cpp.html#a5cce1ff8e67a00ce9122097c4bbb5b02">testDObject.cpp</a>
|
||||
</li>
|
||||
<li>theta_initial_guess()
|
||||
: <a class="el" href="polyCoeff_8cpp.html#a1ac632f61c6dcebf44b4802e11878ad1">polyCoeff.cpp</a>
|
||||
, <a class="el" href="polyCoeff_8h.html#a1ac632f61c6dcebf44b4802e11878ad1">polyCoeff.h</a>
|
||||
</li>
|
||||
<h3><a id="index_i" name="index_i"></a>- i -</h3><ul>
|
||||
<li>IMAX : <a class="el" href="helm_8h.html#a6e96ad1c3be2c24926ba0487d28cd75c">helm.h</a></li>
|
||||
<li>initlaize_opac() : <a class="el" href="opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8">opac.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v"></a>- v -</h3><ul>
|
||||
<li>vec_xi_coeff_func()
|
||||
: <a class="el" href="polyCoeff_8cpp.html#a56f9e1ef409635c3a47be264168177fc">polyCoeff.cpp</a>
|
||||
, <a class="el" href="polyCoeff_8h.html#a56f9e1ef409635c3a47be264168177fc">polyCoeff.h</a>
|
||||
</li>
|
||||
<h3><a id="index_j" name="index_j"></a>- j -</h3><ul>
|
||||
<li>JMAX : <a class="el" href="helm_8h.html#a6f799b3fb32ecd6a70300d45fe1dfaad">helm.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_w"></a>- w -</h3><ul>
|
||||
<li>write_solution_to_csv()
|
||||
: <a class="el" href="polyIO_8cpp.html#aead019e8410035332b8c834c88f12a3e">polyIO.cpp</a>
|
||||
, <a class="el" href="polyIO_8h.html#aead019e8410035332b8c834c88f12a3e">polyIO.h</a>
|
||||
, <a class="el" href="polyMFEMUtils_8h.html#aead019e8410035332b8c834c88f12a3e">polyMFEMUtils.h</a>
|
||||
</li>
|
||||
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
|
||||
<li>main() : <a class="el" href="comp_8cpp.html#ac4c0f8a8146b128f1b8f920e3a9c3b1e">comp.cpp</a>, <a class="el" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">testDObject.cpp</a></li>
|
||||
<li>matrix_type : <a class="el" href="approx8_8h.html#abd6c5fdc1f08c03c2027eafe32658e38">approx8.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_x"></a>- x -</h3><ul>
|
||||
<li>xi_coeff_func()
|
||||
: <a class="el" href="polyCoeff_8cpp.html#a6869b3eabb3ea76f69cf49572dead231">polyCoeff.cpp</a>
|
||||
, <a class="el" href="polyCoeff_8h.html#a6869b3eabb3ea76f69cf49572dead231">polyCoeff.h</a>
|
||||
</li>
|
||||
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
|
||||
<li>operator<<() : <a class="el" href="_d_object_8cpp.html#aa54e75574f0302a2ca7252f9f0f0b3f1">DObject.cpp</a>, <a class="el" href="_metadata_8cpp.html#a12949a1ea26c4ff1afeb97101c0493c5">Metadata.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_r" name="index_r"></a>- r -</h3><ul>
|
||||
<li>recurse_keys() : <a class="el" href="config_8cpp.html#ab6a5a8b7202ea0d40956283276057e8c">config.cpp</a></li>
|
||||
<li>Resource : <a class="el" href="resource_manager_types_8h.html#ae6247466218d10f5ce0771ead25fa191">resourceManagerTypes.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_s" name="index_s"></a>- s -</h3><ul>
|
||||
<li>STRINGIFY : <a class="el" href="resource_manager_8cpp.html#a6df1d22fb5f09eccc23b9f399670cfd7">resourceManager.cpp</a></li>
|
||||
<li>stripTimestamps() : <a class="el" href="probe_test_8cpp.html#a1177d7bc99ddb16fe874dc41441b9725">probeTest.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_t" name="index_t"></a>- t -</h3><ul>
|
||||
<li>TEST_CONFIG : <a class="el" href="eos_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960">eosTest.cpp</a>, <a class="el" href="approx8_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960">approx8Test.cpp</a>, <a class="el" href="probe_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960">probeTest.cpp</a>, <a class="el" href="resource_manager_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960">resourceManagerTest.cpp</a></li>
|
||||
<li>TEST_F() : <a class="el" href="composition_test_8cpp.html#a99ba25c32a6e47956d231d484dc8e7cd">compositionTest.cpp</a>, <a class="el" href="config_test_8cpp.html#ae70df34c2371cc5c992f20fbf6e6354b">configTest.cpp</a>, <a class="el" href="const_test_8cpp.html#ae050a185fbc60349459af47e661bd3e1">constTest.cpp</a>, <a class="el" href="_d_object_test_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f">DObjectTest.cpp</a>, <a class="el" href="_lockable_d_object_test_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73">LockableDObjectTest.cpp</a>, <a class="el" href="_metadata_test_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75">MetadataTest.cpp</a>, <a class="el" href="eos_test_8cpp.html#a27d86e530fc20098b426edbc39c0c7e5">eosTest.cpp</a>, <a class="el" href="mesh_i_o_test_8cpp.html#a0cb4f62baac8f32aaefbab6c9e5b93bc">meshIOTest.cpp</a>, <a class="el" href="approx8_test_8cpp.html#a282ac3f9d020662bcaa9f8ad569d3a60">approx8Test.cpp</a>, <a class="el" href="poly_test_8cpp.html#a4d8d8c3608d63a6200aa3ccc54c885f5">polyTest.cpp</a>, <a class="el" href="probe_test_8cpp.html#a99cf9b4c0cf0a327598829cb53d87174">probeTest.cpp</a>, <a class="el" href="resource_manager_test_8cpp.html#a8b35d7c9fce4657fbfd3cd094c7dced5">resourceManagerTest.cpp</a></li>
|
||||
<li>testFunction() : <a class="el" href="test_d_object_8cpp.html#a5cce1ff8e67a00ce9122097c4bbb5b02">testDObject.cpp</a></li>
|
||||
<li>TOSTRING : <a class="el" href="resource_manager_8cpp.html#a9063e80f8777300c93afde6e6f4c9cea">resourceManager.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v" name="index_v"></a>- v -</h3><ul>
|
||||
<li>vec7 : <a class="el" href="approx8_8h.html#ae12297be50f5147072894a36231af070">approx8.h</a></li>
|
||||
<li>vector_type : <a class="el" href="approx8_8h.html#a9b21a52f1c431ae59a4883c22a8a0067">approx8.h</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: File Members</title>
|
||||
<title>SERiF: File Members</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('globals_func.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('globals_func.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,110 +86,74 @@ $(document).ready(function(){initNavTree('globals_func.html',''); initResizable(
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
 
|
||||
<div class="textblock">Here is a list of all functions with links to the files they belong to:</div>
|
||||
|
||||
<h3><a id="index_c"></a>- c -</h3><ul>
|
||||
<li>ComputeMeshVolume()
|
||||
: <a class="el" href="meshIOTest_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25">meshIOTest.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_c" name="index_c"></a>- c -</h3><ul>
|
||||
<li>ComputeMeshVolume() : <a class="el" href="mesh_i_o_test_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25">meshIOTest.cpp</a></li>
|
||||
<li>createResource() : <a class="el" href="resource_manager_types_8cpp.html#ae0a43e40a0c5e0fd54274c9cd8688d19">resourceManagerTypes.cpp</a>, <a class="el" href="resource_manager_types_8h.html#ae0a43e40a0c5e0fd54274c9cd8688d19">resourceManagerTypes.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||
<li>initlaize_opac()
|
||||
: <a class="el" href="opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8">opac.h</a>
|
||||
</li>
|
||||
<li>is_big_endian()
|
||||
: <a class="el" href="opatIO_8cpp.html#aed5f3e73e01248d8a2d6792a69081f9e">opatIO.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_g" name="index_g"></a>- g -</h3><ul>
|
||||
<li>getFirstSegment() : <a class="el" href="resource_manager_types_8cpp.html#a3adea101b1d749fb0eaee2e91b7e10fe">resourceManagerTypes.cpp</a>, <a class="el" href="resource_manager_types_8h.html#a3adea101b1d749fb0eaee2e91b7e10fe">resourceManagerTypes.h</a></li>
|
||||
<li>getLastLine() : <a class="el" href="probe_test_8cpp.html#a6181751ac1c7f7f38b548af87ad506ab">probeTest.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_m"></a>- m -</h3><ul>
|
||||
<li>main()
|
||||
: <a class="el" href="testDObject_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">testDObject.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_h" name="index_h"></a>- h -</h3><ul>
|
||||
<li>heap_allocate_contiguous_2D_memory() : <a class="el" href="helm_8cpp.html#a0537c506d77a3dfea9b237aeb07f3281">helm.cpp</a>, <a class="el" href="helm_8h.html#a0537c506d77a3dfea9b237aeb07f3281">helm.h</a></li>
|
||||
<li>heap_deallocate_contiguous_2D_memory() : <a class="el" href="helm_8cpp.html#a82f032cfe64e2576c67986660cbe824d">helm.cpp</a>, <a class="el" href="helm_8h.html#a82f032cfe64e2576c67986660cbe824d">helm.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_o"></a>- o -</h3><ul>
|
||||
<li>operator<<()
|
||||
: <a class="el" href="DObject_8cpp.html#a5b2896a287295bf59a0b9e4d0af21161">DObject.cpp</a>
|
||||
, <a class="el" href="Metadata_8cpp.html#a9bc49cc23da2d1ff8b3e197630b9dfd2">Metadata.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_i" name="index_i"></a>- i -</h3><ul>
|
||||
<li>initlaize_opac() : <a class="el" href="opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8">opac.h</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||
<li>seed()
|
||||
: <a class="el" href="mkTestData_8py.html#a5023056b6831877dbf79e9a082600e78">mkTestData.py</a>
|
||||
</li>
|
||||
<li>swap_bytes()
|
||||
: <a class="el" href="opatIO_8cpp.html#a33dcb837958721219b4198c267c7fd0f">opatIO.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
|
||||
<li>main() : <a class="el" href="comp_8cpp.html#ac4c0f8a8146b128f1b8f920e3a9c3b1e">comp.cpp</a>, <a class="el" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">testDObject.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_t"></a>- t -</h3><ul>
|
||||
<li>TEST_F()
|
||||
: <a class="el" href="meshIOTest_8cpp.html#a94653e9cb8a24090f2c4c02fc8bfdfbb">meshIOTest.cpp</a>
|
||||
, <a class="el" href="LockableDObjectTest_8cpp.html#a5c2342bfafc553d23125fb3ae05af2a7">LockableDObjectTest.cpp</a>
|
||||
, <a class="el" href="MetadataTest_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75">MetadataTest.cpp</a>
|
||||
, <a class="el" href="meshIOTest_8cpp.html#a0cb4f62baac8f32aaefbab6c9e5b93bc">meshIOTest.cpp</a>
|
||||
, <a class="el" href="configTest_8cpp.html#a2aab0fda134fe1428d1b647316df718f">configTest.cpp</a>
|
||||
, <a class="el" href="meshIOTest_8cpp.html#af5cb16ec6a340bbd827bd2d7adac4f68">meshIOTest.cpp</a>
|
||||
, <a class="el" href="opatIOTest_8cpp.html#ac3a79e8bac7362518c4495f4b9136a99">opatIOTest.cpp</a>
|
||||
, <a class="el" href="LockableDObjectTest_8cpp.html#aca2c2dcb4394094c27dc37453ea9a37f">LockableDObjectTest.cpp</a>
|
||||
, <a class="el" href="configTest_8cpp.html#ae70df34c2371cc5c992f20fbf6e6354b">configTest.cpp</a>
|
||||
, <a class="el" href="constTest_8cpp.html#ae050a185fbc60349459af47e661bd3e1">constTest.cpp</a>
|
||||
, <a class="el" href="DObjectTest_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f">DObjectTest.cpp</a>
|
||||
, <a class="el" href="LockableDObjectTest_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73">LockableDObjectTest.cpp</a>
|
||||
</li>
|
||||
<li>testFunction()
|
||||
: <a class="el" href="testDObject_8cpp.html#a5cce1ff8e67a00ce9122097c4bbb5b02">testDObject.cpp</a>
|
||||
</li>
|
||||
<li>theta_initial_guess()
|
||||
: <a class="el" href="polyCoeff_8cpp.html#a1ac632f61c6dcebf44b4802e11878ad1">polyCoeff.cpp</a>
|
||||
, <a class="el" href="polyCoeff_8h.html#a1ac632f61c6dcebf44b4802e11878ad1">polyCoeff.h</a>
|
||||
</li>
|
||||
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
|
||||
<li>operator<<() : <a class="el" href="_d_object_8cpp.html#aa54e75574f0302a2ca7252f9f0f0b3f1">DObject.cpp</a>, <a class="el" href="_metadata_8cpp.html#a12949a1ea26c4ff1afeb97101c0493c5">Metadata.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v"></a>- v -</h3><ul>
|
||||
<li>vec_xi_coeff_func()
|
||||
: <a class="el" href="polyCoeff_8cpp.html#a56f9e1ef409635c3a47be264168177fc">polyCoeff.cpp</a>
|
||||
, <a class="el" href="polyCoeff_8h.html#a56f9e1ef409635c3a47be264168177fc">polyCoeff.h</a>
|
||||
</li>
|
||||
<h3><a id="index_r" name="index_r"></a>- r -</h3><ul>
|
||||
<li>recurse_keys() : <a class="el" href="config_8cpp.html#ab6a5a8b7202ea0d40956283276057e8c">config.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_w"></a>- w -</h3><ul>
|
||||
<li>write_solution_to_csv()
|
||||
: <a class="el" href="polyIO_8cpp.html#aead019e8410035332b8c834c88f12a3e">polyIO.cpp</a>
|
||||
, <a class="el" href="polyIO_8h.html#aead019e8410035332b8c834c88f12a3e">polyIO.h</a>
|
||||
, <a class="el" href="polyMFEMUtils_8h.html#aead019e8410035332b8c834c88f12a3e">polyMFEMUtils.h</a>
|
||||
</li>
|
||||
<h3><a id="index_s" name="index_s"></a>- s -</h3><ul>
|
||||
<li>stripTimestamps() : <a class="el" href="probe_test_8cpp.html#a1177d7bc99ddb16fe874dc41441b9725">probeTest.cpp</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_x"></a>- x -</h3><ul>
|
||||
<li>xi_coeff_func()
|
||||
: <a class="el" href="polyCoeff_8cpp.html#a6869b3eabb3ea76f69cf49572dead231">polyCoeff.cpp</a>
|
||||
, <a class="el" href="polyCoeff_8h.html#a6869b3eabb3ea76f69cf49572dead231">polyCoeff.h</a>
|
||||
</li>
|
||||
<h3><a id="index_t" name="index_t"></a>- t -</h3><ul>
|
||||
<li>TEST_F() : <a class="el" href="composition_test_8cpp.html#a99ba25c32a6e47956d231d484dc8e7cd">compositionTest.cpp</a>, <a class="el" href="config_test_8cpp.html#ae70df34c2371cc5c992f20fbf6e6354b">configTest.cpp</a>, <a class="el" href="const_test_8cpp.html#ae050a185fbc60349459af47e661bd3e1">constTest.cpp</a>, <a class="el" href="_d_object_test_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f">DObjectTest.cpp</a>, <a class="el" href="_lockable_d_object_test_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73">LockableDObjectTest.cpp</a>, <a class="el" href="_metadata_test_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75">MetadataTest.cpp</a>, <a class="el" href="eos_test_8cpp.html#a27d86e530fc20098b426edbc39c0c7e5">eosTest.cpp</a>, <a class="el" href="mesh_i_o_test_8cpp.html#a0cb4f62baac8f32aaefbab6c9e5b93bc">meshIOTest.cpp</a>, <a class="el" href="approx8_test_8cpp.html#a282ac3f9d020662bcaa9f8ad569d3a60">approx8Test.cpp</a>, <a class="el" href="poly_test_8cpp.html#a4d8d8c3608d63a6200aa3ccc54c885f5">polyTest.cpp</a>, <a class="el" href="probe_test_8cpp.html#a99cf9b4c0cf0a327598829cb53d87174">probeTest.cpp</a>, <a class="el" href="resource_manager_test_8cpp.html#a8b35d7c9fce4657fbfd3cd094c7dced5">resourceManagerTest.cpp</a></li>
|
||||
<li>testFunction() : <a class="el" href="test_d_object_8cpp.html#a5cce1ff8e67a00ce9122097c4bbb5b02">testDObject.cpp</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>New 4DSSE Code: Main Page</title>
|
||||
<title>SERiF: 4DSSE: A 4D Stellar Structure and Evolution Code</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function() { init_search(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">New 4DSSE Code
|
||||
 <span id="projectnumber">0.0.1a</span>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">SERiF<span id="projectnumber"> 0.0.1a</span>
|
||||
</div>
|
||||
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
|
||||
</td>
|
||||
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.svg"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -72,8 +72,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('index.html',''); initResizable(); });
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('index.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -86,35 +86,350 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">New 4DSSE Code Documentation</div> </div>
|
||||
<div><div class="header">
|
||||
<div class="headertitle"><div class="title">4DSSE: A 4D Stellar Structure and Evolution Code </div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<ul><li><a href="index.html"><span>Main Page</span></a>
|
||||
</li><li><a href="pages.html"><span>Related Pages</span></a>
|
||||
</li><li><a href="annotated.html"><span>Classes</span></a>
|
||||
<ul><li><a href="annotated.html"><span>Class List</span></a>
|
||||
</li><li><a href="classes.html"><span>Class Index</span></a>
|
||||
</li><li><a href="hierarchy.html"><span>Class Hierarchy</span></a>
|
||||
</li><li><a href="functions.html"><span>Class Members</span></a>
|
||||
</li></ul>
|
||||
</li><li><a href="files.html"><span>Files</span></a>
|
||||
<ul><li><a href="files.html"><span>File List</span></a>
|
||||
</li><li><a href="globals.html"><span>File Members</span></a>
|
||||
</li></ul>
|
||||
</li></ul>
|
||||
<div class="textblock"><h1><a class="anchor" id="intro_sec"></a>
|
||||
Introduction</h1>
|
||||
<p>Welcome to the documentation for 4DSSE (4D Stellar Structure and Evolution), a new code designed for simulating stellar phenomena in three spatial dimensions plus time. This project is currently under active development.</p>
|
||||
<p>The primary goal of 4DSSE is to provide a flexible and extensible framework for advanced stellar modeling, incorporating modern numerical techniques and physics modules.</p>
|
||||
<h1><a class="anchor" id="build_sec"></a>
|
||||
Building 4DSSE</h1>
|
||||
<p>The project uses Meson as its build system. MFEM is a core dependency and will be automatically downloaded and built if not found.</p>
|
||||
<p><b>Prerequisites:</b></p><ul>
|
||||
<li>A C++ compiler (supporting C++17 or later)</li>
|
||||
<li>Meson (Install via pip: <code>pip install meson</code>)</li>
|
||||
<li>Python 3</li>
|
||||
</ul>
|
||||
<p><b>Build Steps:</b></p>
|
||||
<ol type="1">
|
||||
<li><b>Clone the repository (if you haven't already):</b> <code>bash git clone <repository-url> cd 4dsse </code></li>
|
||||
<li><b>Using the <code>mk</code> script (recommended for ease of use):</b><ul>
|
||||
<li>To build the project: <code>bash ./mk </code></li>
|
||||
<li>To build without tests: <code>bash ./mk --noTest </code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Using the <code>4DSSEConsole.sh</code> script:</b> This script provides a simple interface for building and debugging. <code>bash ./4DSSEConsole.sh </code> Follow the on-screen prompts.</li>
|
||||
<li><b>Manual Meson build:</b><ul>
|
||||
<li>Setup the build directory (e.g., <code>build</code>): <code>bash meson setup build </code></li>
|
||||
<li>Compile the project: <code>bash meson compile -C build </code></li>
|
||||
<li>To run tests (if built with tests enabled): <code>bash meson test -C build </code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<p>The compiled executables and libraries will typically be found in the <code>build</code> directory.</p>
|
||||
<h1><a class="anchor" id="usage_sec"></a>
|
||||
High-Level Usage Examples</h1>
|
||||
<p>Below are some high-level examples of how to use key components of 4DSSE.</p>
|
||||
<h2><a class="anchor" id="usage_polysolver"></a>
|
||||
Solving for a Polytrope</h2>
|
||||
<p>The <code><a class="el" href="class_poly_solver.html" title="Solves the Lane-Emden equation for a polytropic star using a mixed finite element method.">PolySolver</a></code> class handles the setup and solution of the Lane-Emden equation for polytropic stellar models.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="poly_solver_8h.html">polySolver.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span> <span class="comment">// For global configuration</span></div>
|
||||
<div class="line"><span class="preprocessor">#include "<a class="code" href="probe_8h.html">probe.h</a>"</span> <span class="comment">// For logging</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <span class="comment">// Initialize configuration and logging</span></div>
|
||||
<div class="line"> Config::getInstance().loadConfig(<span class="stringliteral">"path/to/your/config.yaml"</span>);</div>
|
||||
<div class="line"> <a class="code hl_function" href="class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386">Probe::LogManager::getInstance</a>().<a class="code hl_function" href="class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d">getLogger</a>(<span class="stringliteral">"main_log"</span>); <span class="comment">// Initialize a logger</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="keywordflow">try</span> {</div>
|
||||
<div class="line"> <span class="comment">// Create a PolySolver for polytropic index n=1.5 and FE order 2</span></div>
|
||||
<div class="line"> <a class="code hl_class" href="class_poly_solver.html">PolySolver</a> solver(1.5, 2);</div>
|
||||
<div class="line"> solver.solve(); <span class="comment">// Solve the system</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Access the solution</span></div>
|
||||
<div class="line"> mfem::GridFunction& theta_solution = solver.getSolution();</div>
|
||||
<div class="line"> <span class="comment">// ... process or visualize theta_solution ...</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> } <span class="keywordflow">catch</span> (<span class="keyword">const</span> std::exception& e) {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"An error occurred: "</span> << e.what() << std::endl;</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 1;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclass_poly_solver_html"><div class="ttname"><a href="class_poly_solver.html">PolySolver</a></div><div class="ttdoc">Solves the Lane-Emden equation for a polytropic star using a mixed finite element method.</div><div class="ttdef"><b>Definition</b> <a href="poly_solver_8h_source.html#l00200">polySolver.h:200</a></div></div>
|
||||
<div class="ttc" id="aclass_probe_1_1_log_manager_html_a5a12a541a9a7ca7f848ff385fb729c1d"><div class="ttname"><a href="class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d">Probe::LogManager::getLogger</a></div><div class="ttdeci">quill::Logger * getLogger(const std::string &loggerName)</div><div class="ttdoc">Get a logger by name.</div><div class="ttdef"><b>Definition</b> <a href="probe_8cpp_source.html#l00219">probe.cpp:219</a></div></div>
|
||||
<div class="ttc" id="aclass_probe_1_1_log_manager_html_adddabc01655308e7e62d8d3bd1b15386"><div class="ttname"><a href="class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386">Probe::LogManager::getInstance</a></div><div class="ttdeci">static LogManager & getInstance()</div><div class="ttdoc">Get the singleton instance of LogManager.</div><div class="ttdef"><b>Definition</b> <a href="probe_8h_source.html#l00103">probe.h:103</a></div></div>
|
||||
<div class="ttc" id="aconfig_8h_html"><div class="ttname"><a href="config_8h.html">config.h</a></div></div>
|
||||
<div class="ttc" id="apoly_solver_8h_html"><div class="ttname"><a href="poly_solver_8h.html">polySolver.h</a></div></div>
|
||||
<div class="ttc" id="aprobe_8h_html"><div class="ttname"><a href="probe_8h.html">probe.h</a></div></div>
|
||||
<div class="ttc" id="atest_d_object_8cpp_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdef"><b>Definition</b> <a href="test_d_object_8cpp_source.html#l00007">testDObject.cpp:7</a></div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_composition"></a>
|
||||
Managing Chemical Compositions</h2>
|
||||
<p>The <code>Composition</code> class allows for defining and managing chemical compositions.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="composition_8h.html">composition.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"><span class="preprocessor">#include <vector></span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <span class="keywordflow">try</span> {</div>
|
||||
<div class="line"> <span class="comment">// Define symbols and their mass fractions</span></div>
|
||||
<div class="line"> std::vector<std::string> symbols = {<span class="stringliteral">"H-1"</span>, <span class="stringliteral">"He-4"</span>}; <span class="comment">// Use specific isotopes</span></div>
|
||||
<div class="line"> std::vector<double> mass_fractions = {0.75, 0.25};</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Create and finalize the composition</span></div>
|
||||
<div class="line"> <a class="code hl_class" href="classcomposition_1_1_composition.html">composition::Composition</a> comp(symbols, mass_fractions);</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Get mass fraction of a specific element</span></div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Mass fraction of H-1: "</span> << comp.getMassFraction(<span class="stringliteral">"H-1"</span>) << std::endl;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Get global properties</span></div>
|
||||
<div class="line"> <span class="keyword">auto</span> global_props = comp.getComposition().second;</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Mean particle mass: "</span> << global_props.meanParticleMass << std::endl;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> } <span class="keywordflow">catch</span> (<span class="keyword">const</span> std::exception& e) {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"Composition error: "</span> << e.what() << std::endl;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclasscomposition_1_1_composition_html"><div class="ttname"><a href="classcomposition_1_1_composition.html">composition::Composition</a></div><div class="ttdef"><b>Definition</b> <a href="composition_8h_source.html#l00211">composition.h:211</a></div></div>
|
||||
<div class="ttc" id="acomposition_8h_html"><div class="ttname"><a href="composition_8h.html">composition.h</a></div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_network"></a>
|
||||
Nuclear Reaction Networks</h2>
|
||||
<p>The <code>Network</code> and <code>Approx8Network</code> classes provide interfaces for nuclear reaction network calculations.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="network_8h.html">network.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include "<a class="code" href="approx8_8h.html">approx8.h</a>"</span> <span class="comment">// Specific network implementation</span></div>
|
||||
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"><span class="preprocessor">#include <vector></span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <a class="code hl_class" href="classnn_approx8_1_1_approx8_network.html">nnApprox8::Approx8Network</a> approx8_net; <span class="comment">// Using the Approx8 network</span></div>
|
||||
<div class="line"> approx8_net.<a class="code hl_function" href="classnn_approx8_1_1_approx8_network.html#a11523cc90db255a50a9cecc0d794e5f8">setStiff</a>(<span class="keyword">true</span>); <span class="comment">// Example: use stiff solver</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <a class="code hl_struct" href="structnuclear_network_1_1_net_in.html">nuclearNetwork::NetIn</a> input;</div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structnuclear_network_1_1_net_in.html#a4390cc59d2a9bd0d265163aa6e38c6c2">composition</a> = {0.7, 0.0, 0.28, 0.01, 0.005, 0.004, 0.0005, 0.0005}; <span class="comment">// H1, He3, He4, C12, N14, O16, Ne20, Mg24</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structnuclear_network_1_1_net_in.html#a9b9cbf0364977eca8425b191e34a7a97">temperature</a> = 1.5e7; <span class="comment">// K</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structnuclear_network_1_1_net_in.html#a987cb42b169b0e503515a8c62e242b97">density</a> = 150.0; <span class="comment">// g/cm^3</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structnuclear_network_1_1_net_in.html#ac204ff59b403cdbfef84cf8bb57e8eb2">tmax</a> = 1.0e10; <span class="comment">// s</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structnuclear_network_1_1_net_in.html#aa55b1d6cd458b69afb89cb096e661d9b">dt0</a> = 1.0e6; <span class="comment">// s</span></div>
|
||||
<div class="line"> <span class="comment">// input.energy can also be set if needed</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="keywordflow">try</span> {</div>
|
||||
<div class="line"> <a class="code hl_struct" href="structnuclear_network_1_1_net_out.html">nuclearNetwork::NetOut</a> output = approx8_net.<a class="code hl_function" href="classnn_approx8_1_1_approx8_network.html#a31b8a20338d18123eca6e644f6e72366">evaluate</a>(input);</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Number of steps: "</span> << output.<a class="code hl_variable" href="structnuclear_network_1_1_net_out.html#aee71b459be94519bac05986cfb47210a">num_steps</a> << std::endl;</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Final H-1 mass fraction (approx): "</span> << output.<a class="code hl_variable" href="structnuclear_network_1_1_net_out.html#a84c19198ae5cb48527b2d19f61fa160f">composition</a>[<a class="code hl_variable" href="structnn_approx8_1_1_net.html#a86ed8213cf2fffe5dcd7f06bdb6a6186">nnApprox8::Net::ih1</a>] << std::endl;</div>
|
||||
<div class="line"> } <span class="keywordflow">catch</span> (<span class="keyword">const</span> std::exception& e) {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"Network evaluation error: "</span> << e.what() << std::endl;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aapprox8_8h_html"><div class="ttname"><a href="approx8_8h.html">approx8.h</a></div><div class="ttdoc">Header file for the Approx8 nuclear reaction network.</div></div>
|
||||
<div class="ttc" id="aclassnn_approx8_1_1_approx8_network_html"><div class="ttname"><a href="classnn_approx8_1_1_approx8_network.html">nnApprox8::Approx8Network</a></div><div class="ttdoc">Class for the Approx8 nuclear reaction network.</div><div class="ttdef"><b>Definition</b> <a href="approx8_8h_source.html#l00297">approx8.h:297</a></div></div>
|
||||
<div class="ttc" id="aclassnn_approx8_1_1_approx8_network_html_a11523cc90db255a50a9cecc0d794e5f8"><div class="ttname"><a href="classnn_approx8_1_1_approx8_network.html#a11523cc90db255a50a9cecc0d794e5f8">nnApprox8::Approx8Network::setStiff</a></div><div class="ttdeci">void setStiff(bool stiff)</div><div class="ttdoc">Sets whether the solver should use a stiff method.</div><div class="ttdef"><b>Definition</b> <a href="approx8_8cpp_source.html#l00505">approx8.cpp:505</a></div></div>
|
||||
<div class="ttc" id="aclassnn_approx8_1_1_approx8_network_html_a31b8a20338d18123eca6e644f6e72366"><div class="ttname"><a href="classnn_approx8_1_1_approx8_network.html#a31b8a20338d18123eca6e644f6e72366">nnApprox8::Approx8Network::evaluate</a></div><div class="ttdeci">virtual nuclearNetwork::NetOut evaluate(const nuclearNetwork::NetIn &netIn)</div><div class="ttdoc">Evaluates the nuclear network.</div><div class="ttdef"><b>Definition</b> <a href="approx8_8cpp_source.html#l00447">approx8.cpp:447</a></div></div>
|
||||
<div class="ttc" id="anetwork_8h_html"><div class="ttname"><a href="network_8h.html">network.h</a></div></div>
|
||||
<div class="ttc" id="astructnn_approx8_1_1_net_html_a86ed8213cf2fffe5dcd7f06bdb6a6186"><div class="ttname"><a href="structnn_approx8_1_1_net.html#a86ed8213cf2fffe5dcd7f06bdb6a6186">nnApprox8::Net::ih1</a></div><div class="ttdeci">static const int ih1</div><div class="ttdef"><b>Definition</b> <a href="approx8_8h_source.html#l00065">approx8.h:65</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_in_html"><div class="ttname"><a href="structnuclear_network_1_1_net_in.html">nuclearNetwork::NetIn</a></div><div class="ttdoc">Input structure for the network evaluation.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00048">network.h:48</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_in_html_a4390cc59d2a9bd0d265163aa6e38c6c2"><div class="ttname"><a href="structnuclear_network_1_1_net_in.html#a4390cc59d2a9bd0d265163aa6e38c6c2">nuclearNetwork::NetIn::composition</a></div><div class="ttdeci">std::vector< double > composition</div><div class="ttdoc">Composition of the network.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00049">network.h:49</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_in_html_a987cb42b169b0e503515a8c62e242b97"><div class="ttname"><a href="structnuclear_network_1_1_net_in.html#a987cb42b169b0e503515a8c62e242b97">nuclearNetwork::NetIn::density</a></div><div class="ttdeci">double density</div><div class="ttdoc">Density in g/cm^3.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00053">network.h:53</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_in_html_a9b9cbf0364977eca8425b191e34a7a97"><div class="ttname"><a href="structnuclear_network_1_1_net_in.html#a9b9cbf0364977eca8425b191e34a7a97">nuclearNetwork::NetIn::temperature</a></div><div class="ttdeci">double temperature</div><div class="ttdoc">Temperature in Kelvin.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00052">network.h:52</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_in_html_aa55b1d6cd458b69afb89cb096e661d9b"><div class="ttname"><a href="structnuclear_network_1_1_net_in.html#aa55b1d6cd458b69afb89cb096e661d9b">nuclearNetwork::NetIn::dt0</a></div><div class="ttdeci">double dt0</div><div class="ttdoc">Initial time step.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00051">network.h:51</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_in_html_ac204ff59b403cdbfef84cf8bb57e8eb2"><div class="ttname"><a href="structnuclear_network_1_1_net_in.html#ac204ff59b403cdbfef84cf8bb57e8eb2">nuclearNetwork::NetIn::tmax</a></div><div class="ttdeci">double tmax</div><div class="ttdoc">Maximum time.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00050">network.h:50</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_out_html"><div class="ttname"><a href="structnuclear_network_1_1_net_out.html">nuclearNetwork::NetOut</a></div><div class="ttdoc">Output structure for the network evaluation.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00071">network.h:71</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_out_html_a84c19198ae5cb48527b2d19f61fa160f"><div class="ttname"><a href="structnuclear_network_1_1_net_out.html#a84c19198ae5cb48527b2d19f61fa160f">nuclearNetwork::NetOut::composition</a></div><div class="ttdeci">std::vector< double > composition</div><div class="ttdoc">Composition of the network after evaluation.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00072">network.h:72</a></div></div>
|
||||
<div class="ttc" id="astructnuclear_network_1_1_net_out_html_aee71b459be94519bac05986cfb47210a"><div class="ttname"><a href="structnuclear_network_1_1_net_out.html#aee71b459be94519bac05986cfb47210a">nuclearNetwork::NetOut::num_steps</a></div><div class="ttdeci">int num_steps</div><div class="ttdoc">Number of steps taken in the evaluation.</div><div class="ttdef"><b>Definition</b> <a href="network_8h_source.html#l00073">network.h:73</a></div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_constants"></a>
|
||||
Accessing Physical Constants</h2>
|
||||
<p>The <code><a class="el" href="class_constants.html" title="Class to manage a collection of constants.">Constants</a></code> singleton provides access to a database of physical constants.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="const_8h.html">const.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <a class="code hl_class" href="class_constants.html">Constants</a>& consts = <a class="code hl_function" href="class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2">Constants::getInstance</a>();</div>
|
||||
<div class="line"> <span class="keywordflow">if</span> (consts.<a class="code hl_function" href="class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630">isLoaded</a>()) {</div>
|
||||
<div class="line"> <a class="code hl_struct" href="struct_constant.html">Constant</a> G = consts.<a class="code hl_function" href="class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19">get</a>(<span class="stringliteral">"Gravitational constant"</span>);</div>
|
||||
<div class="line"> std::cout << G.<a class="code hl_variable" href="struct_constant.html#a8d8d2a81e9a8f36dfa02b4d23a5be55c">name</a> << <span class="stringliteral">": "</span> << G.<a class="code hl_variable" href="struct_constant.html#a3bda8d7fadd6fb2510fd39962a065a02">value</a> << <span class="stringliteral">" "</span> << G.<a class="code hl_variable" href="struct_constant.html#a2c46956a2d2b0ebf78ff99c5971130d2">unit</a> << std::endl;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <a class="code hl_struct" href="struct_constant.html">Constant</a> c = consts[<span class="stringliteral">"Speed of light in vacuum"</span>]; <span class="comment">// Can also use operator[]</span></div>
|
||||
<div class="line"> std::cout << c.name << <span class="stringliteral">": "</span> << c.value << <span class="stringliteral">" "</span> << c.unit << std::endl;</div>
|
||||
<div class="line"> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"Failed to load constants."</span> << std::endl;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclass_constants_html"><div class="ttname"><a href="class_constants.html">Constants</a></div><div class="ttdoc">Class to manage a collection of constants.</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00066">const.h:66</a></div></div>
|
||||
<div class="ttc" id="aclass_constants_html_a36ddd7fe6857d1bbf6d1c84d4ed7bc19"><div class="ttname"><a href="class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19">Constants::get</a></div><div class="ttdeci">Constant get(const std::string &key) const</div><div class="ttdoc">Get a constant by key.</div><div class="ttdef"><b>Definition</b> <a href="const_8cpp_source.html#l00041">const.cpp:41</a></div></div>
|
||||
<div class="ttc" id="aclass_constants_html_ab302ea5420378c55a9e5f116d19ae0e2"><div class="ttname"><a href="class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2">Constants::getInstance</a></div><div class="ttdeci">static Constants & getInstance()</div><div class="ttdoc">get instance of constants singelton</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00102">const.h:102</a></div></div>
|
||||
<div class="ttc" id="aclass_constants_html_ae276dfdc0ffe75a53e3842e33ab52630"><div class="ttname"><a href="class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630">Constants::isLoaded</a></div><div class="ttdeci">bool isLoaded()</div><div class="ttdoc">Check if constants are loaded.</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00111">const.h:111</a></div></div>
|
||||
<div class="ttc" id="aconst_8h_html"><div class="ttname"><a href="const_8h.html">const.h</a></div></div>
|
||||
<div class="ttc" id="astruct_constant_html"><div class="ttname"><a href="struct_constant.html">Constant</a></div><div class="ttdoc">Structure to hold a constant's details.</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00034">const.h:34</a></div></div>
|
||||
<div class="ttc" id="astruct_constant_html_a2c46956a2d2b0ebf78ff99c5971130d2"><div class="ttname"><a href="struct_constant.html#a2c46956a2d2b0ebf78ff99c5971130d2">Constant::unit</a></div><div class="ttdeci">const std::string unit</div><div class="ttdoc">Unit of the constant.</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00038">const.h:38</a></div></div>
|
||||
<div class="ttc" id="astruct_constant_html_a3bda8d7fadd6fb2510fd39962a065a02"><div class="ttname"><a href="struct_constant.html#a3bda8d7fadd6fb2510fd39962a065a02">Constant::value</a></div><div class="ttdeci">const double value</div><div class="ttdoc">Value of the constant.</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00036">const.h:36</a></div></div>
|
||||
<div class="ttc" id="astruct_constant_html_a8d8d2a81e9a8f36dfa02b4d23a5be55c"><div class="ttname"><a href="struct_constant.html#a8d8d2a81e9a8f36dfa02b4d23a5be55c">Constant::name</a></div><div class="ttdeci">const std::string name</div><div class="ttdoc">Name of the constant.</div><div class="ttdef"><b>Definition</b> <a href="const_8h_source.html#l00035">const.h:35</a></div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_config"></a>
|
||||
Configuration Management</h2>
|
||||
<p>The <code><a class="el" href="class_config.html" title="Singleton class to manage configuration settings loaded from a YAML file.">Config</a></code> singleton manages settings from a YAML configuration file.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <a class="code hl_class" href="class_config.html">Config</a>& config = Config::getInstance();</div>
|
||||
<div class="line"> <span class="keywordflow">if</span> (config.loadConfig(<span class="stringliteral">"path/to/your/config.yaml"</span>)) {</div>
|
||||
<div class="line"> <span class="comment">// Get a string value, with a default if not found</span></div>
|
||||
<div class="line"> std::string outputPath = config.get<std::string>(<span class="stringliteral">"Output:Path"</span>, <span class="stringliteral">"./output/"</span>);</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Output path: "</span> << outputPath << std::endl;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Get an integer value</span></div>
|
||||
<div class="line"> <span class="keywordtype">int</span> maxIter = config.get<<span class="keywordtype">int</span>>(<span class="stringliteral">"Solver:MaxIterations"</span>, 100);</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Max iterations: "</span> << maxIter << std::endl;</div>
|
||||
<div class="line"> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"Failed to load configuration."</span> << std::endl;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclass_config_html"><div class="ttname"><a href="class_config.html">Config</a></div><div class="ttdoc">Singleton class to manage configuration settings loaded from a YAML file.</div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_logging"></a>
|
||||
Logging</h2>
|
||||
<p>The <code><a class="el" href="class_probe_1_1_log_manager.html" title="Class to manage logging operations.">Probe::LogManager</a></code> provides a way to manage and use loggers.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="probe_8h.html">probe.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span> <span class="comment">// Often used to configure logging</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <span class="comment">// Assuming config is loaded and might define log file, level etc.</span></div>
|
||||
<div class="line"> <span class="comment">// Config::getInstance().loadConfig("config.yaml");</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <a class="code hl_class" href="class_probe_1_1_log_manager.html">Probe::LogManager</a>& logManager = <a class="code hl_function" href="class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386">Probe::LogManager::getInstance</a>();</div>
|
||||
<div class="line"> quill::Logger* mainLogger = logManager.<a class="code hl_function" href="class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d">getLogger</a>(<span class="stringliteral">"main_app_log"</span>); <span class="comment">// Get or create logger</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Example: Create a new file logger if not configured through a central mechanism</span></div>
|
||||
<div class="line"> <span class="comment">// quill::Logger* fileLogger = logManager.newFileLogger("app_trace.log", "trace_log");</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> LOG_INFO(mainLogger, <span class="stringliteral">"Application started. Version: {}"</span>, <span class="stringliteral">"1.0.0"</span>);</div>
|
||||
<div class="line"> <span class="comment">// ... application logic ...</span></div>
|
||||
<div class="line"> LOG_ERROR(mainLogger, <span class="stringliteral">"An unexpected error occurred in module X."</span>);</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclass_probe_1_1_log_manager_html"><div class="ttname"><a href="class_probe_1_1_log_manager.html">Probe::LogManager</a></div><div class="ttdoc">Class to manage logging operations.</div><div class="ttdef"><b>Definition</b> <a href="probe_8h_source.html#l00079">probe.h:79</a></div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_eos"></a>
|
||||
Equation of State (EOS)</h2>
|
||||
<p>The <code><a class="el" href="class_eos_i_o.html" title="Handles the input/output operations for EOS tables.">EosIO</a></code> class loads EOS tables, and the <code>helmholtz</code> namespace provides functions to use them, for example, the Helmholtz EOS.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="eos_i_o_8h.html">eosIO.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include "<a class="code" href="helm_8h.html">helm.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <span class="keywordflow">try</span> {</div>
|
||||
<div class="line"> <span class="comment">// Load the Helmholtz EOS table</span></div>
|
||||
<div class="line"> <a class="code hl_class" href="class_eos_i_o.html">EosIO</a> helm_eos_io(<span class="stringliteral">"path/to/helm_table.dat"</span>); <span class="comment">// Replace with actual path</span></div>
|
||||
<div class="line"> <a class="code hl_typedef" href="eos_i_o_8h.html#a1aa7735934336ab2646c539c4370dcd5">EOSTable</a>& table_variant = helm_eos_io.getTable();</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Assuming it's a HELMTable, get it (add error checking in real code)</span></div>
|
||||
<div class="line"> <span class="keyword">auto</span>* helm_table_ptr = std::get_if<std::unique_ptr<helmholtz::HELMTable>>(&table_variant);</div>
|
||||
<div class="line"> <span class="keywordflow">if</span> (!helm_table_ptr || !(*helm_table_ptr) || !(*helm_table_ptr)->loaded) {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"Failed to load or access HELM table."</span> << std::endl;</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 1;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keyword">const</span> <a class="code hl_struct" href="structhelmholtz_1_1_h_e_l_m_table.html">helmholtz::HELMTable</a>& table = **helm_table_ptr;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Define input conditions</span></div>
|
||||
<div class="line"> <a class="code hl_struct" href="structhelmholtz_1_1_e_o_s_input.html">helmholtz::EOSInput</a> input;</div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structhelmholtz_1_1_e_o_s_input.html#aaf02a656d4891857970b6bdf366a325c">T</a> = 1.0e7; <span class="comment">// Temperature in K</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structhelmholtz_1_1_e_o_s_input.html#ac049842880c38e1024929f14606b84d8">rho</a> = 100.0; <span class="comment">// Density in g/cm^3</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structhelmholtz_1_1_e_o_s_input.html#ad0bf9309ddc7f784eca932a02f0af8b8">abar</a> = 1.0; <span class="comment">// Mean atomic mass (e.g., for pure hydrogen)</span></div>
|
||||
<div class="line"> input.<a class="code hl_variable" href="structhelmholtz_1_1_e_o_s_input.html#a982c267134079bb6315f274a5bee2209">zbar</a> = 1.0; <span class="comment">// Mean atomic number (e.g., for pure hydrogen)</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Get EOS results</span></div>
|
||||
<div class="line"> <a class="code hl_struct" href="structhelmholtz_1_1_e_o_s.html">helmholtz::EOS</a> results = <a class="code hl_function" href="namespacehelmholtz.html#ad2176033ca3ac4e5dc65f281477b94c2">helmholtz::get_helm_EOS</a>(input, table);</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Total Pressure (Ptot): "</span> << results.<a class="code hl_variable" href="structhelmholtz_1_1_e_o_s.html#ae05c873c3ee103414fef99367e17d381">ptot</a> << <span class="stringliteral">" dyne/cm^2"</span> << std::endl;</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Total Energy (Etot): "</span> << results.<a class="code hl_variable" href="structhelmholtz_1_1_e_o_s.html#a1aa2caf18b3701c6f9515fd9f56d9a97">etot</a> << <span class="stringliteral">" erg/g"</span> << std::endl;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> } <span class="keywordflow">catch</span> (<span class="keyword">const</span> std::exception& e) {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"EOS error: "</span> << e.what() << std::endl;</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 1;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclass_eos_i_o_html"><div class="ttname"><a href="class_eos_i_o.html">EosIO</a></div><div class="ttdoc">Handles the input/output operations for EOS tables.</div><div class="ttdef"><b>Definition</b> <a href="eos_i_o_8h_source.html#l00049">eosIO.h:49</a></div></div>
|
||||
<div class="ttc" id="aeos_i_o_8h_html"><div class="ttname"><a href="eos_i_o_8h.html">eosIO.h</a></div></div>
|
||||
<div class="ttc" id="aeos_i_o_8h_html_a1aa7735934336ab2646c539c4370dcd5"><div class="ttname"><a href="eos_i_o_8h.html#a1aa7735934336ab2646c539c4370dcd5">EOSTable</a></div><div class="ttdeci">std::variant< std::unique_ptr< helmholtz::HELMTable > > EOSTable</div><div class="ttdef"><b>Definition</b> <a href="eos_i_o_8h_source.html#l00031">eosIO.h:31</a></div></div>
|
||||
<div class="ttc" id="ahelm_8h_html"><div class="ttname"><a href="helm_8h.html">helm.h</a></div></div>
|
||||
<div class="ttc" id="anamespacehelmholtz_html_ad2176033ca3ac4e5dc65f281477b94c2"><div class="ttname"><a href="namespacehelmholtz.html#ad2176033ca3ac4e5dc65f281477b94c2">helmholtz::get_helm_EOS</a></div><div class="ttdeci">EOS get_helm_EOS(EOSInput &q, const HELMTable &table)</div><div class="ttdoc">Calculate the Helmholtz EOS components.</div><div class="ttdef"><b>Definition</b> <a href="helm_8cpp_source.html#l00236">helm.cpp:236</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_html"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s.html">helmholtz::EOS</a></div><div class="ttdoc">Structure to hold the output parameters and derivatives of the EOS calculation.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00311">helm.h:312</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_html_a1aa2caf18b3701c6f9515fd9f56d9a97"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s.html#a1aa2caf18b3701c6f9515fd9f56d9a97">helmholtz::EOS::etot</a></div><div class="ttdeci">double etot</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00316">helm.h:316</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_html_ae05c873c3ee103414fef99367e17d381"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s.html#ae05c873c3ee103414fef99367e17d381">helmholtz::EOS::ptot</a></div><div class="ttdeci">double ptot</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00315">helm.h:315</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_input_html"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s_input.html">helmholtz::EOSInput</a></div><div class="ttdoc">Structure to hold the input parameters for the EOS calculation.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00289">helm.h:290</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_input_html_a982c267134079bb6315f274a5bee2209"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s_input.html#a982c267134079bb6315f274a5bee2209">helmholtz::EOSInput::zbar</a></div><div class="ttdeci">double zbar</div><div class="ttdoc">Mean atomic number.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00294">helm.h:294</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_input_html_aaf02a656d4891857970b6bdf366a325c"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s_input.html#aaf02a656d4891857970b6bdf366a325c">helmholtz::EOSInput::T</a></div><div class="ttdeci">double T</div><div class="ttdoc">Temperature.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00291">helm.h:291</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_input_html_ac049842880c38e1024929f14606b84d8"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s_input.html#ac049842880c38e1024929f14606b84d8">helmholtz::EOSInput::rho</a></div><div class="ttdeci">double rho</div><div class="ttdoc">Density.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00292">helm.h:292</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_e_o_s_input_html_ad0bf9309ddc7f784eca932a02f0af8b8"><div class="ttname"><a href="structhelmholtz_1_1_e_o_s_input.html#ad0bf9309ddc7f784eca932a02f0af8b8">helmholtz::EOSInput::abar</a></div><div class="ttdeci">double abar</div><div class="ttdoc">Mean atomic mass.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00293">helm.h:293</a></div></div>
|
||||
<div class="ttc" id="astructhelmholtz_1_1_h_e_l_m_table_html"><div class="ttname"><a href="structhelmholtz_1_1_h_e_l_m_table.html">helmholtz::HELMTable</a></div><div class="ttdoc">Structure to hold the Helmholtz EOS table data.</div><div class="ttdef"><b>Definition</b> <a href="helm_8h_source.html#l00064">helm.h:65</a></div></div>
|
||||
</div><!-- fragment --><h2><a class="anchor" id="usage_meshio"></a>
|
||||
Mesh Handling</h2>
|
||||
<p>The <code><a class="el" href="class_mesh_i_o.html" title="Class for handling mesh input/output operations.">MeshIO</a></code> class facilitates loading and managing computational meshes.</p>
|
||||
<div class="fragment"><div class="line"><span class="preprocessor">#include "<a class="code" href="mesh_i_o_8h.html">meshIO.h</a>"</span></div>
|
||||
<div class="line"><span class="preprocessor">#include "mfem.hpp"</span> <span class="comment">// For mfem::Mesh</span></div>
|
||||
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"><span class="keywordtype">int</span> <a class="code hl_function" href="test_d_object_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a>() {</div>
|
||||
<div class="line"> <span class="keywordflow">try</span> {</div>
|
||||
<div class="line"> <span class="comment">// Initialize MeshIO with a mesh file and a scale factor</span></div>
|
||||
<div class="line"> <a class="code hl_class" href="class_mesh_i_o.html">MeshIO</a> mesh_handler(<span class="stringliteral">"path/to/your/mesh.msh"</span>, 1.0); <span class="comment">// Replace with actual path</span></div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="keywordflow">if</span> (mesh_handler.IsLoaded()) {</div>
|
||||
<div class="line"> mfem::Mesh& mesh = mesh_handler.GetMesh();</div>
|
||||
<div class="line"> std::cout << <span class="stringliteral">"Mesh loaded successfully with "</span> << mesh.GetNE() << <span class="stringliteral">" elements."</span> << std::endl;</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line"> <span class="comment">// Optionally, rescale the mesh</span></div>
|
||||
<div class="line"> <span class="comment">// mesh_handler.LinearRescale(2.0);</span></div>
|
||||
<div class="line"> <span class="comment">// std::cout << "Mesh rescaled. New bounding box: ";</span></div>
|
||||
<div class="line"> <span class="comment">// mfem::Vector min, max;</span></div>
|
||||
<div class="line"> <span class="comment">// mesh.GetBoundingBox(min, max);</span></div>
|
||||
<div class="line"> <span class="comment">// min.Print(std::cout); max.Print(std::cout);</span></div>
|
||||
<div class="line"> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"Failed to load mesh."</span> << std::endl;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> } <span class="keywordflow">catch</span> (<span class="keyword">const</span> std::exception& e) {</div>
|
||||
<div class="line"> std::cerr << <span class="stringliteral">"MeshIO error: "</span> << e.what() << std::endl;</div>
|
||||
<div class="line"> }</div>
|
||||
<div class="line"> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="aclass_mesh_i_o_html"><div class="ttname"><a href="class_mesh_i_o.html">MeshIO</a></div><div class="ttdoc">Class for handling mesh input/output operations.</div><div class="ttdef"><b>Definition</b> <a href="mesh_i_o_8h_source.html#l00029">meshIO.h:30</a></div></div>
|
||||
<div class="ttc" id="amesh_i_o_8h_html"><div class="ttname"><a href="mesh_i_o_8h.html">meshIO.h</a></div></div>
|
||||
</div><!-- fragment --><h1><a class="anchor" id="modules_sec"></a>
|
||||
Key Modules and Components</h1>
|
||||
<p>4DSSE is organized into several key modules:</p>
|
||||
<ul>
|
||||
<li><b>Polytrope Solver (<code><a class="el" href="poly_solver_8h.html">polySolver.h</a></code>, <code><a class="el" href="polytrope_operator_8h.html">polytropeOperator.h</a></code>):</b> Provides tools to solve the Lane-Emden equation for polytropic stellar structures using a mixed finite element method. <code><a class="el" href="class_polytrope_operator.html" title="Represents the coupled nonlinear operator for the polytropic system.">PolytropeOperator</a></code> defines the nonlinear system and its Jacobian, while <code><a class="el" href="class_poly_solver.html" title="Solves the Lane-Emden equation for a polytropic star using a mixed finite element method.">PolySolver</a></code> orchestrates the solution process. The <code><a class="el" href="class_schur_compliment.html" title="Represents the Schur complement operator used in the solution process.">SchurCompliment</a></code> and <code><a class="el" href="class_g_m_r_e_s_inverter.html" title="Provides an approximate inverse of the SchurCompliment operator using GMRES.">GMRESInverter</a></code> classes are helper components for the linear algebra involved.</li>
|
||||
<li><b>Equation of State (EOS) (<code><a class="el" href="helm_8h.html">helm.h</a></code>, <code><a class="el" href="eos_i_o_8h.html">eosIO.h</a></code>):</b> Manages Equation of State data. <code><a class="el" href="helm_8h.html">helm.h</a></code> provides an implementation of the Helmholtz EOS (Timmes & Swesty 2000), including structures for table data (<code>HELMTable</code>), input parameters (<code>EOSInput</code>), and output results (<code>EOS</code>). It also defines functions for reading tables and calculating EOS quantities. <code><a class="el" href="eos_i_o_8h.html">eosIO.h</a></code> provides the <code><a class="el" href="class_eos_i_o.html" title="Handles the input/output operations for EOS tables.">EosIO</a></code> class for loading EOS tables from files, currently supporting the HELM table format.</li>
|
||||
<li><b>Chemical Composition (<code><a class="el" href="composition_8h.html">composition.h</a></code>, <code>atomicSpecies.h</code>):</b> Manages chemical compositions, allowing representation in mass or number fractions. It interfaces with <code>atomicSpecies.h</code> which provides a database of atomic species properties (based on AME2020).</li>
|
||||
<li><b>Nuclear Reaction Networks (<code><a class="el" href="network_8h.html">network.h</a></code>, <code><a class="el" href="approx8_8h.html" title="Header file for the Approx8 nuclear reaction network.">approx8.h</a></code>):</b> Defines a base <code>Network</code> class for nuclear reaction network calculations. <code><a class="el" href="approx8_8h.html" title="Header file for the Approx8 nuclear reaction network.">approx8.h</a></code> provides a specific implementation, <code>Approx8Network</code>, for an 8-isotope network (H1, He3, He4, C12, N14, O16, Ne20, Mg24) based on Frank Timmes' "aprox8". It includes functions for individual reaction rates and uses Boost.Numeric.Odeint for solving the ODE system.</li>
|
||||
<li><b>Physical <a class="el" href="class_constants.html" title="Class to manage a collection of constants.">Constants</a> (<code><a class="el" href="const_8h.html">const.h</a></code>):</b> A singleton class <code><a class="el" href="class_constants.html" title="Class to manage a collection of constants.">Constants</a></code> that loads and provides access to a wide range of physical constants with their values, uncertainties, units, and references.</li>
|
||||
<li><b>Configuration Management (<code><a class="el" href="config_8h.html">config.h</a></code>):</b> A singleton class <code><a class="el" href="class_config.html" title="Singleton class to manage configuration settings loaded from a YAML file.">Config</a></code> for loading and accessing application settings from YAML configuration files.</li>
|
||||
<li><b>Probing and Logging (<code><a class="el" href="probe_8h.html">probe.h</a></code>):</b> The <code><a class="el" href="namespace_probe.html" title="The Probe namespace contains utility functions for debugging and logging.">Probe</a></code> namespace offers utility functions for debugging, such as GLVis visualization (<code>glVisView</code>), and a <code>LogManager</code> for handling application-wide logging using the Quill library.</li>
|
||||
<li><b>Mesh I/O (<code><a class="el" href="mesh_i_o_8h.html">meshIO.h</a></code>):</b> The <code><a class="el" href="class_mesh_i_o.html" title="Class for handling mesh input/output operations.">MeshIO</a></code> class handles loading and basic manipulation (e.g., scaling) of computational meshes using MFEM's <code>mfem::Mesh</code>. It ensures that meshes are correctly loaded and accessible.</li>
|
||||
<li><b>Integrators (<code><a class="el" href="integrators_8h.html" title="A collection of utilities for working with MFEM and solving the lane-emden equation.">integrators.h</a></code>):</b> (Details inferred) Likely contains custom MFEM integrators or coefficients used in the finite element formulations.</li>
|
||||
<li><b>Custom Types (<code><a class="el" href="4_d_s_t_a_r_types_8h.html">4DSTARTypes.h</a></code>):</b> Defines project-specific data type aliases within the <code><a class="el" href="namespace_s_s_e.html">SSE</a></code> namespace, primarily for simplifying common <code>std::pair</code> combinations involving <code>mfem::Array<int></code> and <code>mfem::Array<double></code>. These include <code><a class="el" href="namespace_s_s_e.html#a49c89754543e0562250f33c3716689d8">SSE::MFEMArrayPair</a></code> and <code><a class="el" href="namespace_s_s_e.html#a615e866fff824677bba4a6f23d15b446">SSE::MFEMArrayPairSet</a></code>, often used for managing collections of MFEM degree-of-freedom lists and their corresponding values, especially for boundary conditions.</li>
|
||||
</ul>
|
||||
<h1><a class="anchor" id="future_dev"></a>
|
||||
Future Development</h1>
|
||||
<p>Future work will focus on expanding the physics modules (e.g., equation of state, opacity), improving numerical solvers, and enhancing the parallelization capabilities for large-scale simulations.</p>
|
||||
<h1><a class="anchor" id="contact_sec"></a>
|
||||
Contact and Contributions</h1>
|
||||
<p>For questions, bug reports, or contributions, please refer to the project's repository or contact the development team. (Details to be added) </p>
|
||||
</div></div><!-- PageDoc -->
|
||||
<a href="doxygen_crawl.html"></a>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
197
docs/html/jquery.js
vendored
197
docs/html/jquery.js
vendored
File diff suppressed because one or more lines are too long
@@ -22,10 +22,15 @@
|
||||
#nav-tree .selected {
|
||||
background-image: url('tab_a.png');
|
||||
background-repeat:repeat-x;
|
||||
color: #fff;
|
||||
color: white;
|
||||
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
|
||||
}
|
||||
|
||||
#nav-tree .selected .arrow {
|
||||
color: #9CAFD4;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#nav-tree img {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
@@ -37,7 +42,6 @@
|
||||
text-decoration:none;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
#nav-tree .label {
|
||||
@@ -52,7 +56,7 @@
|
||||
|
||||
#nav-tree .selected a {
|
||||
text-decoration:none;
|
||||
color:#fff;
|
||||
color:white;
|
||||
}
|
||||
|
||||
#nav-tree .children_ul {
|
||||
@@ -67,7 +71,6 @@
|
||||
|
||||
#nav-tree {
|
||||
padding: 0px 0px;
|
||||
background-color: #FAFAFF;
|
||||
font-size:14px;
|
||||
overflow:auto;
|
||||
}
|
||||
@@ -86,7 +89,8 @@
|
||||
display:block;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
width: 250px;
|
||||
width: $width;
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
.ui-resizable .ui-resizable-handle {
|
||||
@@ -94,7 +98,7 @@
|
||||
}
|
||||
|
||||
.ui-resizable-e {
|
||||
background-image:url("splitbar.png");
|
||||
background-image:url('splitbar.png');
|
||||
background-size:100%;
|
||||
background-repeat:repeat-y;
|
||||
background-attachment: scroll;
|
||||
@@ -117,7 +121,6 @@
|
||||
}
|
||||
|
||||
#nav-tree {
|
||||
background-image:url('nav_h.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #F9FAFC;
|
||||
-webkit-overflow-scrolling : touch; /* iOS 5+ */
|
||||
|
||||
@@ -22,525 +22,462 @@
|
||||
|
||||
@licend The above is the entire license notice for the JavaScript code in this file
|
||||
*/
|
||||
var navTreeSubIndices = new Array();
|
||||
var arrowDown = '▼';
|
||||
var arrowRight = '►';
|
||||
|
||||
function getData(varName)
|
||||
{
|
||||
var i = varName.lastIndexOf('/');
|
||||
var n = i>=0 ? varName.substring(i+1) : varName;
|
||||
return eval(n.replace(/\-/g,'_'));
|
||||
}
|
||||
function initNavTree(toroot,relpath) {
|
||||
let navTreeSubIndices = [];
|
||||
const ARROW_DOWN = '▼';
|
||||
const ARROW_RIGHT = '►';
|
||||
const NAVPATH_COOKIE_NAME = ''+'navpath';
|
||||
|
||||
function stripPath(uri)
|
||||
{
|
||||
return uri.substring(uri.lastIndexOf('/')+1);
|
||||
}
|
||||
|
||||
function stripPath2(uri)
|
||||
{
|
||||
var i = uri.lastIndexOf('/');
|
||||
var s = uri.substring(i+1);
|
||||
var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/);
|
||||
return m ? uri.substring(i-6) : s;
|
||||
}
|
||||
|
||||
function hashValue()
|
||||
{
|
||||
return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,'');
|
||||
}
|
||||
|
||||
function hashUrl()
|
||||
{
|
||||
return '#'+hashValue();
|
||||
}
|
||||
|
||||
function pathName()
|
||||
{
|
||||
return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, '');
|
||||
}
|
||||
|
||||
function localStorageSupported()
|
||||
{
|
||||
try {
|
||||
return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem;
|
||||
const getData = function(varName) {
|
||||
const i = varName.lastIndexOf('/');
|
||||
const n = i>=0 ? varName.substring(i+1) : varName;
|
||||
return eval(n.replace(/-/g,'_'));
|
||||
}
|
||||
catch(e) {
|
||||
return false;
|
||||
|
||||
const stripPath = function(uri) {
|
||||
return uri.substring(uri.lastIndexOf('/')+1);
|
||||
}
|
||||
}
|
||||
|
||||
function storeLink(link)
|
||||
{
|
||||
if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) {
|
||||
window.localStorage.setItem('navpath',link);
|
||||
const stripPath2 = function(uri) {
|
||||
const i = uri.lastIndexOf('/');
|
||||
const s = uri.substring(i+1);
|
||||
const m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/);
|
||||
return m ? uri.substring(i-6) : s;
|
||||
}
|
||||
}
|
||||
|
||||
function deleteLink()
|
||||
{
|
||||
if (localStorageSupported()) {
|
||||
window.localStorage.setItem('navpath','');
|
||||
const hashValue = function() {
|
||||
return $(location).attr('hash').substring(1).replace(/[^\w-]/g,'');
|
||||
}
|
||||
}
|
||||
|
||||
function cachedLink()
|
||||
{
|
||||
if (localStorageSupported()) {
|
||||
return window.localStorage.getItem('navpath');
|
||||
} else {
|
||||
return '';
|
||||
const hashUrl = function() {
|
||||
return '#'+hashValue();
|
||||
}
|
||||
}
|
||||
|
||||
function getScript(scriptName,func,show)
|
||||
{
|
||||
var head = document.getElementsByTagName("head")[0];
|
||||
var script = document.createElement('script');
|
||||
script.id = scriptName;
|
||||
script.type = 'text/javascript';
|
||||
script.onload = func;
|
||||
script.src = scriptName+'.js';
|
||||
head.appendChild(script);
|
||||
}
|
||||
const pathName = function() {
|
||||
return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;()]/g, '');
|
||||
}
|
||||
|
||||
function createIndent(o,domNode,node,level)
|
||||
{
|
||||
var level=-1;
|
||||
var n = node;
|
||||
while (n.parentNode) { level++; n=n.parentNode; }
|
||||
if (node.childrenData) {
|
||||
var imgNode = document.createElement("span");
|
||||
imgNode.className = 'arrow';
|
||||
imgNode.style.paddingLeft=(16*level).toString()+'px';
|
||||
imgNode.innerHTML=arrowRight;
|
||||
node.plus_img = imgNode;
|
||||
node.expandToggle = document.createElement("a");
|
||||
node.expandToggle.href = "javascript:void(0)";
|
||||
node.expandToggle.onclick = function() {
|
||||
if (node.expanded) {
|
||||
$(node.getChildrenUL()).slideUp("fast");
|
||||
node.plus_img.innerHTML=arrowRight;
|
||||
node.expanded = false;
|
||||
} else {
|
||||
expandNode(o, node, false, false);
|
||||
}
|
||||
const storeLink = function(link) {
|
||||
if (!$("#nav-sync").hasClass('sync')) {
|
||||
Cookie.writeSetting(NAVPATH_COOKIE_NAME,link,0);
|
||||
}
|
||||
node.expandToggle.appendChild(imgNode);
|
||||
domNode.appendChild(node.expandToggle);
|
||||
} else {
|
||||
var span = document.createElement("span");
|
||||
span.className = 'arrow';
|
||||
span.style.width = 16*(level+1)+'px';
|
||||
span.innerHTML = ' ';
|
||||
domNode.appendChild(span);
|
||||
}
|
||||
}
|
||||
|
||||
var animationInProgress = false;
|
||||
|
||||
function gotoAnchor(anchor,aname,updateLocation)
|
||||
{
|
||||
var pos, docContent = $('#doc-content');
|
||||
var ancParent = $(anchor.parent());
|
||||
if (ancParent.hasClass('memItemLeft') ||
|
||||
ancParent.hasClass('memtitle') ||
|
||||
ancParent.hasClass('fieldname') ||
|
||||
ancParent.hasClass('fieldtype') ||
|
||||
ancParent.is(':header'))
|
||||
{
|
||||
pos = ancParent.position().top;
|
||||
} else if (anchor.position()) {
|
||||
pos = anchor.position().top;
|
||||
const deleteLink = function() {
|
||||
Cookie.eraseSetting(NAVPATH_COOKIE_NAME);
|
||||
}
|
||||
if (pos) {
|
||||
var dist = Math.abs(Math.min(
|
||||
pos-docContent.offset().top,
|
||||
docContent[0].scrollHeight-
|
||||
docContent.height()-docContent.scrollTop()));
|
||||
animationInProgress=true;
|
||||
docContent.animate({
|
||||
scrollTop: pos + docContent.scrollTop() - docContent.offset().top
|
||||
},Math.max(50,Math.min(500,dist)),function(){
|
||||
if (updateLocation) window.location.href=aname;
|
||||
animationInProgress=false;
|
||||
});
|
||||
|
||||
const cachedLink = function() {
|
||||
return Cookie.readSetting(NAVPATH_COOKIE_NAME,'');
|
||||
}
|
||||
}
|
||||
|
||||
function newNode(o, po, text, link, childrenData, lastNode)
|
||||
{
|
||||
var node = new Object();
|
||||
node.children = Array();
|
||||
node.childrenData = childrenData;
|
||||
node.depth = po.depth + 1;
|
||||
node.relpath = po.relpath;
|
||||
node.isLast = lastNode;
|
||||
const getScript = function(scriptName,func) {
|
||||
const head = document.getElementsByTagName("head")[0];
|
||||
const script = document.createElement('script');
|
||||
script.id = scriptName;
|
||||
script.type = 'text/javascript';
|
||||
script.onload = func;
|
||||
script.src = scriptName+'.js';
|
||||
head.appendChild(script);
|
||||
}
|
||||
|
||||
node.li = document.createElement("li");
|
||||
po.getChildrenUL().appendChild(node.li);
|
||||
node.parentNode = po;
|
||||
|
||||
node.itemDiv = document.createElement("div");
|
||||
node.itemDiv.className = "item";
|
||||
|
||||
node.labelSpan = document.createElement("span");
|
||||
node.labelSpan.className = "label";
|
||||
|
||||
createIndent(o,node.itemDiv,node,0);
|
||||
node.itemDiv.appendChild(node.labelSpan);
|
||||
node.li.appendChild(node.itemDiv);
|
||||
|
||||
var a = document.createElement("a");
|
||||
node.labelSpan.appendChild(a);
|
||||
node.label = document.createTextNode(text);
|
||||
node.expanded = false;
|
||||
a.appendChild(node.label);
|
||||
if (link) {
|
||||
var url;
|
||||
if (link.substring(0,1)=='^') {
|
||||
url = link.substring(1);
|
||||
link = url;
|
||||
} else {
|
||||
url = node.relpath+link;
|
||||
}
|
||||
a.className = stripPath(link.replace('#',':'));
|
||||
if (link.indexOf('#')!=-1) {
|
||||
var aname = '#'+link.split('#')[1];
|
||||
var srcPage = stripPath(pathName());
|
||||
var targetPage = stripPath(link.split('#')[0]);
|
||||
a.href = srcPage!=targetPage ? url : "javascript:void(0)";
|
||||
a.onclick = function(){
|
||||
storeLink(link);
|
||||
if (!$(a).parent().parent().hasClass('selected'))
|
||||
{
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
$(a).parent().parent().addClass('selected');
|
||||
$(a).parent().parent().attr('id','selected');
|
||||
const createIndent = function(o,domNode,node) {
|
||||
let level=-1;
|
||||
let n = node;
|
||||
while (n.parentNode) { level++; n=n.parentNode; }
|
||||
if (node.childrenData) {
|
||||
const imgNode = document.createElement("span");
|
||||
imgNode.className = 'arrow';
|
||||
imgNode.style.paddingLeft=(16*level).toString()+'px';
|
||||
imgNode.innerHTML=ARROW_RIGHT;
|
||||
node.plus_img = imgNode;
|
||||
node.expandToggle = document.createElement("a");
|
||||
node.expandToggle.href = "javascript:void(0)";
|
||||
node.expandToggle.onclick = function() {
|
||||
if (node.expanded) {
|
||||
$(node.getChildrenUL()).slideUp("fast");
|
||||
node.plus_img.innerHTML=ARROW_RIGHT;
|
||||
node.expanded = false;
|
||||
} else {
|
||||
expandNode(o, node, false, true);
|
||||
}
|
||||
var anchor = $(aname);
|
||||
gotoAnchor(anchor,aname,true);
|
||||
};
|
||||
}
|
||||
node.expandToggle.appendChild(imgNode);
|
||||
domNode.appendChild(node.expandToggle);
|
||||
} else {
|
||||
a.href = url;
|
||||
a.onclick = function() { storeLink(link); }
|
||||
let span = document.createElement("span");
|
||||
span.className = 'arrow';
|
||||
span.style.width = 16*(level+1)+'px';
|
||||
span.innerHTML = ' ';
|
||||
domNode.appendChild(span);
|
||||
}
|
||||
} else {
|
||||
if (childrenData != null)
|
||||
{
|
||||
}
|
||||
|
||||
let animationInProgress = false;
|
||||
|
||||
const gotoAnchor = function(anchor,aname) {
|
||||
let pos, docContent = $('#doc-content');
|
||||
let ancParent = $(anchor.parent());
|
||||
if (ancParent.hasClass('memItemLeft') || ancParent.hasClass('memtitle') ||
|
||||
ancParent.hasClass('fieldname') || ancParent.hasClass('fieldtype') ||
|
||||
ancParent.is(':header')) {
|
||||
pos = ancParent.offset().top;
|
||||
} else if (anchor.position()) {
|
||||
pos = anchor.offset().top;
|
||||
}
|
||||
if (pos) {
|
||||
const dcOffset = docContent.offset().top;
|
||||
const dcHeight = docContent.height();
|
||||
const dcScrHeight = docContent[0].scrollHeight
|
||||
const dcScrTop = docContent.scrollTop();
|
||||
let dist = Math.abs(Math.min(pos-dcOffset,dcScrHeight-dcHeight-dcScrTop));
|
||||
animationInProgress = true;
|
||||
docContent.animate({
|
||||
scrollTop: pos + dcScrTop - dcOffset
|
||||
},Math.max(50,Math.min(500,dist)),function() {
|
||||
animationInProgress=false;
|
||||
if (anchor.parent().attr('class')=='memItemLeft') {
|
||||
let rows = $('.memberdecls tr[class$="'+hashValue()+'"]');
|
||||
glowEffect(rows.children(),300); // member without details
|
||||
} else if (anchor.parent().attr('class')=='fieldname') {
|
||||
glowEffect(anchor.parent().parent(),1000); // enum value
|
||||
} else if (anchor.parent().attr('class')=='fieldtype') {
|
||||
glowEffect(anchor.parent().parent(),1000); // struct field
|
||||
} else if (anchor.parent().is(":header")) {
|
||||
glowEffect(anchor.parent(),1000); // section header
|
||||
} else {
|
||||
glowEffect(anchor.next(),1000); // normal member
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
const newNode = function(o, po, text, link, childrenData, lastNode) {
|
||||
const node = {
|
||||
children : [],
|
||||
childrenData : childrenData,
|
||||
depth : po.depth + 1,
|
||||
relpath : po.relpath,
|
||||
isLast : lastNode,
|
||||
li : document.createElement("li"),
|
||||
parentNode : po,
|
||||
itemDiv : document.createElement("div"),
|
||||
labelSpan : document.createElement("span"),
|
||||
label : document.createTextNode(text),
|
||||
expanded : false,
|
||||
childrenUL : null,
|
||||
getChildrenUL : function() {
|
||||
if (!this.childrenUL) {
|
||||
this.childrenUL = document.createElement("ul");
|
||||
this.childrenUL.className = "children_ul";
|
||||
this.childrenUL.style.display = "none";
|
||||
this.li.appendChild(node.childrenUL);
|
||||
}
|
||||
return node.childrenUL;
|
||||
},
|
||||
};
|
||||
|
||||
node.itemDiv.className = "item";
|
||||
node.labelSpan.className = "label";
|
||||
createIndent(o,node.itemDiv,node);
|
||||
node.itemDiv.appendChild(node.labelSpan);
|
||||
node.li.appendChild(node.itemDiv);
|
||||
|
||||
const a = document.createElement("a");
|
||||
node.labelSpan.appendChild(a);
|
||||
po.getChildrenUL().appendChild(node.li);
|
||||
a.appendChild(node.label);
|
||||
if (link) {
|
||||
let url;
|
||||
if (link.substring(0,1)=='^') {
|
||||
url = link.substring(1);
|
||||
link = url;
|
||||
} else {
|
||||
url = node.relpath+link;
|
||||
}
|
||||
a.className = stripPath(link.replace('#',':'));
|
||||
if (link.indexOf('#')!=-1) {
|
||||
const aname = '#'+link.split('#')[1];
|
||||
const srcPage = stripPath(pathName());
|
||||
const targetPage = stripPath(link.split('#')[0]);
|
||||
a.href = srcPage!=targetPage ? url : aname;
|
||||
a.onclick = function() {
|
||||
storeLink(link);
|
||||
aPPar = $(a).parent().parent();
|
||||
if (!aPPar.hasClass('selected')) {
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
aPPar.addClass('selected');
|
||||
aPPar.attr('id','selected');
|
||||
}
|
||||
const anchor = $(aname);
|
||||
gotoAnchor(anchor,aname);
|
||||
};
|
||||
} else {
|
||||
a.href = url;
|
||||
a.onclick = () => storeLink(link);
|
||||
}
|
||||
} else if (childrenData != null) {
|
||||
a.className = "nolink";
|
||||
a.href = "javascript:void(0)";
|
||||
a.onclick = node.expandToggle.onclick;
|
||||
}
|
||||
return node;
|
||||
}
|
||||
|
||||
node.childrenUL = null;
|
||||
node.getChildrenUL = function() {
|
||||
if (!node.childrenUL) {
|
||||
node.childrenUL = document.createElement("ul");
|
||||
node.childrenUL.className = "children_ul";
|
||||
node.childrenUL.style.display = "none";
|
||||
node.li.appendChild(node.childrenUL);
|
||||
}
|
||||
return node.childrenUL;
|
||||
};
|
||||
|
||||
return node;
|
||||
}
|
||||
|
||||
function showRoot()
|
||||
{
|
||||
var headerHeight = $("#top").height();
|
||||
var footerHeight = $("#nav-path").height();
|
||||
var windowHeight = $(window).height() - headerHeight - footerHeight;
|
||||
(function (){ // retry until we can scroll to the selected item
|
||||
try {
|
||||
var navtree=$('#nav-tree');
|
||||
navtree.scrollTo('#selected',100,{offset:-windowHeight/2});
|
||||
} catch (err) {
|
||||
setTimeout(arguments.callee, 0);
|
||||
}
|
||||
})();
|
||||
}
|
||||
|
||||
function expandNode(o, node, imm, showRoot)
|
||||
{
|
||||
if (node.childrenData && !node.expanded) {
|
||||
if (typeof(node.childrenData)==='string') {
|
||||
var varName = node.childrenData;
|
||||
getScript(node.relpath+varName,function(){
|
||||
node.childrenData = getData(varName);
|
||||
expandNode(o, node, imm, showRoot);
|
||||
}, showRoot);
|
||||
} else {
|
||||
if (!node.childrenVisited) {
|
||||
getNode(o, node);
|
||||
const showRoot = function() {
|
||||
const headerHeight = $("#top").height();
|
||||
const footerHeight = $("#nav-path").height();
|
||||
const windowHeight = $(window).height() - headerHeight - footerHeight;
|
||||
(function() { // retry until we can scroll to the selected item
|
||||
try {
|
||||
const navtree=$('#nav-tree');
|
||||
navtree.scrollTo('#selected',100,{offset:-windowHeight/2});
|
||||
} catch (err) {
|
||||
setTimeout(arguments.callee, 0);
|
||||
}
|
||||
$(node.getChildrenUL()).slideDown("fast");
|
||||
node.plus_img.innerHTML = arrowDown;
|
||||
node.expanded = true;
|
||||
}
|
||||
})();
|
||||
}
|
||||
}
|
||||
|
||||
function glowEffect(n,duration)
|
||||
{
|
||||
n.addClass('glow').delay(duration).queue(function(next){
|
||||
$(this).removeClass('glow');next();
|
||||
});
|
||||
}
|
||||
|
||||
function highlightAnchor()
|
||||
{
|
||||
var aname = hashUrl();
|
||||
var anchor = $(aname);
|
||||
if (anchor.parent().attr('class')=='memItemLeft'){
|
||||
var rows = $('.memberdecls tr[class$="'+hashValue()+'"]');
|
||||
glowEffect(rows.children(),300); // member without details
|
||||
} else if (anchor.parent().attr('class')=='fieldname'){
|
||||
glowEffect(anchor.parent().parent(),1000); // enum value
|
||||
} else if (anchor.parent().attr('class')=='fieldtype'){
|
||||
glowEffect(anchor.parent().parent(),1000); // struct field
|
||||
} else if (anchor.parent().is(":header")) {
|
||||
glowEffect(anchor.parent(),1000); // section header
|
||||
} else {
|
||||
glowEffect(anchor.next(),1000); // normal member
|
||||
}
|
||||
}
|
||||
|
||||
function selectAndHighlight(hash,n)
|
||||
{
|
||||
var a;
|
||||
if (hash) {
|
||||
var link=stripPath(pathName())+':'+hash.substring(1);
|
||||
a=$('.item a[class$="'+link+'"]');
|
||||
}
|
||||
if (a && a.length) {
|
||||
a.parent().parent().addClass('selected');
|
||||
a.parent().parent().attr('id','selected');
|
||||
highlightAnchor();
|
||||
} else if (n) {
|
||||
$(n.itemDiv).addClass('selected');
|
||||
$(n.itemDiv).attr('id','selected');
|
||||
}
|
||||
if ($('#nav-tree-contents .item:first').hasClass('selected')) {
|
||||
$('#nav-sync').css('top','30px');
|
||||
} else {
|
||||
$('#nav-sync').css('top','5px');
|
||||
}
|
||||
showRoot();
|
||||
}
|
||||
|
||||
function showNode(o, node, index, hash)
|
||||
{
|
||||
if (node && node.childrenData) {
|
||||
if (typeof(node.childrenData)==='string') {
|
||||
var varName = node.childrenData;
|
||||
getScript(node.relpath+varName,function(){
|
||||
node.childrenData = getData(varName);
|
||||
showNode(o,node,index,hash);
|
||||
},true);
|
||||
} else {
|
||||
if (!node.childrenVisited) {
|
||||
getNode(o, node);
|
||||
}
|
||||
$(node.getChildrenUL()).css({'display':'block'});
|
||||
node.plus_img.innerHTML = arrowDown;
|
||||
node.expanded = true;
|
||||
var n = node.children[o.breadcrumbs[index]];
|
||||
if (index+1<o.breadcrumbs.length) {
|
||||
showNode(o,n,index+1,hash);
|
||||
const expandNode = function(o, node, imm, setFocus) {
|
||||
if (node.childrenData && !node.expanded) {
|
||||
if (typeof(node.childrenData)==='string') {
|
||||
const varName = node.childrenData;
|
||||
getScript(node.relpath+varName,function() {
|
||||
node.childrenData = getData(varName);
|
||||
expandNode(o, node, imm, setFocus);
|
||||
});
|
||||
} else {
|
||||
if (typeof(n.childrenData)==='string') {
|
||||
var varName = n.childrenData;
|
||||
getScript(n.relpath+varName,function(){
|
||||
if (!node.childrenVisited) {
|
||||
getNode(o, node);
|
||||
}
|
||||
$(node.getChildrenUL()).slideDown("fast");
|
||||
node.plus_img.innerHTML = ARROW_DOWN;
|
||||
node.expanded = true;
|
||||
if (setFocus) {
|
||||
$(node.expandToggle).focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const glowEffect = function(n,duration) {
|
||||
n.addClass('glow').delay(duration).queue(function(next) {
|
||||
$(this).removeClass('glow');next();
|
||||
});
|
||||
}
|
||||
|
||||
const highlightAnchor = function() {
|
||||
const aname = hashUrl();
|
||||
const anchor = $(aname);
|
||||
gotoAnchor(anchor,aname);
|
||||
}
|
||||
|
||||
const selectAndHighlight = function(hash,n) {
|
||||
let a;
|
||||
if (hash) {
|
||||
const link=stripPath(pathName())+':'+hash.substring(1);
|
||||
a=$('.item a[class$="'+link+'"]');
|
||||
}
|
||||
if (a && a.length) {
|
||||
a.parent().parent().addClass('selected');
|
||||
a.parent().parent().attr('id','selected');
|
||||
highlightAnchor();
|
||||
} else if (n) {
|
||||
$(n.itemDiv).addClass('selected');
|
||||
$(n.itemDiv).attr('id','selected');
|
||||
}
|
||||
let topOffset=5;
|
||||
if ($('#nav-tree-contents .item:first').hasClass('selected')) {
|
||||
topOffset+=25;
|
||||
}
|
||||
$('#nav-sync').css('top',topOffset+'px');
|
||||
showRoot();
|
||||
}
|
||||
|
||||
const showNode = function(o, node, index, hash) {
|
||||
if (node && node.childrenData) {
|
||||
if (typeof(node.childrenData)==='string') {
|
||||
const varName = node.childrenData;
|
||||
getScript(node.relpath+varName,function() {
|
||||
node.childrenData = getData(varName);
|
||||
showNode(o,node,index,hash);
|
||||
});
|
||||
} else {
|
||||
if (!node.childrenVisited) {
|
||||
getNode(o, node);
|
||||
}
|
||||
$(node.getChildrenUL()).css({'display':'block'});
|
||||
node.plus_img.innerHTML = ARROW_DOWN;
|
||||
node.expanded = true;
|
||||
const n = node.children[o.breadcrumbs[index]];
|
||||
if (index+1<o.breadcrumbs.length) {
|
||||
showNode(o,n,index+1,hash);
|
||||
} else if (typeof(n.childrenData)==='string') {
|
||||
const varName = n.childrenData;
|
||||
getScript(n.relpath+varName,function() {
|
||||
n.childrenData = getData(varName);
|
||||
node.expanded=false;
|
||||
showNode(o,node,index,hash); // retry with child node expanded
|
||||
},true);
|
||||
});
|
||||
} else {
|
||||
var rootBase = stripPath(o.toroot.replace(/\..+$/, ''));
|
||||
const rootBase = stripPath(o.toroot.replace(/\..+$/, ''));
|
||||
if (rootBase=="index" || rootBase=="pages" || rootBase=="search") {
|
||||
expandNode(o, n, true, true);
|
||||
expandNode(o, n, true, false);
|
||||
}
|
||||
selectAndHighlight(hash,n);
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
selectAndHighlight(hash);
|
||||
}
|
||||
}
|
||||
|
||||
function removeToInsertLater(element) {
|
||||
var parentNode = element.parentNode;
|
||||
var nextSibling = element.nextSibling;
|
||||
parentNode.removeChild(element);
|
||||
return function() {
|
||||
if (nextSibling) {
|
||||
parentNode.insertBefore(element, nextSibling);
|
||||
} else {
|
||||
parentNode.appendChild(element);
|
||||
selectAndHighlight(hash);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
function getNode(o, po)
|
||||
{
|
||||
var insertFunction = removeToInsertLater(po.li);
|
||||
po.childrenVisited = true;
|
||||
var l = po.childrenData.length-1;
|
||||
for (var i in po.childrenData) {
|
||||
var nodeData = po.childrenData[i];
|
||||
po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2],
|
||||
i==l);
|
||||
}
|
||||
insertFunction();
|
||||
}
|
||||
|
||||
function gotoNode(o,subIndex,root,hash,relpath)
|
||||
{
|
||||
var nti = navTreeSubIndices[subIndex][root+hash];
|
||||
o.breadcrumbs = $.extend(true, [], nti ? nti : navTreeSubIndices[subIndex][root]);
|
||||
if (!o.breadcrumbs && root!=NAVTREE[0][1]) { // fallback: show index
|
||||
navTo(o,NAVTREE[0][1],"",relpath);
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
}
|
||||
if (o.breadcrumbs) {
|
||||
o.breadcrumbs.unshift(0); // add 0 for root node
|
||||
showNode(o, o.node, 0, hash);
|
||||
}
|
||||
}
|
||||
|
||||
function navTo(o,root,hash,relpath)
|
||||
{
|
||||
var link = cachedLink();
|
||||
if (link) {
|
||||
var parts = link.split('#');
|
||||
root = parts[0];
|
||||
if (parts.length>1) hash = '#'+parts[1].replace(/[^\w\-]/g,'');
|
||||
else hash='';
|
||||
}
|
||||
if (hash.match(/^#l\d+$/)) {
|
||||
var anchor=$('a[name='+hash.substring(1)+']');
|
||||
glowEffect(anchor.parent(),1000); // line number
|
||||
hash=''; // strip line number anchors
|
||||
}
|
||||
var url=root+hash;
|
||||
var i=-1;
|
||||
while (NAVTREEINDEX[i+1]<=url) i++;
|
||||
if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index
|
||||
if (navTreeSubIndices[i]) {
|
||||
gotoNode(o,i,root,hash,relpath)
|
||||
} else {
|
||||
getScript(relpath+'navtreeindex'+i,function(){
|
||||
navTreeSubIndices[i] = eval('NAVTREEINDEX'+i);
|
||||
if (navTreeSubIndices[i]) {
|
||||
gotoNode(o,i,root,hash,relpath);
|
||||
const removeToInsertLater = function(element) {
|
||||
const parentNode = element.parentNode;
|
||||
const nextSibling = element.nextSibling;
|
||||
parentNode.removeChild(element);
|
||||
return function() {
|
||||
if (nextSibling) {
|
||||
parentNode.insertBefore(element, nextSibling);
|
||||
} else {
|
||||
parentNode.appendChild(element);
|
||||
}
|
||||
},true);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
function showSyncOff(n,relpath)
|
||||
{
|
||||
n.html('<img src="'+relpath+'sync_off.png" title="'+SYNCOFFMSG+'"/>');
|
||||
}
|
||||
|
||||
function showSyncOn(n,relpath)
|
||||
{
|
||||
n.html('<img src="'+relpath+'sync_on.png" title="'+SYNCONMSG+'"/>');
|
||||
}
|
||||
|
||||
function toggleSyncButton(relpath)
|
||||
{
|
||||
var navSync = $('#nav-sync');
|
||||
if (navSync.hasClass('sync')) {
|
||||
navSync.removeClass('sync');
|
||||
showSyncOff(navSync,relpath);
|
||||
storeLink(stripPath2(pathName())+hashUrl());
|
||||
} else {
|
||||
navSync.addClass('sync');
|
||||
showSyncOn(navSync,relpath);
|
||||
deleteLink();
|
||||
}
|
||||
}
|
||||
|
||||
var loadTriggered = false;
|
||||
var readyTriggered = false;
|
||||
var loadObject,loadToRoot,loadUrl,loadRelPath;
|
||||
|
||||
$(window).on('load',function(){
|
||||
if (readyTriggered) { // ready first
|
||||
navTo(loadObject,loadToRoot,loadUrl,loadRelPath);
|
||||
showRoot();
|
||||
}
|
||||
loadTriggered=true;
|
||||
});
|
||||
|
||||
function initNavTree(toroot,relpath)
|
||||
{
|
||||
var o = new Object();
|
||||
o.toroot = toroot;
|
||||
o.node = new Object();
|
||||
o.node.li = document.getElementById("nav-tree-contents");
|
||||
o.node.childrenData = NAVTREE;
|
||||
o.node.children = new Array();
|
||||
o.node.childrenUL = document.createElement("ul");
|
||||
o.node.getChildrenUL = function() { return o.node.childrenUL; };
|
||||
o.node.li.appendChild(o.node.childrenUL);
|
||||
o.node.depth = 0;
|
||||
o.node.relpath = relpath;
|
||||
o.node.expanded = false;
|
||||
o.node.isLast = true;
|
||||
o.node.plus_img = document.createElement("span");
|
||||
o.node.plus_img.className = 'arrow';
|
||||
o.node.plus_img.innerHTML = arrowRight;
|
||||
|
||||
if (localStorageSupported()) {
|
||||
var navSync = $('#nav-sync');
|
||||
if (cachedLink()) {
|
||||
showSyncOff(navSync,relpath);
|
||||
navSync.removeClass('sync');
|
||||
} else {
|
||||
showSyncOn(navSync,relpath);
|
||||
const getNode = function(o, po) {
|
||||
const insertFunction = removeToInsertLater(po.li);
|
||||
po.childrenVisited = true;
|
||||
const l = po.childrenData.length-1;
|
||||
for (let i in po.childrenData) {
|
||||
const nodeData = po.childrenData[i];
|
||||
po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2], i==l);
|
||||
}
|
||||
navSync.click(function(){ toggleSyncButton(relpath); });
|
||||
insertFunction();
|
||||
}
|
||||
|
||||
if (loadTriggered) { // load before ready
|
||||
navTo(o,toroot,hashUrl(),relpath);
|
||||
showRoot();
|
||||
} else { // ready before load
|
||||
loadObject = o;
|
||||
loadToRoot = toroot;
|
||||
loadUrl = hashUrl();
|
||||
loadRelPath = relpath;
|
||||
readyTriggered=true;
|
||||
const gotoNode = function(o,subIndex,root,hash,relpath) {
|
||||
const nti = navTreeSubIndices[subIndex][root+hash];
|
||||
o.breadcrumbs = $.extend(true, [], nti ? nti : navTreeSubIndices[subIndex][root]);
|
||||
if (!o.breadcrumbs && root!=NAVTREE[0][1]) { // fallback: show index
|
||||
navTo(o,NAVTREE[0][1],"",relpath);
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
}
|
||||
if (o.breadcrumbs) {
|
||||
o.breadcrumbs.unshift(0); // add 0 for root node
|
||||
showNode(o, o.node, 0, hash);
|
||||
}
|
||||
}
|
||||
|
||||
$(window).bind('hashchange', function(){
|
||||
if (window.location.hash && window.location.hash.length>1){
|
||||
var a;
|
||||
if ($(location).attr('hash')){
|
||||
var clslink=stripPath(pathName())+':'+hashValue();
|
||||
a=$('.item a[class$="'+clslink.replace(/</g,'\\3c ')+'"]');
|
||||
}
|
||||
if (a==null || !$(a).parent().parent().hasClass('selected')){
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
}
|
||||
var link=stripPath2(pathName());
|
||||
navTo(o,link,hashUrl(),relpath);
|
||||
} else if (!animationInProgress) {
|
||||
$('#doc-content').scrollTop(0);
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
navTo(o,toroot,hashUrl(),relpath);
|
||||
}
|
||||
})
|
||||
const navTo = function(o,root,hash,relpath) {
|
||||
const link = cachedLink();
|
||||
if (link) {
|
||||
const parts = link.split('#');
|
||||
root = parts[0];
|
||||
hash = parts.length>1 ? '#'+parts[1].replace(/[^\w-]/g,'') : '';
|
||||
}
|
||||
if (hash.match(/^#l\d+$/)) {
|
||||
const anchor=$('a[name='+hash.substring(1)+']');
|
||||
glowEffect(anchor.parent(),1000); // line number
|
||||
hash=''; // strip line number anchors
|
||||
}
|
||||
const url=root+hash;
|
||||
let i=-1;
|
||||
while (NAVTREEINDEX[i+1]<=url) i++;
|
||||
if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index
|
||||
if (navTreeSubIndices[i]) {
|
||||
gotoNode(o,i,root,hash,relpath)
|
||||
} else {
|
||||
getScript(relpath+'navtreeindex'+i,function() {
|
||||
navTreeSubIndices[i] = eval('NAVTREEINDEX'+i);
|
||||
if (navTreeSubIndices[i]) {
|
||||
gotoNode(o,i,root,hash,relpath);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
const showSyncOff = function(n,relpath) {
|
||||
n.html('<img src="'+relpath+'sync_off.png" title="'+SYNCOFFMSG+'"/>');
|
||||
}
|
||||
|
||||
const showSyncOn = function(n,relpath) {
|
||||
n.html('<img src="'+relpath+'sync_on.png" title="'+SYNCONMSG+'"/>');
|
||||
}
|
||||
|
||||
const o = {
|
||||
toroot : toroot,
|
||||
node : {
|
||||
childrenData : NAVTREE,
|
||||
children : [],
|
||||
childrenUL : document.createElement("ul"),
|
||||
getChildrenUL : function() { return this.childrenUL },
|
||||
li : document.getElementById("nav-tree-contents"),
|
||||
depth : 0,
|
||||
relpath : relpath,
|
||||
expanded : false,
|
||||
isLast : true,
|
||||
plus_img : document.createElement("span"),
|
||||
},
|
||||
};
|
||||
o.node.li.appendChild(o.node.childrenUL);
|
||||
o.node.plus_img.className = 'arrow';
|
||||
o.node.plus_img.innerHTML = ARROW_RIGHT;
|
||||
|
||||
const navSync = $('#nav-sync');
|
||||
if (cachedLink()) {
|
||||
showSyncOff(navSync,relpath);
|
||||
navSync.removeClass('sync');
|
||||
} else {
|
||||
showSyncOn(navSync,relpath);
|
||||
}
|
||||
|
||||
navSync.click(() => {
|
||||
const navSync = $('#nav-sync');
|
||||
if (navSync.hasClass('sync')) {
|
||||
navSync.removeClass('sync');
|
||||
showSyncOff(navSync,relpath);
|
||||
storeLink(stripPath2(pathName())+hashUrl());
|
||||
} else {
|
||||
navSync.addClass('sync');
|
||||
showSyncOn(navSync,relpath);
|
||||
deleteLink();
|
||||
}
|
||||
});
|
||||
|
||||
navTo(o,toroot,hashUrl(),relpath);
|
||||
showRoot();
|
||||
|
||||
$(window).bind('hashchange', () => {
|
||||
if (!animationInProgress) {
|
||||
if (window.location.hash && window.location.hash.length>1) {
|
||||
let a;
|
||||
if ($(location).attr('hash')) {
|
||||
const clslink=stripPath(pathName())+':'+hashValue();
|
||||
a=$('.item a[class$="'+clslink.replace(/</g,'\\3c ')+'"]');
|
||||
}
|
||||
if (a==null || !$(a).parent().parent().hasClass('selected')) {
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
}
|
||||
const link=stripPath2(pathName());
|
||||
navTo(o,link,hashUrl(),relpath);
|
||||
} else {
|
||||
$('#doc-content').scrollTop(0);
|
||||
$('.item').removeClass('selected');
|
||||
$('.item').removeAttr('id');
|
||||
navTo(o,toroot,hashUrl(),relpath);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$("div.toc a[href]").click(function(e) {
|
||||
e.preventDefault();
|
||||
const aname = $(this).attr("href");
|
||||
gotoAnchor($(aname),aname);
|
||||
});
|
||||
}
|
||||
/* @license-end */
|
||||
|
||||
@@ -24,23 +24,28 @@
|
||||
*/
|
||||
var NAVTREE =
|
||||
[
|
||||
[ "New 4DSSE Code", "index.html", [
|
||||
[ "opatIO python module", "md_utils_opatio_readme.html", [
|
||||
[ "Installation", "md_utils_opatio_readme.html#autotoc_md1", null ],
|
||||
[ "General Usage", "md_utils_opatio_readme.html#autotoc_md2", null ],
|
||||
[ "Problems", "md_utils_opatio_readme.html#autotoc_md3", null ]
|
||||
] ],
|
||||
[ "SERiF", "index.html", [
|
||||
[ "4DSSE: A 4D Stellar Structure and Evolution Code", "index.html", "index" ],
|
||||
[ "Test List", "test.html", null ],
|
||||
[ "Namespaces", "namespaces.html", [
|
||||
[ "Namespace List", "namespaces.html", "namespaces_dup" ],
|
||||
[ "Namespace Members", "namespacemembers.html", [
|
||||
[ "All", "namespacemembers.html", null ],
|
||||
[ "Functions", "namespacemembers_func.html", null ],
|
||||
[ "Variables", "namespacemembers_vars.html", null ],
|
||||
[ "Typedefs", "namespacemembers_type.html", null ]
|
||||
] ]
|
||||
] ],
|
||||
[ "Classes", "annotated.html", [
|
||||
[ "Class List", "annotated.html", "annotated_dup" ],
|
||||
[ "Class Index", "classes.html", null ],
|
||||
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
||||
[ "Class Members", "functions.html", [
|
||||
[ "All", "functions.html", null ],
|
||||
[ "All", "functions.html", "functions_dup" ],
|
||||
[ "Functions", "functions_func.html", null ],
|
||||
[ "Variables", "functions_vars.html", null ],
|
||||
[ "Variables", "functions_vars.html", "functions_vars" ],
|
||||
[ "Typedefs", "functions_type.html", null ],
|
||||
[ "Related Functions", "functions_rela.html", null ]
|
||||
[ "Related Symbols", "functions_rela.html", null ]
|
||||
] ]
|
||||
] ],
|
||||
[ "Files", "files.html", [
|
||||
@@ -49,17 +54,22 @@ var NAVTREE =
|
||||
[ "All", "globals.html", null ],
|
||||
[ "Functions", "globals_func.html", null ],
|
||||
[ "Variables", "globals_vars.html", null ],
|
||||
[ "Typedefs", "globals_type.html", null ],
|
||||
[ "Macros", "globals_defs.html", null ]
|
||||
] ]
|
||||
] ]
|
||||
] ],
|
||||
[ "Examples", "examples.html", "examples" ]
|
||||
] ]
|
||||
];
|
||||
|
||||
var NAVTREEINDEX =
|
||||
[
|
||||
"DObjectTest_8cpp.html",
|
||||
"opatIOTest_8cpp.html#a795aa3821c4c6f206678bc48acf95171"
|
||||
"4_d_s_t_a_r_types_8h.html",
|
||||
"class_polytrope_operator.html#afa3425ec1e374c49655671877cf89e39",
|
||||
"const_test_8cpp.html",
|
||||
"namespacenn_approx8.html#abd25a40d29e07540658eaf17ccb17e3e",
|
||||
"structhelmholtz_1_1_h_e_l_m_table.html#a25bdc8a0e265bac2e47f18e2fa3e35ba"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||
var SYNCOFFMSG = 'click to enable panel synchronisation';
|
||||
var SYNCONMSG = 'click to disable panel synchronization';
|
||||
var SYNCOFFMSG = 'click to enable panel synchronization';
|
||||
@@ -1,253 +1,253 @@
|
||||
var NAVTREEINDEX0 =
|
||||
{
|
||||
"DObjectTest_8cpp.html":[3,0,1,2,0],
|
||||
"DObjectTest_8cpp.html#a0085cd05f0b182ba4fe7bc118656d68e":[3,0,1,2,0,4],
|
||||
"DObjectTest_8cpp.html#a12ce265622e9a5d51b7498e09b82a597":[3,0,1,2,0,1],
|
||||
"DObjectTest_8cpp.html#a2bbd3a7e662715f1af67ba7b26270278":[3,0,1,2,0,6],
|
||||
"DObjectTest_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f":[3,0,1,2,0,3],
|
||||
"DObjectTest_8cpp.html#ab0d7e76fe973dea21f97cf26d3b3847b":[3,0,1,2,0,5],
|
||||
"DObjectTest_8cpp.html#af27429c4d3cf79aa1b90fddf10f7614e":[3,0,1,2,0,2],
|
||||
"DObject_8cpp.html":[3,0,0,2,0,0],
|
||||
"DObject_8cpp.html#a5b2896a287295bf59a0b9e4d0af21161":[3,0,0,2,0,0,0],
|
||||
"DObject_8h.html":[3,0,0,2,1,0],
|
||||
"DObject_8h_source.html":[3,0,0,2,1,0],
|
||||
"LockableDObjectTest_8cpp.html":[3,0,1,2,1],
|
||||
"LockableDObjectTest_8cpp.html#a470f4e60873d3ea6afc7c319e307760f":[3,0,1,2,1,1],
|
||||
"LockableDObjectTest_8cpp.html#a5c2342bfafc553d23125fb3ae05af2a7":[3,0,1,2,1,2],
|
||||
"LockableDObjectTest_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73":[3,0,1,2,1,3],
|
||||
"LockableDObjectTest_8cpp.html#a8b547408c52b669c3c220aa640927474":[3,0,1,2,1,5],
|
||||
"LockableDObjectTest_8cpp.html#aca2c2dcb4394094c27dc37453ea9a37f":[3,0,1,2,1,4],
|
||||
"LockableDObject_8cpp.html":[3,0,0,2,0,1],
|
||||
"LockableDObject_8h.html":[3,0,0,2,1,1],
|
||||
"LockableDObject_8h_source.html":[3,0,0,2,1,1],
|
||||
"MetadataTest_8cpp.html":[3,0,1,2,2],
|
||||
"MetadataTest_8cpp.html#a14e97feb26f21690d94245d65c26814b":[3,0,1,2,2,7],
|
||||
"MetadataTest_8cpp.html#a3dacb5bfda566836343874346c116906":[3,0,1,2,2,3],
|
||||
"MetadataTest_8cpp.html#a440de49952b45fad82f485ba48f92d50":[3,0,1,2,2,5],
|
||||
"MetadataTest_8cpp.html#a5ec8e48d5f46f67a4547c3b52f5f1cff":[3,0,1,2,2,8],
|
||||
"MetadataTest_8cpp.html#a61d09f069b2417969b664142aad8ce35":[3,0,1,2,2,1],
|
||||
"MetadataTest_8cpp.html#a761ab4dc62ca2bbe69d2be499493b883":[3,0,1,2,2,9],
|
||||
"MetadataTest_8cpp.html#a8854bc3bdde52a7c73927f17e4330a89":[3,0,1,2,2,6],
|
||||
"MetadataTest_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75":[3,0,1,2,2,4],
|
||||
"MetadataTest_8cpp.html#afc6335b369a289eaa367897b899535d0":[3,0,1,2,2,2],
|
||||
"Metadata_8cpp.html":[3,0,0,2,0,2],
|
||||
"Metadata_8cpp.html#a9bc49cc23da2d1ff8b3e197630b9dfd2":[3,0,0,2,0,2,0],
|
||||
"Metadata_8h.html":[3,0,0,2,1,2],
|
||||
"Metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339":[3,0,0,2,1,2,1],
|
||||
"Metadata_8h_source.html":[3,0,0,2,1,2],
|
||||
"annotated.html":[2,0],
|
||||
"build_2lib_2opatio_2____init_____8py.html":[3,0,2,0,0,0,0,1],
|
||||
"build_2lib_2opatio_2____init_____8py.html#a2c9c36721bf1f103f2298cc089221b7b":[3,0,2,0,0,0,0,1,0],
|
||||
"build_2lib_2opatio_2opat_2____init_____8py.html":[3,0,2,0,0,0,0,0,0],
|
||||
"build_2lib_2opatio_2opat_2opat_8py.html":[3,0,2,0,0,0,0,0,1],
|
||||
"classBilinearIntegratorWrapper.html":[2,0,0],
|
||||
"classBilinearIntegratorWrapper.html#a10c3ac5bb62c91c3a437924e33a527d8":[2,0,0,3],
|
||||
"classBilinearIntegratorWrapper.html#a19b6facddeba8256619981e6276f5815":[2,0,0,2],
|
||||
"classBilinearIntegratorWrapper.html#a6f550f0cb8d39c5ebc6e712762eb8504":[2,0,0,1],
|
||||
"classBilinearIntegratorWrapper.html#a72155007095c629dfca4f349739e4a18":[2,0,0,0],
|
||||
"classCompositeNonlinearIntegrator.html":[2,0,1],
|
||||
"classCompositeNonlinearIntegrator.html#a0a3c6ccf134c4566218eb3a33861214c":[2,0,1,4],
|
||||
"classCompositeNonlinearIntegrator.html#a2b466f6e16a5797f5ed50621fc4818a0":[2,0,1,3],
|
||||
"classCompositeNonlinearIntegrator.html#a93b4496295c20d461b971c65633570d8":[2,0,1,1],
|
||||
"classCompositeNonlinearIntegrator.html#aba931cf9d57170b7483eed0ade6cd459":[2,0,1,0],
|
||||
"classCompositeNonlinearIntegrator.html#af336df4849e99a3bc95161f03868efc4":[2,0,1,2],
|
||||
"classConfig.html":[2,0,2],
|
||||
"classConstants.html":[2,0,6],
|
||||
"classConstants.html#a2aa041fd223f259e55bf098c90581039":[2,0,6,1],
|
||||
"classConstants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19":[2,0,6,0],
|
||||
"classConstants.html#ab9de36fa145552a3e7964e7e85a67149":[2,0,6,3],
|
||||
"classConstants.html#ad75620743b867fc20d4a05027d1a1c01":[2,0,6,4],
|
||||
"classConstants.html#ae276dfdc0ffe75a53e3842e33ab52630":[2,0,6,2],
|
||||
"classDObject.html":[2,0,8],
|
||||
"classDObject.html#a0ae54853e18265657296bfb5ac3bf9d0":[2,0,8,2],
|
||||
"classDObject.html#a1223275dcbbf20334ea11707346acb93":[2,0,8,9],
|
||||
"classDObject.html#a15afffdf339150fc872bf63bdd08d581":[2,0,8,8],
|
||||
"classDObject.html#a358d5f015da09ae5f0cbb46f3fd9e401":[2,0,8,16],
|
||||
"classDObject.html#a3dce47a519f9da5085c0c5ac1eea4f38":[2,0,8,13],
|
||||
"classDObject.html#a4862655c3634d019b0a45b811d6f7235":[2,0,8,4],
|
||||
"classDObject.html#a598321f3b8524b98df72393c04d7470c":[2,0,8,3],
|
||||
"classDObject.html#a5b2896a287295bf59a0b9e4d0af21161":[2,0,8,15],
|
||||
"classDObject.html#a6f0023aee463e71d92442dcf61b6ed47":[2,0,8,12],
|
||||
"classDObject.html#a79a2ecac4130ef3df272bdfeed26a620":[2,0,8,0],
|
||||
"classDObject.html#a99072eb52bb22745f0248f273fbf28fb":[2,0,8,10],
|
||||
"classDObject.html#a99b8688849e11501033a25f61efb8356":[2,0,8,14],
|
||||
"classDObject.html#ab1718571434e84e90f1ec463e4786a8a":[2,0,8,11],
|
||||
"classDObject.html#aca2db093c1c8c6f7893de07544aed619":[2,0,8,5],
|
||||
"classDObject.html#ae47bf220fbe2173cf6933c2380035dbd":[2,0,8,7],
|
||||
"classDObject.html#af11334d08ef85c68b3aae7554548e5a7":[2,0,8,1],
|
||||
"classDObject.html#afa8926d916081de72478cb8813c25e98":[2,0,8,6],
|
||||
"classDObjectTest.html":[2,0,9],
|
||||
"classDObjectTest.html#a2150dd7881a4d1c68ce51344f174738e":[2,0,9,2],
|
||||
"classDObjectTest.html#a95ba0f78c44e0bd46603de32028b7be6":[2,0,9,0],
|
||||
"classDObjectTest.html#ac753942590ae6ee456e6f3dd8b205df2":[2,0,9,1],
|
||||
"classLockableDObject.html":[2,0,11],
|
||||
"classLockableDObject.html#a1481ed99dcd837490bf28309aadaedfb":[2,0,11,3],
|
||||
"classLockableDObject.html#adcfe201fc728cc1c6fcf638a566ba9a1":[2,0,11,1],
|
||||
"classLockableDObject.html#ade38ca54703913359fc3b4366f6e292a":[2,0,11,2],
|
||||
"classLockableDObject.html#ae1a174a2740fa053626fe2820ee0efee":[2,0,11,0],
|
||||
"classLockableDObjectTest.html":[2,0,12],
|
||||
"classLockableDObjectTest.html#a4ca643fb176141b51f4761dd3df64769":[2,0,12,0],
|
||||
"classLockableDObjectTest.html#a6f639c0023311b7900595ab11c40cd59":[2,0,12,1],
|
||||
"classMeshIO.html":[2,0,13],
|
||||
"classMeshIO.html#a12495fc814254021d44e0509ac760672":[2,0,13,3],
|
||||
"classMeshIO.html#a3e4bccff08abf9a28b3d64c8fb9f7317":[2,0,13,2],
|
||||
"classMeshIO.html#a8fe43b55b7851c805c276517b0aacac5":[2,0,13,0],
|
||||
"classMeshIO.html#abf2d0986e73b920c71c03dc61730846c":[2,0,13,1],
|
||||
"classMetadata.html":[2,0,15],
|
||||
"classMetadata.html#a07035de7b0c780ef340e1a11c60a4d2b":[2,0,15,6],
|
||||
"classMetadata.html#a365c4594ad65c3b10b40a1cf4f4aea26":[2,0,15,8],
|
||||
"classMetadata.html#a3d56c8c5adee4b8c7d2089802211522b":[2,0,15,1],
|
||||
"classMetadata.html#a412c0c0b8754d85f9edbbdcd637f3b20":[2,0,15,4],
|
||||
"classMetadata.html#a88f4f57d443e2b7664e75e57a29dfbf0":[2,0,15,7],
|
||||
"classMetadata.html#a9bc49cc23da2d1ff8b3e197630b9dfd2":[2,0,15,10],
|
||||
"classMetadata.html#abe52c81e04665628666b4140cd346b69":[2,0,15,5],
|
||||
"classMetadata.html#ac7980d1efdd6ae434f0115f83d08348e":[2,0,15,2],
|
||||
"classMetadata.html#ae849560667461008cb72e83919c20be0":[2,0,15,0],
|
||||
"classMetadata.html#aeed7f22ccc61d9a3d6425441d381dcdc":[2,0,15,3],
|
||||
"classMetadata.html#af5264d1666839e69c192b565b5cfa606":[2,0,15,9],
|
||||
"classMetadataTest.html":[2,0,16],
|
||||
"classMetadataTest.html#a24075d61d37dceacd353ecde16a1ac71":[2,0,16,1],
|
||||
"classMetadataTest.html#a6273a370a10b42155af951a8fc2c47fa":[2,0,16,0],
|
||||
"classNonlinearPowerIntegrator.html":[2,0,17],
|
||||
"classNonlinearPowerIntegrator.html#a0578e900c8e95cfa1161362c98fd3d31":[2,0,17,0],
|
||||
"classNonlinearPowerIntegrator.html#a23b79c0ab632824ffda9b43928a00504":[2,0,17,2],
|
||||
"classNonlinearPowerIntegrator.html#a5d8116206e35119fbee20540f5bd3157":[2,0,17,1],
|
||||
"classOpatIO.html":[2,0,18],
|
||||
"classOpatIO.html#a117f7e1f45d6c410c21d0644e447bbb1":[2,0,18,16],
|
||||
"classOpatIO.html#a1a4456b7745c0dd559eca72d5d744fc0":[2,0,18,15],
|
||||
"classOpatIO.html#a2894437c09f4cdb06c9b06d6aad4bd2f":[2,0,18,8],
|
||||
"classOpatIO.html#a3578ac9bad40dd45ada3459f92a93b56":[2,0,18,13],
|
||||
"classOpatIO.html#a408b7f7d58d4a49636220f0431813dad":[2,0,18,11],
|
||||
"classOpatIO.html#a48cd5e4f3fdb221bc1b6253e149e8e01":[2,0,18,6],
|
||||
"classOpatIO.html#a5c35b863873239e023427864ed016f58":[2,0,18,9],
|
||||
"classOpatIO.html#a6161d6e006312ebd79b037501ade9943":[2,0,18,4],
|
||||
"classOpatIO.html#a7f3436b3ac0dbe141b08d8064550f1b3":[2,0,18,0],
|
||||
"classOpatIO.html#a82715d95a5ddd1e78470b90fbd005c4d":[2,0,18,14],
|
||||
"classOpatIO.html#a8f7cc9a4ec8845c22df330678afd29c6":[2,0,18,7],
|
||||
"classOpatIO.html#aafb5941c4c93104af8ba06f2271a3dc7":[2,0,18,22],
|
||||
"classOpatIO.html#ab0edd41690b8d5c1775f87439cf82cb5":[2,0,18,20],
|
||||
"classOpatIO.html#aba1be05d51d4b0b9e4581b95ad0e1890":[2,0,18,12],
|
||||
"classOpatIO.html#ac1c1a6159f82462fedf9b526ddcc19a6":[2,0,18,21],
|
||||
"classOpatIO.html#ac34f611a9eab458329553d27e8bffec6":[2,0,18,2],
|
||||
"classOpatIO.html#ad189e0f239bc4184fecf7daef7923272":[2,0,18,19],
|
||||
"classOpatIO.html#ae24b6a4f78529c4fe4719ea5438d5ed6":[2,0,18,1],
|
||||
"classOpatIO.html#af0bc6bb210c4ff74bc1e043aeb252e1a":[2,0,18,10],
|
||||
"classOpatIO.html#af5c52b5d862f5b94ee847c6c791998db":[2,0,18,3],
|
||||
"classOpatIO.html#afa623ba10f188097e555a682a4c69a9f":[2,0,18,18],
|
||||
"classOpatIO.html#afae90144930f190ed4018fbf328bf8ea":[2,0,18,17],
|
||||
"classOpatIO.html#afe725b647bc5bb802f6d711fc5dca3ab":[2,0,18,5],
|
||||
"classconfigTest.html":[2,0,3],
|
||||
"classconfigTestPrivateAccessor.html":[2,0,4],
|
||||
"classconstTest.html":[2,0,7],
|
||||
"classconstTest.html#af4753885bf401953202f89d455a2702f":[2,0,7,0],
|
||||
"classes.html":[2,1],
|
||||
"classmeshIOTest.html":[2,0,14],
|
||||
"classopatIOTest.html":[2,0,19],
|
||||
"configTest_8cpp.html":[3,0,1,0,0],
|
||||
"configTest_8cpp.html#a2aab0fda134fe1428d1b647316df718f":[3,0,1,0,0,6],
|
||||
"configTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470":[3,0,1,0,0,10],
|
||||
"configTest_8cpp.html#a5ad2550c7dc214b5e47cfdd6095731b1":[3,0,1,0,0,5],
|
||||
"configTest_8cpp.html#a88a44e54c4e475e47e16972e963fe76e":[3,0,1,0,0,7],
|
||||
"configTest_8cpp.html#aafc05ee6e7e08e8308e6fde4575aac61":[3,0,1,0,0,4],
|
||||
"configTest_8cpp.html#ab367d5d33d7f4ac536243e066f7431ea":[3,0,1,0,0,2],
|
||||
"configTest_8cpp.html#adcf0aead74ff0dfe0d6af2c8d0852ed3":[3,0,1,0,0,9],
|
||||
"configTest_8cpp.html#ae70df34c2371cc5c992f20fbf6e6354b":[3,0,1,0,0,3],
|
||||
"configTest_8cpp.html#afda6a3c91af3d8e36edf92d36ba5f6de":[3,0,1,0,0,8],
|
||||
"config_8cpp.html":[3,0,0,0,0,0],
|
||||
"config_8h.html":[3,0,0,0,1,0],
|
||||
"config_8h_source.html":[3,0,0,0,1,0],
|
||||
"constTest_8cpp.html":[3,0,1,1,0],
|
||||
"constTest_8cpp.html#a1d2582df9987648644c517d89223e849":[3,0,1,1,0,7],
|
||||
"constTest_8cpp.html#a267b8a580d24fec8326def8656df135a":[3,0,1,1,0,3],
|
||||
"constTest_8cpp.html#a3bc116c41e8839b6d9d5a49e046a800f":[3,0,1,1,0,2],
|
||||
"constTest_8cpp.html#a720684391716660c7d0a5dc6238c7e57":[3,0,1,1,0,5],
|
||||
"constTest_8cpp.html#a92b56f4876b91eb7d628492fe220babb":[3,0,1,1,0,4],
|
||||
"constTest_8cpp.html#aa33a362aa6f7634f2ef02413183b35ee":[3,0,1,1,0,6],
|
||||
"constTest_8cpp.html#ae050a185fbc60349459af47e661bd3e1":[3,0,1,1,0,1],
|
||||
"const_8cpp.html":[3,0,0,1,0,0],
|
||||
"const_8h.html":[3,0,0,1,1,0],
|
||||
"const_8h_source.html":[3,0,0,1,1,0],
|
||||
"dir_0c07588a470b646c09b0414ac8faaf7b.html":[3,0,1,4],
|
||||
"dir_18c45d4358dc55431d912fa30bcbde92.html":[3,0,0,5,0],
|
||||
"dir_1acdc3d0c73584695295a90ad6ede3f9.html":[3,0,2,0],
|
||||
"dir_1c285457bb070251eb0c01a8da35233c.html":[3,0,2,0,0],
|
||||
"dir_1ce48574fa7b57587706b1af262d1e55.html":[3,0,0,6,1,1],
|
||||
"dir_1e20c6516504fdf3864b50bca0428df7.html":[3,0,2,0,2],
|
||||
"dir_2da03d50b6347916fd28121e88466439.html":[3,0,0,6,0],
|
||||
"dir_388d1cd783f992dee884a2918d77a3d7.html":[3,0,1,3],
|
||||
"dir_409882efad9ab48a895cd8b217d1e026.html":[3,0,0,1],
|
||||
"dir_440126c2838a14af33b22611dbbb2bf6.html":[3,0,0,3],
|
||||
"dir_4a32f98eb1fc28521b674ecacd8e38cc.html":[3,0,2,0,1,0],
|
||||
"dir_4e6f6de88c62da29e0ddd0d8e63af038.html":[3,0,0,2,0],
|
||||
"dir_4f06ef9b669cedd8d46a086727f9d243.html":[3,0,0,0,1],
|
||||
"dir_5657658ab0dc14c9c63c088cb1f6321c.html":[3,0,0,2,1],
|
||||
"dir_57b5236bc904b389e950b8d6ae8bc28a.html":[3,0,2,0,1,0,0],
|
||||
"dir_59425e443f801f1f2fd8bbe4959a3ccf.html":[3,0,1],
|
||||
"dir_5c663bd7ffac62a07452e27b2b30c948.html":[3,0,0,6,1],
|
||||
"dir_62e13aaa8a72ed2c40d6887705a41af4.html":[3,0,2,0,0,0],
|
||||
"dir_68267d1309a1af8e8297ef4c3efbcdba.html":[3,0,0],
|
||||
"dir_6cfc89239232d12b3feb44b30f54e02f.html":[3,0,1,1],
|
||||
"dir_6de2166d97f28f4ecd4d72a5f12aecb0.html":[3,0,2,0,0,0,0,0],
|
||||
"dir_70fe68c6a1aba1c690f556aae19244a1.html":[3,0,0,3,0],
|
||||
"dir_74e94668ea6d3ca842a67049f1d0566c.html":[3,0,0,3,1],
|
||||
"dir_768194193337d64eaa7edd2c5f5038a4.html":[3,0,0,2],
|
||||
"dir_7e83d1792d529f4aa7126ac7e0b3b699.html":[3,0,0,0],
|
||||
"dir_86a4174b93db2020db4458f465617054.html":[3,0,0,6,0,0],
|
||||
"dir_88e1407a1fb38d630626d3e1b6639cc8.html":[3,0,0,4,0],
|
||||
"dir_893e16279b3f95d0fd4ec39358376605.html":[3,0,0,0,0],
|
||||
"dir_98811334950283dfb0b975440d5272eb.html":[3,0,0,4],
|
||||
"dir_9d738063cc7befc3d96860ca4c9257b2.html":[3,0,2,0,0,0,0],
|
||||
"dir_a0668aa070a38eaa8236727e19a9b15f.html":[3,0,1,5],
|
||||
"dir_a105e00bd9bc580163f6cfcc237f0c76.html":[3,0,0,5,1],
|
||||
"dir_a82f4dad88709a7f727912f1ce60fba0.html":[3,0,0,6,1,0],
|
||||
"dir_aa595423af07433f9695bf15d4f880d5.html":[3,0,0,1,0],
|
||||
"dir_aa74b0b57852b214f24568086f91a43d.html":[3,0,0,1,1],
|
||||
"dir_bc1cc3abf5d5430dc6e21979095d09f3.html":[3,0,1,2],
|
||||
"dir_cbdb8362360e11eafe2fa3bc74cf0ffd.html":[3,0,2],
|
||||
"dir_ce3bf6daddda59a58b5b9429da3f76b4.html":[3,0,1,0],
|
||||
"dir_d0d2d394e86fce6a7356095f51b9fa38.html":[3,0,0,6],
|
||||
"dir_d9bdef71d547e79a3915b1057230bd19.html":[3,0,0,6,0,1],
|
||||
"dir_da765f8f0017804fdc0f96160e2cbe8b.html":[3,0,2,0,1],
|
||||
"dir_dc4574cef47f5b50114efcdd6e195baf.html":[3,0,0,5],
|
||||
"files.html":[3,0],
|
||||
"functions.html":[2,3,0],
|
||||
"functions_func.html":[2,3,1],
|
||||
"functions_rela.html":[2,3,4],
|
||||
"functions_type.html":[2,3,3],
|
||||
"functions_vars.html":[2,3,2],
|
||||
"globals.html":[3,1,0],
|
||||
"globals_defs.html":[3,1,3],
|
||||
"globals_func.html":[3,1,1],
|
||||
"globals_vars.html":[3,1,2],
|
||||
"hierarchy.html":[2,2],
|
||||
"index.html":[],
|
||||
"md_utils_opatio_readme.html":[0],
|
||||
"md_utils_opatio_readme.html#autotoc_md1":[0,0],
|
||||
"md_utils_opatio_readme.html#autotoc_md2":[0,1],
|
||||
"md_utils_opatio_readme.html#autotoc_md3":[0,2],
|
||||
"meshIOTest_8cpp.html":[3,0,1,4,0],
|
||||
"meshIOTest_8cpp.html#a0cb4f62baac8f32aaefbab6c9e5b93bc":[3,0,1,4,0,2],
|
||||
"meshIOTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470":[3,0,1,4,0,5],
|
||||
"meshIOTest_8cpp.html#a94653e9cb8a24090f2c4c02fc8bfdfbb":[3,0,1,4,0,4],
|
||||
"meshIOTest_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25":[3,0,1,4,0,1],
|
||||
"meshIOTest_8cpp.html#af5cb16ec6a340bbd827bd2d7adac4f68":[3,0,1,4,0,3],
|
||||
"meshIO_8cpp.html":[3,0,0,3,0,0],
|
||||
"meshIO_8h.html":[3,0,0,3,1,0],
|
||||
"meshIO_8h_source.html":[3,0,0,3,1,0],
|
||||
"mkTestData_8py.html":[3,0,2,0,2,0],
|
||||
"mkTestData_8py.html#a5023056b6831877dbf79e9a082600e78":[3,0,2,0,2,0,0],
|
||||
"mkTestData_8py.html#a5434a318e4d2951f6bea109ea95f7951":[3,0,2,0,2,0,2],
|
||||
"mkTestData_8py.html#ac27efbef0ea18292765b28e05846a5fa":[3,0,2,0,2,0,1],
|
||||
"opac_8h.html":[3,0,0,4,0,0],
|
||||
"opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8":[3,0,0,4,0,0,0],
|
||||
"opac_8h_source.html":[3,0,0,4,0,0],
|
||||
"opatIOTest_8cpp.html":[3,0,1,5,0],
|
||||
"opatIOTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470":[3,0,1,5,0,11],
|
||||
"opatIOTest_8cpp.html#a3962f0895a961e03a0fc208076f6ab1a":[3,0,1,5,0,6],
|
||||
"opatIOTest_8cpp.html#a4b609f93f9fbea0dbd3e8d619e70f293":[3,0,1,5,0,10],
|
||||
"opatIOTest_8cpp.html#a4c4af5f8d030d0932c44bfa6607a5599":[3,0,1,5,0,8],
|
||||
"opatIOTest_8cpp.html#a5a86dce243090b6e4de4c67c23338ab7":[3,0,1,5,0,7],
|
||||
"opatIOTest_8cpp.html#a7613e1e543a4ea3ad5ce9d6c9156d317":[3,0,1,5,0,9],
|
||||
"opatIOTest_8cpp.html#a76734dc9ab5318ba389c0b3e54844137":[3,0,1,5,0,3],
|
||||
"opatIOTest_8cpp.html#a78a0d3c74c48429202d9e519b7bcb687":[3,0,1,5,0,1]
|
||||
"4_d_s_t_a_r_types_8h.html":[4,0,1,12,0,0],
|
||||
"4_d_s_t_a_r_types_8h_source.html":[4,0,1,12,0,0],
|
||||
"_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2composition_2public_2composition_8h-example.html":[5,0],
|
||||
"_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2network_2public_2approx8_8h-example.html":[5,2],
|
||||
"_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2poly_2solver_2public_2poly_solver_8h-example.html":[5,3],
|
||||
"_constructing-example.html":[5,1],
|
||||
"_d_object_8cpp.html":[4,0,1,3,0,0],
|
||||
"_d_object_8cpp.html#aa54e75574f0302a2ca7252f9f0f0b3f1":[4,0,1,3,0,0,0],
|
||||
"_d_object_8cpp_source.html":[4,0,1,3,0,0],
|
||||
"_d_object_8h.html":[4,0,1,3,1,0],
|
||||
"_d_object_8h_source.html":[4,0,1,3,1,0],
|
||||
"_d_object_test_8cpp.html":[4,0,2,4,0],
|
||||
"_d_object_test_8cpp.html#a0085cd05f0b182ba4fe7bc118656d68e":[4,0,2,4,0,4],
|
||||
"_d_object_test_8cpp.html#a12ce265622e9a5d51b7498e09b82a597":[4,0,2,4,0,1],
|
||||
"_d_object_test_8cpp.html#a2bbd3a7e662715f1af67ba7b26270278":[4,0,2,4,0,6],
|
||||
"_d_object_test_8cpp.html#a3fc628b3943158a063739c03a4c2ca1f":[4,0,2,4,0,3],
|
||||
"_d_object_test_8cpp.html#ab0d7e76fe973dea21f97cf26d3b3847b":[4,0,2,4,0,5],
|
||||
"_d_object_test_8cpp.html#af27429c4d3cf79aa1b90fddf10f7614e":[4,0,2,4,0,2],
|
||||
"_d_object_test_8cpp_source.html":[4,0,2,4,0],
|
||||
"_lockable_d_object_8cpp.html":[4,0,1,3,0,1],
|
||||
"_lockable_d_object_8cpp_source.html":[4,0,1,3,0,1],
|
||||
"_lockable_d_object_8h.html":[4,0,1,3,1,1],
|
||||
"_lockable_d_object_8h_source.html":[4,0,1,3,1,1],
|
||||
"_lockable_d_object_test_8cpp.html":[4,0,2,4,1],
|
||||
"_lockable_d_object_test_8cpp.html#a470f4e60873d3ea6afc7c319e307760f":[4,0,2,4,1,1],
|
||||
"_lockable_d_object_test_8cpp.html#a5c2342bfafc553d23125fb3ae05af2a7":[4,0,2,4,1,2],
|
||||
"_lockable_d_object_test_8cpp.html#a5c694ab0fb07081c02cac1f0bc3f3e73":[4,0,2,4,1,3],
|
||||
"_lockable_d_object_test_8cpp.html#a8b547408c52b669c3c220aa640927474":[4,0,2,4,1,5],
|
||||
"_lockable_d_object_test_8cpp.html#aca2c2dcb4394094c27dc37453ea9a37f":[4,0,2,4,1,4],
|
||||
"_lockable_d_object_test_8cpp_source.html":[4,0,2,4,1],
|
||||
"_metadata_8cpp.html":[4,0,1,3,0,2],
|
||||
"_metadata_8cpp.html#a12949a1ea26c4ff1afeb97101c0493c5":[4,0,1,3,0,2,0],
|
||||
"_metadata_8cpp_source.html":[4,0,1,3,0,2],
|
||||
"_metadata_8h.html":[4,0,1,3,1,2],
|
||||
"_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339":[4,0,1,3,1,2,1],
|
||||
"_metadata_8h_source.html":[4,0,1,3,1,2],
|
||||
"_metadata_test_8cpp.html":[4,0,2,4,2],
|
||||
"_metadata_test_8cpp.html#a14e97feb26f21690d94245d65c26814b":[4,0,2,4,2,7],
|
||||
"_metadata_test_8cpp.html#a3dacb5bfda566836343874346c116906":[4,0,2,4,2,3],
|
||||
"_metadata_test_8cpp.html#a440de49952b45fad82f485ba48f92d50":[4,0,2,4,2,5],
|
||||
"_metadata_test_8cpp.html#a5ec8e48d5f46f67a4547c3b52f5f1cff":[4,0,2,4,2,8],
|
||||
"_metadata_test_8cpp.html#a61d09f069b2417969b664142aad8ce35":[4,0,2,4,2,1],
|
||||
"_metadata_test_8cpp.html#a761ab4dc62ca2bbe69d2be499493b883":[4,0,2,4,2,9],
|
||||
"_metadata_test_8cpp.html#a8854bc3bdde52a7c73927f17e4330a89":[4,0,2,4,2,6],
|
||||
"_metadata_test_8cpp.html#adbb375b61bd5961e38e8c5b51e538e75":[4,0,2,4,2,4],
|
||||
"_metadata_test_8cpp.html#afc6335b369a289eaa367897b899535d0":[4,0,2,4,2,2],
|
||||
"_metadata_test_8cpp_source.html":[4,0,2,4,2],
|
||||
"annotated.html":[3,0],
|
||||
"approx8_8cpp.html":[4,0,1,7,0,0],
|
||||
"approx8_8cpp_source.html":[4,0,1,7,0,0],
|
||||
"approx8_8h.html":[4,0,1,7,1,0],
|
||||
"approx8_8h.html#a9b21a52f1c431ae59a4883c22a8a0067":[4,0,1,7,1,0,6],
|
||||
"approx8_8h.html#abd6c5fdc1f08c03c2027eafe32658e38":[4,0,1,7,1,0,4],
|
||||
"approx8_8h.html#ae12297be50f5147072894a36231af070":[4,0,1,7,1,0,5],
|
||||
"approx8_8h_source.html":[4,0,1,7,1,0],
|
||||
"approx8_test_8cpp.html":[4,0,2,8,0],
|
||||
"approx8_test_8cpp.html#a282ac3f9d020662bcaa9f8ad569d3a60":[4,0,2,8,0,1],
|
||||
"approx8_test_8cpp.html#a4c6c407dce0723b41e332e0b48619960":[4,0,2,8,0,4],
|
||||
"approx8_test_8cpp.html#a7783fdbc3998bd206c77db9cc3655784":[4,0,2,8,0,2],
|
||||
"approx8_test_8cpp.html#ab8b8562b03390fa226f94e706c113520":[4,0,2,8,0,3],
|
||||
"approx8_test_8cpp_source.html":[4,0,2,8,0],
|
||||
"class_config.html":[3,0,9],
|
||||
"class_constants.html":[3,0,13],
|
||||
"class_constants.html#a095db9a742d6180556d1138ebbcddc8c":[3,0,13,11],
|
||||
"class_constants.html#a186aebd9ec5f45378df3900ae2bf680e":[3,0,13,7],
|
||||
"class_constants.html#a2aa041fd223f259e55bf098c90581039":[3,0,13,3],
|
||||
"class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19":[3,0,13,1],
|
||||
"class_constants.html#a4914c90be3139670bda18e212d69cf22":[3,0,13,9],
|
||||
"class_constants.html#a60f87120b1eef774efe8c168aa69af6a":[3,0,13,4],
|
||||
"class_constants.html#a7da1a7aed8e11fcd67f4a2e2a621483f":[3,0,13,12],
|
||||
"class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2":[3,0,13,2],
|
||||
"class_constants.html#ab9de36fa145552a3e7964e7e85a67149":[3,0,13,6],
|
||||
"class_constants.html#ad75620743b867fc20d4a05027d1a1c01":[3,0,13,8],
|
||||
"class_constants.html#ada6a392cd5d3e2914c2736b232a2355a":[3,0,13,10],
|
||||
"class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630":[3,0,13,5],
|
||||
"class_constants.html#af395b3c1d6f0577f4880a21a257aa1db":[3,0,13,0],
|
||||
"class_d_object.html":[3,0,15],
|
||||
"class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0":[3,0,15,2],
|
||||
"class_d_object.html#a1223275dcbbf20334ea11707346acb93":[3,0,15,9],
|
||||
"class_d_object.html#a15afffdf339150fc872bf63bdd08d581":[3,0,15,8],
|
||||
"class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401":[3,0,15,17],
|
||||
"class_d_object.html#a3dce47a519f9da5085c0c5ac1eea4f38":[3,0,15,13],
|
||||
"class_d_object.html#a4862655c3634d019b0a45b811d6f7235":[3,0,15,4],
|
||||
"class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd":[3,0,15,0],
|
||||
"class_d_object.html#a598321f3b8524b98df72393c04d7470c":[3,0,15,3],
|
||||
"class_d_object.html#a6f0023aee463e71d92442dcf61b6ed47":[3,0,15,12],
|
||||
"class_d_object.html#a99072eb52bb22745f0248f273fbf28fb":[3,0,15,10],
|
||||
"class_d_object.html#a99b8688849e11501033a25f61efb8356":[3,0,15,14],
|
||||
"class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1":[3,0,15,15],
|
||||
"class_d_object.html#ab1718571434e84e90f1ec463e4786a8a":[3,0,15,11],
|
||||
"class_d_object.html#aca2db093c1c8c6f7893de07544aed619":[3,0,15,5],
|
||||
"class_d_object.html#accf5c10d4afc3969607e11b0055312d5":[3,0,15,18],
|
||||
"class_d_object.html#ad7ba02f6d87ce64792149096f3310b21":[3,0,15,16],
|
||||
"class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3":[3,0,15,19],
|
||||
"class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd":[3,0,15,7],
|
||||
"class_d_object.html#ae9f7e4d2fbabc076961a40185676e208":[3,0,15,20],
|
||||
"class_d_object.html#af11334d08ef85c68b3aae7554548e5a7":[3,0,15,1],
|
||||
"class_d_object.html#afa8926d916081de72478cb8813c25e98":[3,0,15,6],
|
||||
"class_d_object_test.html":[3,0,16],
|
||||
"class_d_object_test.html#a2150dd7881a4d1c68ce51344f174738e":[3,0,16,2],
|
||||
"class_d_object_test.html#a95ba0f78c44e0bd46603de32028b7be6":[3,0,16,0],
|
||||
"class_d_object_test.html#ac753942590ae6ee456e6f3dd8b205df2":[3,0,16,1],
|
||||
"class_eos_i_o.html":[3,0,17],
|
||||
"class_eos_i_o.html#a0ee0b3675bd16eb41e5a6b18cb1774ea":[3,0,17,4],
|
||||
"class_eos_i_o.html#a3f98f4e57d438afcb43c1ce79012197a":[3,0,17,1],
|
||||
"class_eos_i_o.html#a488dad41ac68d4e653d0d68718af6f6b":[3,0,17,5],
|
||||
"class_eos_i_o.html#ad721f72b591f1ef4b7fa87668e8d8b34":[3,0,17,0],
|
||||
"class_eos_i_o.html#ad7484ed459d8479381f4fb288597cbeb":[3,0,17,3],
|
||||
"class_eos_i_o.html#add10f91411e996844a14979d12d107b7":[3,0,17,2],
|
||||
"class_eos_i_o.html#adfe5dd1e1dc875bcfe166c2841b72f73":[3,0,17,6],
|
||||
"class_eos_i_o.html#ae08604d8ed0aa3bbb330b9e4ad63db0a":[3,0,17,8],
|
||||
"class_eos_i_o.html#ae8a8fb3b2de7dd8b3b99d4f2c365283a":[3,0,17,7],
|
||||
"class_eos_i_o.html#afe6f666cf7667fc132f3ae8af338b04f":[3,0,17,9],
|
||||
"class_g_m_r_e_s_inverter.html":[3,0,20],
|
||||
"class_g_m_r_e_s_inverter.html#a062ea26d8fc08130f706e0a3eeb320b5":[3,0,20,4],
|
||||
"class_g_m_r_e_s_inverter.html#a4d06d450ace28a61a61f1dc093165902":[3,0,20,1],
|
||||
"class_g_m_r_e_s_inverter.html#a58b277d5a3e5882eb1844db328e60c7a":[3,0,20,0],
|
||||
"class_g_m_r_e_s_inverter.html#a7ce07d6d4d22b26121ad10e82ae201ab":[3,0,20,3],
|
||||
"class_g_m_r_e_s_inverter.html#ae80b606a7d568d1702a9256635fc160f":[3,0,20,2],
|
||||
"class_lockable_d_object.html":[3,0,21],
|
||||
"class_lockable_d_object.html#a1481ed99dcd837490bf28309aadaedfb":[3,0,21,3],
|
||||
"class_lockable_d_object.html#a1eb1ca1d9cf979dcb9eead96054b89bb":[3,0,21,5],
|
||||
"class_lockable_d_object.html#a712cd3ea0c565f7e9089a651ef79b7bd":[3,0,21,4],
|
||||
"class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1":[3,0,21,1],
|
||||
"class_lockable_d_object.html#ade38ca54703913359fc3b4366f6e292a":[3,0,21,2],
|
||||
"class_lockable_d_object.html#ae1a174a2740fa053626fe2820ee0efee":[3,0,21,0],
|
||||
"class_lockable_d_object_test.html":[3,0,22],
|
||||
"class_lockable_d_object_test.html#a4ca643fb176141b51f4761dd3df64769":[3,0,22,0],
|
||||
"class_lockable_d_object_test.html#a6f639c0023311b7900595ab11c40cd59":[3,0,22,1],
|
||||
"class_mesh_i_o.html":[3,0,23],
|
||||
"class_mesh_i_o.html#a0da06db7b29047238299d59570f69428":[3,0,23,5],
|
||||
"class_mesh_i_o.html#a12495fc814254021d44e0509ac760672":[3,0,23,3],
|
||||
"class_mesh_i_o.html#a12d2876be0d000aaaa6e5cd6d6a758af":[3,0,23,2],
|
||||
"class_mesh_i_o.html#a41ebfdb350581b2a64818f9da62fe166":[3,0,23,6],
|
||||
"class_mesh_i_o.html#a4629e793f6f18f499a763dcb5f98bc1a":[3,0,23,0],
|
||||
"class_mesh_i_o.html#a5035a5e5414afd0452add92548ad4165":[3,0,23,7],
|
||||
"class_mesh_i_o.html#a5e37286d1c548a6b6f419f651c1f32dd":[3,0,23,4],
|
||||
"class_mesh_i_o.html#abf2d0986e73b920c71c03dc61730846c":[3,0,23,1],
|
||||
"class_metadata.html":[3,0,25],
|
||||
"class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b":[3,0,25,6],
|
||||
"class_metadata.html#a12949a1ea26c4ff1afeb97101c0493c5":[3,0,25,10],
|
||||
"class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce":[3,0,25,14],
|
||||
"class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac":[3,0,25,12],
|
||||
"class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26":[3,0,25,8],
|
||||
"class_metadata.html#a3d56c8c5adee4b8c7d2089802211522b":[3,0,25,1],
|
||||
"class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20":[3,0,25,4],
|
||||
"class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701":[3,0,25,13],
|
||||
"class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0":[3,0,25,7],
|
||||
"class_metadata.html#abe52c81e04665628666b4140cd346b69":[3,0,25,5],
|
||||
"class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc":[3,0,25,11],
|
||||
"class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e":[3,0,25,2],
|
||||
"class_metadata.html#ae849560667461008cb72e83919c20be0":[3,0,25,0],
|
||||
"class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc":[3,0,25,3],
|
||||
"class_metadata.html#af5264d1666839e69c192b565b5cfa606":[3,0,25,9],
|
||||
"class_metadata_test.html":[3,0,26],
|
||||
"class_metadata_test.html#a24075d61d37dceacd353ecde16a1ac71":[3,0,26,1],
|
||||
"class_metadata_test.html#a6273a370a10b42155af951a8fc2c47fa":[3,0,26,0],
|
||||
"class_poly_solver.html":[3,0,27],
|
||||
"class_poly_solver.html#a18e11835119ec0b5cdc8195bffa56344":[3,0,27,28],
|
||||
"class_poly_solver.html#a2d48773a83a2004b0891f0fa2a16228f":[3,0,27,15],
|
||||
"class_poly_solver.html#a38bbae125a4e5142144931e0b9b435bc":[3,0,27,27],
|
||||
"class_poly_solver.html#a3a2b9a157a7705f68ce634bfa4dc867c":[3,0,27,26],
|
||||
"class_poly_solver.html#a45cc1921d9e385b31406b00d750d9a8b":[3,0,27,9],
|
||||
"class_poly_solver.html#a49281f73fc6a115804b29136ffc0c406":[3,0,27,33],
|
||||
"class_poly_solver.html#a52bc98bb74abf87e569bafd8ba97e06a":[3,0,27,14],
|
||||
"class_poly_solver.html#a553333a8520390effad208fcde3deaf0":[3,0,27,3],
|
||||
"class_poly_solver.html#a57088b366b961a12df6ed898f23341b4":[3,0,27,16],
|
||||
"class_poly_solver.html#a6a6f08a286cdbc7927d11580c5cb8132":[3,0,27,0],
|
||||
"class_poly_solver.html#a6d2152361b5c613ef5cc6f61a42b464d":[3,0,27,25],
|
||||
"class_poly_solver.html#a736a4d80510098735f85e0360d1c96e6":[3,0,27,19],
|
||||
"class_poly_solver.html#a77455ce3505d93f7b5b5d3e9447bbe23":[3,0,27,7],
|
||||
"class_poly_solver.html#a7959fe89ce2753b262f1e5b1a1b7fd4e":[3,0,27,10],
|
||||
"class_poly_solver.html#a795d3c3ff5c21f4e5d64c0d33978527a":[3,0,27,1],
|
||||
"class_poly_solver.html#a7de958588f56052db9c636e08c98e7ac":[3,0,27,20],
|
||||
"class_poly_solver.html#a820aa256b9d4390ad8e44968cf5bf192":[3,0,27,23],
|
||||
"class_poly_solver.html#aa2baea44320e302f543ed6fad5e0d6a2":[3,0,27,13],
|
||||
"class_poly_solver.html#aa3227e8135b22af6c5ce12b50bba2eb6":[3,0,27,30],
|
||||
"class_poly_solver.html#aa790fa13b71ca04eeae72ba4e0567308":[3,0,27,34],
|
||||
"class_poly_solver.html#aaa8691469f98eb17cadae2e2f43de9bb":[3,0,27,18],
|
||||
"class_poly_solver.html#ac0e9a5fcd6b6415c9a1603c82da5eb31":[3,0,27,17],
|
||||
"class_poly_solver.html#ac29ac56605959e7b46fec6cc1bb2b7bb":[3,0,27,22],
|
||||
"class_poly_solver.html#ad156078cdce8a4b30c55a02f99f1b9d4":[3,0,27,31],
|
||||
"class_poly_solver.html#ad458dfdfdbd84bd4aa723d7b82df57da":[3,0,27,5],
|
||||
"class_poly_solver.html#ad69d4ff9b5b56e0654f8e082a210c613":[3,0,27,6],
|
||||
"class_poly_solver.html#ae0aecb9d7802fc7be2b701e0d7f50838":[3,0,27,32],
|
||||
"class_poly_solver.html#ae80ad90a3f632683e38ae03cb4b8e12b":[3,0,27,8],
|
||||
"class_poly_solver.html#ae8bf442fb4cbf1731800e69a2084f59b":[3,0,27,29],
|
||||
"class_poly_solver.html#aea184d88d7c450b03682f61565541d72":[3,0,27,12],
|
||||
"class_poly_solver.html#af5effbed43306f44b4193eb1d932c441":[3,0,27,24],
|
||||
"class_poly_solver.html#af71a78b95a20bea075bac8d2a120c675":[3,0,27,21],
|
||||
"class_poly_solver.html#af8c7bd41d7b9ebfbc1f90d4096d5e855":[3,0,27,2],
|
||||
"class_poly_solver.html#afdb769d3ee9e0929c16a68eb71630f23":[3,0,27,11],
|
||||
"class_poly_solver.html#afe38ca0ba610c352f1b8b9463bff947c":[3,0,27,4],
|
||||
"class_polytrope_operator.html":[3,0,29],
|
||||
"class_polytrope_operator.html#a033eb1609f7fc18d8b970605b550b5d9":[3,0,29,28],
|
||||
"class_polytrope_operator.html#a070426ddaafad8c77154d8d917b7b1a4":[3,0,29,0],
|
||||
"class_polytrope_operator.html#a0a22ba7589125309e40cbf8180404e5a":[3,0,29,3],
|
||||
"class_polytrope_operator.html#a0b4c4446a0486a939ba67c1942df522f":[3,0,29,30],
|
||||
"class_polytrope_operator.html#a17c3058361f05539b6c9ad034c203be2":[3,0,29,21],
|
||||
"class_polytrope_operator.html#a1bf3ced83363a1318258ae0f5bfeb57e":[3,0,29,7],
|
||||
"class_polytrope_operator.html#a20bca119c918bb83d09652a6df925e6d":[3,0,29,23],
|
||||
"class_polytrope_operator.html#a20e1fa519cffe022a23f813ea188c904":[3,0,29,50],
|
||||
"class_polytrope_operator.html#a25d518c3e32fbdaaf5008ecc806b97eb":[3,0,29,33],
|
||||
"class_polytrope_operator.html#a297cada6b0c1c1e3478a223863b23d44":[3,0,29,20],
|
||||
"class_polytrope_operator.html#a2a7f200a45cff11897470de39a302f93":[3,0,29,6],
|
||||
"class_polytrope_operator.html#a33c7f48fc5d67b0d42e2c29c33361ba7":[3,0,29,15],
|
||||
"class_polytrope_operator.html#a373106879aa636a826fc0f5bf3e160dd":[3,0,29,48],
|
||||
"class_polytrope_operator.html#a3d746a46c83539d4713e107caf529260":[3,0,29,32],
|
||||
"class_polytrope_operator.html#a40be1a66ada528554881e8ee274a9a9c":[3,0,29,17],
|
||||
"class_polytrope_operator.html#a453bfd45c09ec7c9f4da2ff62e1b29dc":[3,0,29,41],
|
||||
"class_polytrope_operator.html#a45844aac69f5b441f015b9b76ac453d6":[3,0,29,2],
|
||||
"class_polytrope_operator.html#a4eaeb5ec6898940789ed21349a304870":[3,0,29,49],
|
||||
"class_polytrope_operator.html#a551d03af4ceb246a3d78331b8409e9b2":[3,0,29,37],
|
||||
"class_polytrope_operator.html#a55c1bbaaeb23e1f7657fc359970c56b3":[3,0,29,55],
|
||||
"class_polytrope_operator.html#a67b70d1518f465a2882dfd9abc558926":[3,0,29,52],
|
||||
"class_polytrope_operator.html#a69fe3b2944ec77bfd3d81176eff51da9":[3,0,29,26],
|
||||
"class_polytrope_operator.html#a766bbf8933c552798200647380348493":[3,0,29,22],
|
||||
"class_polytrope_operator.html#a7789efbb8ba3a09a0975475518b4b611":[3,0,29,10],
|
||||
"class_polytrope_operator.html#a785f146c446d0a96e100131182ce95a6":[3,0,29,47],
|
||||
"class_polytrope_operator.html#a79ec40f9bf2c31665b5bc128d013db5a":[3,0,29,38],
|
||||
"class_polytrope_operator.html#a7b9d20387bce8e30dba34a9f813524d5":[3,0,29,54],
|
||||
"class_polytrope_operator.html#a7c37501c7eee6cb207b89365724a0119":[3,0,29,24],
|
||||
"class_polytrope_operator.html#a7e5b5c8151b89f798995151cae88f174":[3,0,29,39],
|
||||
"class_polytrope_operator.html#a901bb3f0e79af54dcaeda28c0296092d":[3,0,29,34],
|
||||
"class_polytrope_operator.html#a961d9dc73ba632e20266ede59c9503c2":[3,0,29,4],
|
||||
"class_polytrope_operator.html#a9810f0de67b4e530d45fdf51369b8294":[3,0,29,19],
|
||||
"class_polytrope_operator.html#a9b148b332b6979af05aebc1d6a3bc5f3":[3,0,29,59],
|
||||
"class_polytrope_operator.html#a9cdd216530d4801e18418363a0f485da":[3,0,29,35],
|
||||
"class_polytrope_operator.html#aa35aac5ff7686d6004bc84a7b84ca083":[3,0,29,40],
|
||||
"class_polytrope_operator.html#aa7422212b0f4fd14de4b1c9efe823ead":[3,0,29,25],
|
||||
"class_polytrope_operator.html#aa9cfb4e72fa684becbe3d7d16fa23423":[3,0,29,16],
|
||||
"class_polytrope_operator.html#ab5577c71be2bdb0f82daefd2631b8cb1":[3,0,29,8],
|
||||
"class_polytrope_operator.html#ab6eb35014601ce689df4d9509f83e82a":[3,0,29,58],
|
||||
"class_polytrope_operator.html#abe89a847d6cbc8f16a750e0e95b5204d":[3,0,29,36],
|
||||
"class_polytrope_operator.html#abfad5ee15bb93c583b7dbe8e1e4d3ebf":[3,0,29,46],
|
||||
"class_polytrope_operator.html#ac05cd1bd6b0a2b2502af9d8a6b86077c":[3,0,29,9],
|
||||
"class_polytrope_operator.html#ac25b486557eff0e6d986c6dc9044afad":[3,0,29,18],
|
||||
"class_polytrope_operator.html#ac7ebc4ae1c34e1569281be028e4daec1":[3,0,29,5],
|
||||
"class_polytrope_operator.html#acc69c13a7178c25af2ff5c339cbb1c67":[3,0,29,11],
|
||||
"class_polytrope_operator.html#acd5ece56494bbe8cd7dc879b856e5651":[3,0,29,29],
|
||||
"class_polytrope_operator.html#ad693db967082d55340d5aa84b8bde7fa":[3,0,29,42],
|
||||
"class_polytrope_operator.html#adb57c130b772c8efc4a78d4b497f0072":[3,0,29,51],
|
||||
"class_polytrope_operator.html#add97c74eb5206624813802daa6f9dedc":[3,0,29,43],
|
||||
"class_polytrope_operator.html#ae5d9b801404a00212206573d41c543da":[3,0,29,44],
|
||||
"class_polytrope_operator.html#ae636aff8692d7d9cce38591b9e74f97e":[3,0,29,1],
|
||||
"class_polytrope_operator.html#ae6bb7fac3c897559e899687f3e377aff":[3,0,29,27],
|
||||
"class_polytrope_operator.html#aeb8d505244836212c9015205e486378a":[3,0,29,14],
|
||||
"class_polytrope_operator.html#aef392049b579e6e5423f1e43845e3d9f":[3,0,29,53],
|
||||
"class_polytrope_operator.html#af0324f7a83083306158bb8740fdf4379":[3,0,29,13],
|
||||
"class_polytrope_operator.html#af26fb5b1ce156faa91f376a1b1133d77":[3,0,29,45]
|
||||
};
|
||||
|
||||
@@ -22,119 +22,126 @@
|
||||
|
||||
@licend The above is the entire license notice for the JavaScript code in this file
|
||||
*/
|
||||
function initResizable()
|
||||
{
|
||||
var cookie_namespace = 'doxygen';
|
||||
var sidenav,navtree,content,header,collapsed,collapsedWidth=0,barWidth=6,desktop_vp=768,titleHeight;
|
||||
|
||||
function readCookie(cookie)
|
||||
{
|
||||
var myCookie = cookie_namespace+"_"+cookie+"=";
|
||||
if (document.cookie) {
|
||||
var index = document.cookie.indexOf(myCookie);
|
||||
if (index != -1) {
|
||||
var valStart = index + myCookie.length;
|
||||
var valEnd = document.cookie.indexOf(";", valStart);
|
||||
if (valEnd == -1) {
|
||||
valEnd = document.cookie.length;
|
||||
}
|
||||
var val = document.cookie.substring(valStart, valEnd);
|
||||
return val;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
function initResizable(treeview) {
|
||||
let sidenav,navtree,content,header,footer,barWidth=6;
|
||||
const RESIZE_COOKIE_NAME = ''+'width';
|
||||
|
||||
function writeCookie(cookie, val, expiration)
|
||||
{
|
||||
if (val==undefined) return;
|
||||
if (expiration == null) {
|
||||
var date = new Date();
|
||||
date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
|
||||
expiration = date.toGMTString();
|
||||
}
|
||||
document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; expires=" + expiration+"; path=/";
|
||||
}
|
||||
|
||||
function resizeWidth()
|
||||
{
|
||||
var windowWidth = $(window).width() + "px";
|
||||
var sidenavWidth = $(sidenav).outerWidth();
|
||||
function resizeWidth() {
|
||||
const sidenavWidth = $(sidenav).outerWidth();
|
||||
content.css({marginLeft:parseInt(sidenavWidth)+"px"});
|
||||
writeCookie('width',sidenavWidth-barWidth, null);
|
||||
if (typeof page_layout!=='undefined' && page_layout==1) {
|
||||
footer.css({marginLeft:parseInt(sidenavWidth)+"px"});
|
||||
}
|
||||
Cookie.writeSetting(RESIZE_COOKIE_NAME,sidenavWidth-barWidth);
|
||||
}
|
||||
|
||||
function restoreWidth(navWidth)
|
||||
{
|
||||
var windowWidth = $(window).width() + "px";
|
||||
function restoreWidth(navWidth) {
|
||||
content.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
|
||||
if (typeof page_layout!=='undefined' && page_layout==1) {
|
||||
footer.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
|
||||
}
|
||||
sidenav.css({width:navWidth + "px"});
|
||||
}
|
||||
|
||||
function resizeHeight()
|
||||
{
|
||||
var headerHeight = header.outerHeight();
|
||||
var footerHeight = footer.outerHeight();
|
||||
var windowHeight = $(window).height() - headerHeight - footerHeight;
|
||||
content.css({height:windowHeight + "px"});
|
||||
navtree.css({height:windowHeight + "px"});
|
||||
sidenav.css({height:windowHeight + "px"});
|
||||
var width=$(window).width();
|
||||
if (width!=collapsedWidth) {
|
||||
if (width<desktop_vp && collapsedWidth>=desktop_vp) {
|
||||
if (!collapsed) {
|
||||
collapseExpand();
|
||||
}
|
||||
} else if (width>desktop_vp && collapsedWidth<desktop_vp) {
|
||||
if (collapsed) {
|
||||
collapseExpand();
|
||||
}
|
||||
function resizeHeight(treeview) {
|
||||
const headerHeight = header.outerHeight();
|
||||
const windowHeight = $(window).height();
|
||||
let contentHeight;
|
||||
if (treeview)
|
||||
{
|
||||
const footerHeight = footer.outerHeight();
|
||||
let navtreeHeight,sideNavHeight;
|
||||
if (typeof page_layout==='undefined' || page_layout==0) { /* DISABLE_INDEX=NO */
|
||||
contentHeight = windowHeight - headerHeight - footerHeight;
|
||||
navtreeHeight = contentHeight;
|
||||
sideNavHeight = contentHeight;
|
||||
} else if (page_layout==1) { /* DISABLE_INDEX=YES */
|
||||
contentHeight = windowHeight - footerHeight;
|
||||
navtreeHeight = windowHeight - headerHeight;
|
||||
sideNavHeight = windowHeight;
|
||||
}
|
||||
collapsedWidth=width;
|
||||
navtree.css({height:navtreeHeight + "px"});
|
||||
sidenav.css({height:sideNavHeight + "px"});
|
||||
}
|
||||
else
|
||||
{
|
||||
contentHeight = windowHeight - headerHeight;
|
||||
}
|
||||
content.css({height:contentHeight + "px"});
|
||||
if (location.hash.slice(1)) {
|
||||
(document.getElementById(location.hash.slice(1))||document.body).scrollIntoView();
|
||||
}
|
||||
}
|
||||
|
||||
function collapseExpand()
|
||||
{
|
||||
function collapseExpand() {
|
||||
let newWidth;
|
||||
if (sidenav.width()>0) {
|
||||
restoreWidth(0);
|
||||
collapsed=true;
|
||||
}
|
||||
else {
|
||||
var width = readCookie('width');
|
||||
if (width>200 && width<$(window).width()) { restoreWidth(width); } else { restoreWidth(200); }
|
||||
collapsed=false;
|
||||
newWidth=0;
|
||||
} else {
|
||||
const width = Cookie.readSetting(RESIZE_COOKIE_NAME,250);
|
||||
newWidth = (width>250 && width<$(window).width()) ? width : 250;
|
||||
}
|
||||
restoreWidth(newWidth);
|
||||
const sidenavWidth = $(sidenav).outerWidth();
|
||||
Cookie.writeSetting(RESIZE_COOKIE_NAME,sidenavWidth-barWidth);
|
||||
}
|
||||
|
||||
header = $("#top");
|
||||
sidenav = $("#side-nav");
|
||||
content = $("#doc-content");
|
||||
navtree = $("#nav-tree");
|
||||
footer = $("#nav-path");
|
||||
$(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
|
||||
$(sidenav).resizable({ minWidth: 0 });
|
||||
$(window).resize(function() { resizeHeight(); });
|
||||
var device = navigator.userAgent.toLowerCase();
|
||||
var touch_device = device.match(/(iphone|ipod|ipad|android)/);
|
||||
if (touch_device) { /* wider split bar for touch only devices */
|
||||
$(sidenav).css({ paddingRight:'20px' });
|
||||
$('.ui-resizable-e').css({ width:'20px' });
|
||||
$('#nav-sync').css({ right:'34px' });
|
||||
barWidth=20;
|
||||
sidenav = $("#side-nav");
|
||||
if (!treeview) {
|
||||
// title = $("#titlearea");
|
||||
// titleH = $(title).height();
|
||||
// let animating = false;
|
||||
// content.on("scroll", function() {
|
||||
// slideOpts = { duration: 200,
|
||||
// step: function() {
|
||||
// contentHeight = $(window).height() - header.outerHeight();
|
||||
// content.css({ height : contentHeight + "px" });
|
||||
// },
|
||||
// done: function() { animating=false; }
|
||||
// };
|
||||
// if (content.scrollTop()>titleH && title.css('display')!='none' && !animating) {
|
||||
// title.slideUp(slideOpts);
|
||||
// animating=true;
|
||||
// } else if (content.scrollTop()<=titleH && title.css('display')=='none' && !animating) {
|
||||
// title.slideDown(slideOpts);
|
||||
// animating=true;
|
||||
// }
|
||||
// });
|
||||
} else {
|
||||
navtree = $("#nav-tree");
|
||||
$(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
|
||||
$(sidenav).resizable({ minWidth: 0 });
|
||||
}
|
||||
var width = readCookie('width');
|
||||
if (width) { restoreWidth(width); } else { resizeWidth(); }
|
||||
resizeHeight();
|
||||
var url = location.href;
|
||||
var i=url.indexOf("#");
|
||||
$(window).resize(function() { resizeHeight(treeview); });
|
||||
if (treeview)
|
||||
{
|
||||
const device = navigator.userAgent.toLowerCase();
|
||||
const touch_device = device.match(/(iphone|ipod|ipad|android)/);
|
||||
if (touch_device) { /* wider split bar for touch only devices */
|
||||
$(sidenav).css({ paddingRight:'20px' });
|
||||
$('.ui-resizable-e').css({ width:'20px' });
|
||||
$('#nav-sync').css({ right:'34px' });
|
||||
barWidth=20;
|
||||
}
|
||||
const width = Cookie.readSetting(RESIZE_COOKIE_NAME,250);
|
||||
if (width) { restoreWidth(width); } else { resizeWidth(); }
|
||||
}
|
||||
resizeHeight(treeview);
|
||||
const url = location.href;
|
||||
const i=url.indexOf("#");
|
||||
if (i>=0) window.location.hash=url.substr(i);
|
||||
var _preventDefault = function(evt) { evt.preventDefault(); };
|
||||
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
|
||||
$(".ui-resizable-handle").dblclick(collapseExpand);
|
||||
$(window).on('load',resizeHeight);
|
||||
const _preventDefault = function(evt) { evt.preventDefault(); };
|
||||
if (treeview)
|
||||
{
|
||||
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
|
||||
$(".ui-resizable-handle").dblclick(collapseExpand);
|
||||
// workaround for firefox
|
||||
$("body").css({overflow: "hidden"});
|
||||
}
|
||||
$(window).on('load',function() { resizeHeight(treeview); });
|
||||
}
|
||||
/* @license-end */
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
var searchData=
|
||||
[
|
||||
['_5f_5finit_5f_5f_2epy_0',['__init__.py',['../build_2lib_2opatio_2____init_____8py.html',1,'(Global Namespace)'],['../build_2lib_2opatio_2opat_2____init_____8py.html',1,'(Global Namespace)'],['../src_2opatio_2____init_____8py.html',1,'(Global Namespace)'],['../src_2opatio_2opat_2____init_____8py.html',1,'(Global Namespace)']]]
|
||||
['4d_20stellar_20structure_20and_20evolution_20code_0',['4DSSE: A 4D Stellar Structure and Evolution Code',['../index.html',1,'']]],
|
||||
['4dsse_1',['Building 4DSSE',['../index.html#build_sec',1,'']]],
|
||||
['4dsse_3a_20a_204d_20stellar_20structure_20and_20evolution_20code_2',['4DSSE: A 4D Stellar Structure and Evolution Code',['../index.html',1,'']]],
|
||||
['4dstartypes_2eh_3',['4DSTARTypes.h',['../4_d_s_t_a_r_types_8h.html',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,6 +1,22 @@
|
||||
var searchData=
|
||||
[
|
||||
['add_5fintegrator_1',['add_integrator',['../classCompositeNonlinearIntegrator.html#af336df4849e99a3bc95161f03868efc4',1,'CompositeNonlinearIntegrator']]],
|
||||
['assembleelementgrad_2',['AssembleElementGrad',['../classNonlinearPowerIntegrator.html#a5d8116206e35119fbee20540f5bd3157',1,'NonlinearPowerIntegrator::AssembleElementGrad()'],['../classBilinearIntegratorWrapper.html#a19b6facddeba8256619981e6276f5815',1,'BilinearIntegratorWrapper::AssembleElementGrad()'],['../classCompositeNonlinearIntegrator.html#a2b466f6e16a5797f5ed50621fc4818a0',1,'CompositeNonlinearIntegrator::AssembleElementGrad()']]],
|
||||
['assembleelementvector_3',['AssembleElementVector',['../classNonlinearPowerIntegrator.html#a23b79c0ab632824ffda9b43928a00504',1,'NonlinearPowerIntegrator::AssembleElementVector()'],['../classBilinearIntegratorWrapper.html#a10c3ac5bb62c91c3a437924e33a527d8',1,'BilinearIntegratorWrapper::AssembleElementVector()'],['../classCompositeNonlinearIntegrator.html#a0a3c6ccf134c4566218eb3a33861214c',1,'CompositeNonlinearIntegrator::AssembleElementVector()']]]
|
||||
['a_0',['a',['../namespacelane_emden.html#ac80163d44a9840f3de184f50144a5158',1,'laneEmden']]],
|
||||
['a_204d_20stellar_20structure_20and_20evolution_20code_1',['4DSSE: A 4D Stellar Structure and Evolution Code',['../index.html',1,'']]],
|
||||
['a_20polytrope_2',['Solving for a Polytrope',['../index.html#usage_polysolver',1,'']]],
|
||||
['abar_3',['abar',['../structhelmholtz_1_1_e_o_s_input.html#ad0bf9309ddc7f784eca932a02f0af8b8',1,'helmholtz::EOSInput']]],
|
||||
['accessing_20physical_20constants_4',['Accessing Physical Constants',['../index.html#usage_constants',1,'']]],
|
||||
['aion_5',['aion',['../structnn_approx8_1_1_net.html#a3303feacf741779a8389a119c44930c9',1,'nnApprox8::Net']]],
|
||||
['and_20components_6',['Key Modules and Components',['../index.html#modules_sec',1,'']]],
|
||||
['and_20contributions_7',['Contact and Contributions',['../index.html#contact_sec',1,'']]],
|
||||
['and_20evolution_20code_8',['4DSSE: A 4D Stellar Structure and Evolution Code',['../index.html',1,'']]],
|
||||
['approx8_2ecpp_9',['approx8.cpp',['../approx8_8cpp.html',1,'']]],
|
||||
['approx8_2eh_10',['approx8.h',['../approx8_8h.html',1,'']]],
|
||||
['approx8network_11',['Approx8Network',['../classnn_approx8_1_1_approx8_network.html',1,'nnApprox8']]],
|
||||
['approx8test_12',['approx8Test',['../classapprox8_test.html',1,'']]],
|
||||
['approx8test_2ecpp_13',['approx8Test.cpp',['../approx8_test_8cpp.html',1,'']]],
|
||||
['array2d_14',['array2D',['../helm_8h.html#a78b5688d4effa2bab8f6e87e440e7c63',1,'helm.h']]],
|
||||
['assembleandfinalizeform_15',['assembleAndFinalizeForm',['../class_poly_solver.html#a553333a8520390effad208fcde3deaf0',1,'PolySolver']]],
|
||||
['assembleblocksystem_16',['assembleBlockSystem',['../class_poly_solver.html#afe38ca0ba610c352f1b8b9463bff947c',1,'PolySolver']]],
|
||||
['assembleelementgrad_17',['AssembleElementGrad',['../classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#aa6913e69a87ff759ec59b46d89b8cde2',1,'polyMFEMUtils::NonlinearPowerIntegrator']]],
|
||||
['assembleelementvector_18',['AssembleElementVector',['../classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a4999e49e957ccb3900be9b04466bca5b',1,'polyMFEMUtils::NonlinearPowerIntegrator']]]
|
||||
];
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
var searchData=
|
||||
[
|
||||
['bilinearintegratorwrapper_4',['BilinearIntegratorWrapper',['../classBilinearIntegratorWrapper.html',1,'BilinearIntegratorWrapper'],['../classBilinearIntegratorWrapper.html#a72155007095c629dfca4f349739e4a18',1,'BilinearIntegratorWrapper::BilinearIntegratorWrapper()']]],
|
||||
['byteend_5',['byteEnd',['../structTableIndex.html#a69c87fd1cb0b7a64a82c52c54193e5e6',1,'TableIndex']]],
|
||||
['bytestart_6',['byteStart',['../structTableIndex.html#ad899cf13056eb17b33e1c5e303e10132',1,'TableIndex']]]
|
||||
['breakpoint_0',['BREAKPOINT',['../debug_8h.html#a48fb4fe58bc76af81a90102d9df506c2',1,'debug.h']]],
|
||||
['build_5fdof_5fidentification_5fvector_1',['build_dof_identification_vector',['../namespaceserif_1_1utilities.html#a2c487e358a0f49e5712f3ddda6f65322',1,'serif::utilities']]],
|
||||
['build_5freduced_5fmatrix_2',['build_reduced_matrix',['../namespaceserif_1_1utilities.html#a53f2bbdef6ef2ae6e2189c7ab478e861',1,'serif::utilities']]],
|
||||
['buildindividualforms_3',['buildIndividualForms',['../class_poly_solver.html#ad458dfdfdbd84bd4aa723d7b82df57da',1,'PolySolver']]],
|
||||
['building_204dsse_4',['Building 4DSSE',['../index.html#build_sec',1,'']]],
|
||||
['bytesize_5f_5',['byteSize_',['../class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc',1,'Metadata']]]
|
||||
];
|
||||
|
||||
@@ -1,25 +1,57 @@
|
||||
var searchData=
|
||||
[
|
||||
['calladdtocache_7',['callAddToCache',['../classconfigTestPrivateAccessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9',1,'configTestPrivateAccessor']]],
|
||||
['callcachesize_8',['callCacheSize',['../classconfigTestPrivateAccessor.html#aaa9517067ef84ab7fb6365536180ce13',1,'configTestPrivateAccessor']]],
|
||||
['calliskeyincache_9',['callIsKeyInCache',['../classconfigTestPrivateAccessor.html#a6d7d0e1bf82c1917dde20167697a03b1',1,'configTestPrivateAccessor']]],
|
||||
['callregisterkeynotfound_10',['callRegisterKeyNotFound',['../classconfigTestPrivateAccessor.html#a447eb550ff20700e31bd530b7ca01592',1,'configTestPrivateAccessor']]],
|
||||
['checkifkeyunknown_11',['CheckIfKeyUnknown',['../classconfigTestPrivateAccessor.html#a4de7c133e8e296d7f9e713aa0b2c4329',1,'configTestPrivateAccessor']]],
|
||||
['comment_12',['comment',['../structHeader.html#a122331824871070af2c6cebc9698abd8',1,'Header']]],
|
||||
['compositenonlinearintegrator_13',['CompositeNonlinearIntegrator',['../classCompositeNonlinearIntegrator.html',1,'CompositeNonlinearIntegrator'],['../classCompositeNonlinearIntegrator.html#aba931cf9d57170b7483eed0ade6cd459',1,'CompositeNonlinearIntegrator::CompositeNonlinearIntegrator()']]],
|
||||
['computechecksum_14',['computeChecksum',['../classOpatIO.html#a6161d6e006312ebd79b037501ade9943',1,'OpatIO::computeChecksum(std::vector< double > index)'],['../classOpatIO.html#af5c52b5d862f5b94ee847c6c791998db',1,'OpatIO::computeChecksum(int tableID)']]],
|
||||
['computemeshvolume_15',['ComputeMeshVolume',['../meshIOTest_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25',1,'meshIOTest.cpp']]],
|
||||
['config_16',['Config',['../classConfig.html',1,'']]],
|
||||
['config_2ecpp_17',['config.cpp',['../config_8cpp.html',1,'']]],
|
||||
['config_2eh_18',['config.h',['../config_8h.html',1,'']]],
|
||||
['configtest_19',['configTest',['../classconfigTest.html',1,'']]],
|
||||
['configtest_2ecpp_20',['configTest.cpp',['../configTest_8cpp.html',1,'']]],
|
||||
['configtestprivateaccessor_21',['configTestPrivateAccessor',['../classconfigTestPrivateAccessor.html',1,'']]],
|
||||
['const_2ecpp_22',['const.cpp',['../const_8cpp.html',1,'']]],
|
||||
['const_2eh_23',['const.h',['../const_8h.html',1,'']]],
|
||||
['constant_24',['Constant',['../structConstant.html',1,'Constant'],['../structConstant.html#a84ca5b6951cc8a8eccd083894302a857',1,'Constant::Constant()']]],
|
||||
['constants_25',['Constants',['../classConstants.html',1,'']]],
|
||||
['consttest_26',['constTest',['../classconstTest.html',1,'']]],
|
||||
['consttest_2ecpp_27',['constTest.cpp',['../constTest_8cpp.html',1,'']]],
|
||||
['creationdate_28',['creationDate',['../structHeader.html#a83f52dffac0449704ef1a50a5e787e92',1,'Header']]]
|
||||
['c_0',['c',['../namespacelane_emden.html#a9a6068f1948185b2217878595159f26b',1,'laneEmden']]],
|
||||
['c12a_5frate_1',['c12a_rate',['../namespacenn_approx8.html#a77c285ac81064bdaf0859a8cbf235868',1,'nnApprox8']]],
|
||||
['c12c12_5frate_2',['c12c12_rate',['../namespacenn_approx8.html#a306d1bf533815b98ea4f6294864de7d8',1,'nnApprox8']]],
|
||||
['c12o16_5frate_3',['c12o16_rate',['../namespacenn_approx8.html#a09c1f166d7f0f9e943ef4b32c5274b7f',1,'nnApprox8']]],
|
||||
['c12p_5frate_4',['c12p_rate',['../namespacenn_approx8.html#a7b4f6b355b64ee9722eb76fb454f7845',1,'nnApprox8']]],
|
||||
['calladdtocache_5',['callAddToCache',['../classconfig_test_private_accessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9',1,'configTestPrivateAccessor']]],
|
||||
['callcachesize_6',['callCacheSize',['../classconfig_test_private_accessor.html#aaa9517067ef84ab7fb6365536180ce13',1,'configTestPrivateAccessor']]],
|
||||
['calliskeyincache_7',['callIsKeyInCache',['../classconfig_test_private_accessor.html#a6d7d0e1bf82c1917dde20167697a03b1',1,'configTestPrivateAccessor']]],
|
||||
['callregisterkeynotfound_8',['callRegisterKeyNotFound',['../classconfig_test_private_accessor.html#a447eb550ff20700e31bd530b7ca01592',1,'configTestPrivateAccessor']]],
|
||||
['checkifkeyunknown_9',['CheckIfKeyUnknown',['../classconfig_test_private_accessor.html#a4de7c133e8e296d7f9e713aa0b2c4329',1,'configTestPrivateAccessor']]],
|
||||
['chemical_20compositions_10',['Managing Chemical Compositions',['../index.html#usage_composition',1,'']]],
|
||||
['chirho_11',['chiRho',['../structhelmholtz_1_1_e_o_s.html#a6f89d6997aa90914cc0a217ee664c2b0',1,'helmholtz::EOS']]],
|
||||
['chit_12',['chiT',['../structhelmholtz_1_1_e_o_s.html#af4d991fc59359640fcdf7dd9aaf046f6',1,'helmholtz::EOS']]],
|
||||
['code_13',['4DSSE: A 4D Stellar Structure and Evolution Code',['../index.html',1,'']]],
|
||||
['coeff_14',['coeff',['../structpolycoeff_1_1x1_interp_coeff.html#a2ed1361bf2f2f2eb2b3cdb192ba9c142',1,'polycoeff::x1InterpCoeff::coeff'],['../structpolycoeff_1_1d_theta_interp_coeff.html#ae6a1aea3ee446ad4090dfcc90ef1bf6f',1,'polycoeff::dThetaInterpCoeff::coeff']]],
|
||||
['col_5fwidths_5f_15',['col_widths_',['../class_constants.html#ada6a392cd5d3e2914c2736b232a2355a',1,'Constants']]],
|
||||
['comp_2ecpp_16',['comp.cpp',['../comp_8cpp.html',1,'']]],
|
||||
['components_17',['Key Modules and Components',['../index.html#modules_sec',1,'']]],
|
||||
['composition_18',['Composition',['../classcomposition_1_1_composition.html',1,'composition::Composition'],['../classcomposition_1_1_composition.html#a844470d1f13475a0a28b5c1914570357',1,'composition::Composition::Composition()=default'],['../classcomposition_1_1_composition.html#ada296207092ebe33ed599d1712c49633',1,'composition::Composition::Composition(const std::vector< std::string > &symbols)'],['../classcomposition_1_1_composition.html#a46be04b5d28183092dbb29bbd0037fb8',1,'composition::Composition::Composition(const std::set< std::string > &symbols)'],['../classcomposition_1_1_composition.html#a6570edadab8cd37c96a61ec43de6f8ba',1,'composition::Composition::Composition(const std::vector< std::string > &symbols, const std::vector< double > &mass_fractions, bool massFracMode=true)']]],
|
||||
['composition_19',['composition',['../namespacecomposition.html',1,'composition'],['../structnuclear_network_1_1_net_in.html#a4390cc59d2a9bd0d265163aa6e38c6c2',1,'nuclearNetwork::NetIn::composition'],['../structnuclear_network_1_1_net_out.html#a84c19198ae5cb48527b2d19f61fa160f',1,'nuclearNetwork::NetOut::composition']]],
|
||||
['composition_2ecpp_20',['composition.cpp',['../composition_8cpp.html',1,'']]],
|
||||
['composition_2eh_21',['composition.h',['../composition_8h.html',1,'']]],
|
||||
['compositionentry_22',['CompositionEntry',['../structcomposition_1_1_composition_entry.html',1,'composition::CompositionEntry'],['../structcomposition_1_1_composition_entry.html#af6835e8d2f97e52d76f3704d8db9cd38',1,'composition::CompositionEntry::CompositionEntry()'],['../structcomposition_1_1_composition_entry.html#a6bb77a98088b71a7665912caadcc2e59',1,'composition::CompositionEntry::CompositionEntry(const std::string &symbol, bool massFracMode=true)'],['../structcomposition_1_1_composition_entry.html#a9407ab2732dc35068f4a14eb8a562198',1,'composition::CompositionEntry::CompositionEntry(const CompositionEntry &entry)']]],
|
||||
['compositions_23',['Managing Chemical Compositions',['../index.html#usage_composition',1,'']]],
|
||||
['compositiontest_24',['compositionTest',['../classcomposition_test.html',1,'']]],
|
||||
['compositiontest_2ecpp_25',['compositionTest.cpp',['../composition_test_8cpp.html',1,'']]],
|
||||
['compute_5fcurl_26',['compute_curl',['../namespaceserif_1_1utilities.html#a6e1a8cf248f13c3d66a24bb7b39cf029',1,'serif::utilities']]],
|
||||
['computeblockoffsets_27',['computeBlockOffsets',['../class_poly_solver.html#ad69d4ff9b5b56e0654f8e082a210c613',1,'PolySolver']]],
|
||||
['computemeshvolume_28',['ComputeMeshVolume',['../mesh_i_o_test_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25',1,'meshIOTest.cpp']]],
|
||||
['config_29',['Config',['../class_config.html',1,'']]],
|
||||
['config_2ecpp_30',['config.cpp',['../config_8cpp.html',1,'']]],
|
||||
['config_2eh_31',['config.h',['../config_8h.html',1,'']]],
|
||||
['config_5ffilename_32',['CONFIG_FILENAME',['../poly_test_8cpp.html#a355ce39014e2371f32c994670916c1fc',1,'polyTest.cpp']]],
|
||||
['configtest_33',['configTest',['../classconfig_test.html',1,'']]],
|
||||
['configtest_2ecpp_34',['configTest.cpp',['../config_test_8cpp.html',1,'']]],
|
||||
['configtestprivateaccessor_35',['configTestPrivateAccessor',['../classconfig_test_private_accessor.html',1,'']]],
|
||||
['configuration_20management_36',['Configuration Management',['../index.html#usage_config',1,'']]],
|
||||
['const_2ecpp_37',['const.cpp',['../const_8cpp.html',1,'']]],
|
||||
['const_2eh_38',['const.h',['../const_8h.html',1,'']]],
|
||||
['constant_39',['Constant',['../struct_constant.html',1,'Constant'],['../struct_constant.html#a84ca5b6951cc8a8eccd083894302a857',1,'Constant::Constant()']]],
|
||||
['constants_40',['Constants',['../index.html#usage_constants',1,'Accessing Physical Constants'],['../class_constants.html',1,'Constants'],['../class_constants.html#af395b3c1d6f0577f4880a21a257aa1db',1,'Constants::Constants()']]],
|
||||
['constants_5f_41',['constants_',['../class_constants.html#a095db9a742d6180556d1138ebbcddc8c',1,'Constants']]],
|
||||
['construct_5fjacobian_5fconstant_5fterms_42',['construct_jacobian_constant_terms',['../class_polytrope_operator.html#a45844aac69f5b441f015b9b76ac453d6',1,'PolytropeOperator']]],
|
||||
['construct_5fmatrix_5frepresentations_43',['construct_matrix_representations',['../class_polytrope_operator.html#a0a22ba7589125309e40cbf8180404e5a',1,'PolytropeOperator']]],
|
||||
['construct_5freduced_5fblock_5foffsets_44',['construct_reduced_block_offsets',['../class_polytrope_operator.html#a961d9dc73ba632e20266ede59c9503c2',1,'PolytropeOperator']]],
|
||||
['consttest_45',['constTest',['../classconst_test.html',1,'']]],
|
||||
['consttest_2ecpp_46',['constTest.cpp',['../const_test_8cpp.html',1,'']]],
|
||||
['contact_20and_20contributions_47',['Contact and Contributions',['../index.html#contact_sec',1,'']]],
|
||||
['contributions_48',['Contact and Contributions',['../index.html#contact_sec',1,'']]],
|
||||
['convert_5fnetin_49',['convert_netIn',['../classnn_approx8_1_1_approx8_network.html#af6bd9b6c9b4c3f344ae6b8fcce1b3659',1,'nnApprox8::Approx8Network']]],
|
||||
['cp_50',['cP',['../structhelmholtz_1_1_e_o_s.html#afe74ec34a65d3dfb222dc56a89c37fa1',1,'helmholtz::EOS']]],
|
||||
['createresource_51',['createResource',['../resource_manager_types_8cpp.html#ae0a43e40a0c5e0fd54274c9cd8688d19',1,'createResource(const std::string &type, const std::string &path): resourceManagerTypes.cpp'],['../resource_manager_types_8h.html#ae0a43e40a0c5e0fd54274c9cd8688d19',1,'createResource(const std::string &type, const std::string &path): resourceManagerTypes.cpp']]],
|
||||
['csound_52',['csound',['../structhelmholtz_1_1_e_o_s.html#a7ff100c0f3f66db73a424277ee1d84f3',1,'helmholtz::EOS']]],
|
||||
['cv_53',['cV',['../structhelmholtz_1_1_e_o_s.html#a41bb263abe642a7db728a82e7260cb93',1,'helmholtz::EOS']]]
|
||||
];
|
||||
|
||||
@@ -1,11 +1,64 @@
|
||||
var searchData=
|
||||
[
|
||||
['datatype_29',['DataType',['../classDObject.html#a79a2ecac4130ef3df272bdfeed26a620',1,'DObject']]],
|
||||
['datatypemap_30',['dataTypeMap',['../classDObject.html#a358d5f015da09ae5f0cbb46f3fd9e401',1,'DObject']]],
|
||||
['defaultobject_31',['defaultObject',['../classDObjectTest.html#ac753942590ae6ee456e6f3dd8b205df2',1,'DObjectTest']]],
|
||||
['dobject_32',['DObject',['../classDObject.html',1,'DObject'],['../classDObject.html#a0ae54853e18265657296bfb5ac3bf9d0',1,'DObject::DObject()'],['../classDObject.html#a598321f3b8524b98df72393c04d7470c',1,'DObject::DObject(const DataType &data)']]],
|
||||
['dobject_2ecpp_33',['DObject.cpp',['../DObject_8cpp.html',1,'']]],
|
||||
['dobject_2eh_34',['DObject.h',['../DObject_8h.html',1,'']]],
|
||||
['dobjecttest_35',['DObjectTest',['../classDObjectTest.html',1,'']]],
|
||||
['dobjecttest_2ecpp_36',['DObjectTest.cpp',['../DObjectTest_8cpp.html',1,'']]]
|
||||
['d_0',['D',['../structform_bundle.html#afb8d1cb4cfb97e8d84164553505400d5',1,'formBundle']]],
|
||||
['d_1',['d',['../structhelmholtz_1_1_h_e_l_m_table.html#af95c990382e78a2b4fb20ed2225ce392',1,'helmholtz::HELMTable']]],
|
||||
['data_5f_2',['data_',['../class_d_object.html#ad7ba02f6d87ce64792149096f3310b21',1,'DObject']]],
|
||||
['datatype_3',['DataType',['../class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd',1,'DObject']]],
|
||||
['datatype_5f_4',['dataType_',['../class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac',1,'Metadata']]],
|
||||
['datatypemap_5',['dataTypeMap',['../class_d_object.html#a358d5f015da09ae5f0cbb46f3fd9e401',1,'DObject']]],
|
||||
['dd2_5fsav_6',['dd2_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#a42eb94b05893cf752f1e566c3496ddbe',1,'helmholtz::HELMTable']]],
|
||||
['dd_5fsav_7',['dd_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#accb622615ab4c5432bac307c1ea9ca76',1,'helmholtz::HELMTable']]],
|
||||
['ddi_5fsav_8',['ddi_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#a54eceeaf3fa2f2fa3fe4b06c60c93ee9',1,'helmholtz::HELMTable']]],
|
||||
['ddpsi0_9',['ddpsi0',['../namespacehelmholtz.html#afb12b8ccdd5491440542d69cd81bcb55',1,'helmholtz']]],
|
||||
['ddpsi1_10',['ddpsi1',['../namespacehelmholtz.html#a73dce1f6c33b646d29ea6b746beed652',1,'helmholtz']]],
|
||||
['ddpsi2_11',['ddpsi2',['../namespacehelmholtz.html#a45b09d3473306d955bc45cf11df44a11',1,'helmholtz']]],
|
||||
['debug_2eh_12',['debug.h',['../debug_8h.html',1,'']]],
|
||||
['debugenabled_5f_13',['debugEnabled_',['../class_d_object.html#accf5c10d4afc3969607e11b0055312d5',1,'DObject']]],
|
||||
['debugflag_5f_14',['debugFlag_',['../class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701',1,'Metadata']]],
|
||||
['defaultobject_15',['defaultObject',['../class_d_object_test.html#ac753942590ae6ee456e6f3dd8b205df2',1,'DObjectTest']]],
|
||||
['denerda_16',['denerda',['../structhelmholtz_1_1_e_o_s.html#a1dd1a303671ccd229581e206ee8179b2',1,'helmholtz::EOS']]],
|
||||
['denerdd_17',['denerdd',['../structhelmholtz_1_1_e_o_s.html#afc03c373412cb7700696a9cdd4c790cf',1,'helmholtz::EOS']]],
|
||||
['denerdt_18',['denerdt',['../structhelmholtz_1_1_e_o_s.html#acc528281ace51f28dcf876ec3cfc860f',1,'helmholtz::EOS']]],
|
||||
['denerdz_19',['denerdz',['../structhelmholtz_1_1_e_o_s.html#aabb4e5356a1f83cb18489ccd860a74f5',1,'helmholtz::EOS']]],
|
||||
['density_20',['density',['../structnuclear_network_1_1_net_in.html#a987cb42b169b0e503515a8c62e242b97',1,'nuclearNetwork::NetIn']]],
|
||||
['dentrda_21',['dentrda',['../structhelmholtz_1_1_e_o_s.html#a6bed48eed316e6af9124b8f4f14d6833',1,'helmholtz::EOS']]],
|
||||
['dentrdd_22',['dentrdd',['../structhelmholtz_1_1_e_o_s.html#a48739687f1a620368e7526242666b8fe',1,'helmholtz::EOS']]],
|
||||
['dentrdt_23',['dentrdt',['../structhelmholtz_1_1_e_o_s.html#a8096e0185b3fd660cd115de6c0340abb',1,'helmholtz::EOS']]],
|
||||
['dentrdz_24',['dentrdz',['../structhelmholtz_1_1_e_o_s.html#ab0e9d3245ee686b471e9d0e49c8870b9',1,'helmholtz::EOS']]],
|
||||
['deprecation_5fwarning_5foff_25',['DEPRECATION_WARNING_OFF',['../warning__control_8h.html#a4101250c61feebb5d110c809fe7a2151',1,'warning_control.h']]],
|
||||
['deprecation_5fwarning_5fon_26',['DEPRECATION_WARNING_ON',['../warning__control_8h.html#aaab638127f083dc583d9ea4afe6cfc5f',1,'warning_control.h']]],
|
||||
['development_27',['Future Development',['../index.html#future_dev',1,'']]],
|
||||
['dfmod_28',['dfmod',['../namespacepoly_m_f_e_m_utils.html#a6aa65cbcd9af83e05c34fbd8428c335c',1,'polyMFEMUtils']]],
|
||||
['dhi_29',['dhi',['../namespacehelmholtz.html#a25b740f248ffeeffccefab25de64f0ee',1,'helmholtz']]],
|
||||
['diffusioncoeff_30',['diffusionCoeff',['../namespacepolycoeff.html#a1c9b910e2fb3363c13bb8ebf2fb98f09',1,'polycoeff']]],
|
||||
['dimensions_5f_31',['dimensions_',['../class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce',1,'Metadata']]],
|
||||
['dlo_32',['dlo',['../namespacehelmholtz.html#a8c59343e6debfa120fbc8ebfd740fe76',1,'helmholtz']]],
|
||||
['dobject_33',['DObject',['../class_d_object.html',1,'DObject'],['../class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0',1,'DObject::DObject()'],['../class_d_object.html#a598321f3b8524b98df72393c04d7470c',1,'DObject::DObject(const DataType &data)']]],
|
||||
['dobject_2ecpp_34',['DObject.cpp',['../_d_object_8cpp.html',1,'']]],
|
||||
['dobject_2eh_35',['DObject.h',['../_d_object_8h.html',1,'']]],
|
||||
['dobjecttest_36',['DObjectTest',['../class_d_object_test.html',1,'']]],
|
||||
['dobjecttest_2ecpp_37',['DObjectTest.cpp',['../_d_object_test_8cpp.html',1,'']]],
|
||||
['dp_5frate_38',['dp_rate',['../namespacenn_approx8.html#a4b667550e45632fd9659d0ba61fb1733',1,'nnApprox8']]],
|
||||
['dpdf_39',['dpdf',['../structhelmholtz_1_1_h_e_l_m_table.html#a4135cf7c9662ba24b721efaf9f9b7a54',1,'helmholtz::HELMTable']]],
|
||||
['dpdfd_40',['dpdfd',['../structhelmholtz_1_1_h_e_l_m_table.html#aed06207df8ffc9b1b3a0c1743b8b9def',1,'helmholtz::HELMTable']]],
|
||||
['dpdfdt_41',['dpdfdt',['../structhelmholtz_1_1_h_e_l_m_table.html#a46b8f7f115f3087b5d3ed2b7faa85ca4',1,'helmholtz::HELMTable']]],
|
||||
['dpdft_42',['dpdft',['../structhelmholtz_1_1_h_e_l_m_table.html#a62198deb22b22231986626e9783eddd5',1,'helmholtz::HELMTable']]],
|
||||
['dpe_43',['dpe',['../structhelmholtz_1_1_e_o_s.html#ac76d7a5dd193aa4c0118af3abb502267',1,'helmholtz::EOS']]],
|
||||
['dpresda_44',['dpresda',['../structhelmholtz_1_1_e_o_s.html#a90c0edabc4ec77eda96a5be15b6c0c60',1,'helmholtz::EOS']]],
|
||||
['dpresdd_45',['dpresdd',['../structhelmholtz_1_1_e_o_s.html#a43886274bb32bf147aefd6ebe688fcca',1,'helmholtz::EOS']]],
|
||||
['dpresdt_46',['dpresdt',['../structhelmholtz_1_1_e_o_s.html#aaf0bc97c93bf89d74b8ecbfaa3764ff5',1,'helmholtz::EOS']]],
|
||||
['dpresdz_47',['dpresdz',['../structhelmholtz_1_1_e_o_s.html#a2aa1892e07d7830da78689410b0343ab',1,'helmholtz::EOS']]],
|
||||
['dpsi0_48',['dpsi0',['../namespacehelmholtz.html#a1eb81e38cac69acdff0c72bfbdfa0a49',1,'helmholtz']]],
|
||||
['dpsi1_49',['dpsi1',['../namespacehelmholtz.html#a90f0e41668ae5e2827292892db0be33c',1,'helmholtz']]],
|
||||
['dpsi2_50',['dpsi2',['../namespacehelmholtz.html#a9638e40279f8a986ab000a1628fb4119',1,'helmholtz']]],
|
||||
['dse_51',['dse',['../structhelmholtz_1_1_e_o_s.html#a7c0ba282c8ab3daa5f0af8fbf81f61e0',1,'helmholtz::EOS']]],
|
||||
['dsp_52',['dsp',['../structhelmholtz_1_1_e_o_s.html#a6e93efb7d5981b690e95be438f7e552c',1,'helmholtz::EOS']]],
|
||||
['dstp_53',['dstp',['../namespacehelmholtz.html#a84622ce36e33370b8dc8d9a5df527e04',1,'helmholtz']]],
|
||||
['dstpi_54',['dstpi',['../namespacehelmholtz.html#a36eae093854dacb5e19b062a780ef6e3',1,'helmholtz']]],
|
||||
['dt0_55',['dt0',['../structnuclear_network_1_1_net_in.html#aa55b1d6cd458b69afb89cb096e661d9b',1,'nuclearNetwork::NetIn']]],
|
||||
['dt2_5fsav_56',['dt2_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#a17c96d4c325e937bae0bf441daed14fc',1,'helmholtz::HELMTable']]],
|
||||
['dt2i_5fsav_57',['dt2i_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#a8a496f02754d9c9bb0366cc64b979e10',1,'helmholtz::HELMTable']]],
|
||||
['dt_5fsav_58',['dt_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#a83eec62d8285d9d4a83ebb3267d329c4',1,'helmholtz::HELMTable']]],
|
||||
['dthetainterpcoeff_59',['dThetaInterpCoeff',['../structpolycoeff_1_1d_theta_interp_coeff.html',1,'polycoeff']]],
|
||||
['dti_5fsav_60',['dti_sav',['../structhelmholtz_1_1_h_e_l_m_table.html#aeb904c0367b607db45c3dc633b44e17e',1,'helmholtz::HELMTable']]]
|
||||
];
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
var searchData=
|
||||
[
|
||||
['example_5ffilename_37',['EXAMPLE_FILENAME',['../configTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470',1,'EXAMPLE_FILENAME(): configTest.cpp'],['../meshIOTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470',1,'EXAMPLE_FILENAME(): meshIOTest.cpp'],['../opatIOTest_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470',1,'EXAMPLE_FILENAME(): opatIOTest.cpp']]],
|
||||
['export_5fsymbol_38',['EXPORT_SYMBOL',['../Metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339',1,'Metadata.h']]]
|
||||
['ef_0',['ef',['../structhelmholtz_1_1_h_e_l_m_table.html#a4827e6e44936342d7e4f7b0dc4108c2c',1,'helmholtz::HELMTable']]],
|
||||
['efd_1',['efd',['../structhelmholtz_1_1_h_e_l_m_table.html#a3f64f6e59edf180a08e1d12099aacc36',1,'helmholtz::HELMTable']]],
|
||||
['efdt_2',['efdt',['../structhelmholtz_1_1_h_e_l_m_table.html#a5ceda8bce85539d33ecc8490cae79b89',1,'helmholtz::HELMTable']]],
|
||||
['eft_3',['eft',['../structhelmholtz_1_1_h_e_l_m_table.html#a8af3817554a4163d5fda231fcb0120f1',1,'helmholtz::HELMTable']]],
|
||||
['egas_4',['egas',['../structhelmholtz_1_1_e_o_s.html#a84cb411ea78cf80e2d766fc8506ed289',1,'helmholtz::EOS']]],
|
||||
['energy_5',['energy',['../structnuclear_network_1_1_net_in.html#a137d9ee9c0430a8431e73e23b56b6262',1,'nuclearNetwork::NetIn::energy'],['../structnuclear_network_1_1_net_out.html#a380030ff17ec877c6f1134a820bf2163',1,'nuclearNetwork::NetOut::energy']]],
|
||||
['eos_6',['EOS',['../structhelmholtz_1_1_e_o_s.html',1,'helmholtz::EOS'],['../index.html#usage_eos',1,'Equation of State (EOS)']]],
|
||||
['eosinput_7',['EOSInput',['../structhelmholtz_1_1_e_o_s_input.html',1,'helmholtz']]],
|
||||
['eosio_8',['EosIO',['../class_eos_i_o.html',1,'EosIO'],['../class_eos_i_o.html#ad721f72b591f1ef4b7fa87668e8d8b34',1,'EosIO::EosIO()']]],
|
||||
['eosio_2ecpp_9',['eosIO.cpp',['../eos_i_o_8cpp.html',1,'']]],
|
||||
['eosio_2eh_10',['eosIO.h',['../eos_i_o_8h.html',1,'']]],
|
||||
['eostable_11',['EOSTable',['../eos_i_o_8h.html#a1aa7735934336ab2646c539c4370dcd5',1,'eosIO.h']]],
|
||||
['eostest_12',['eosTest',['../classeos_test.html',1,'']]],
|
||||
['eostest_2ecpp_13',['eosTest.cpp',['../eos_test_8cpp.html',1,'']]],
|
||||
['equation_20of_20state_20eos_14',['Equation of State (EOS)',['../index.html#usage_eos',1,'']]],
|
||||
['erad_15',['erad',['../structhelmholtz_1_1_e_o_s.html#a8b3865f0c062652b7c4889783903fa92',1,'helmholtz::EOS']]],
|
||||
['errorcode_5f_16',['errorCode_',['../class_d_object.html#ad8de5890e8dae5fc7e72fabca2520fc3',1,'DObject']]],
|
||||
['etaele_17',['etaele',['../structhelmholtz_1_1_e_o_s.html#aa62deea3e7c4b43e9abc9419fb3732fe',1,'helmholtz::EOS']]],
|
||||
['etot_18',['etot',['../structhelmholtz_1_1_e_o_s.html#a1aa2caf18b3701c6f9515fd9f56d9a97',1,'helmholtz::EOS']]],
|
||||
['evaluate_19',['evaluate',['../classnn_approx8_1_1_approx8_network.html#a31b8a20338d18123eca6e644f6e72366',1,'nnApprox8::Approx8Network::evaluate()'],['../classnuclear_network_1_1_network.html#aaa7fe5e69bd45e268c815aa8919966f1',1,'nuclearNetwork::Network::evaluate()']]],
|
||||
['evolution_20code_20',['4DSSE: A 4D Stellar Structure and Evolution Code',['../index.html',1,'']]],
|
||||
['example_5ffilename_21',['EXAMPLE_FILENAME',['../composition_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470',1,'EXAMPLE_FILENAME: compositionTest.cpp'],['../config_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470',1,'EXAMPLE_FILENAME: configTest.cpp'],['../mesh_i_o_test_8cpp.html#a2f358f231bffa8eaaa670ec1db93a470',1,'EXAMPLE_FILENAME: meshIOTest.cpp']]],
|
||||
['examples_22',['High-Level Usage Examples',['../index.html#usage_sec',1,'']]],
|
||||
['export_5fsymbol_23',['EXPORT_SYMBOL',['../_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339',1,'Metadata.h']]]
|
||||
];
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
var searchData=
|
||||
[
|
||||
['get_39',['get',['../classLockableDObject.html#adcfe201fc728cc1c6fcf638a566ba9a1',1,'LockableDObject::get()'],['../classConstants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19',1,'Constants::get()']]],
|
||||
['getbytesize_40',['getByteSize',['../classMetadata.html#ac7980d1efdd6ae434f0115f83d08348e',1,'Metadata']]],
|
||||
['getdata_41',['getData',['../classDObject.html#a4862655c3634d019b0a45b811d6f7235',1,'DObject']]],
|
||||
['getdataas_42',['getDataAs',['../classDObject.html#aca2db093c1c8c6f7893de07544aed619',1,'DObject']]],
|
||||
['getdatatype_43',['getDataType',['../classMetadata.html#aeed7f22ccc61d9a3d6425441d381dcdc',1,'Metadata']]],
|
||||
['getdimensions_44',['getDimensions',['../classMetadata.html#a412c0c0b8754d85f9edbbdcd637f3b20',1,'Metadata']]],
|
||||
['geterrorcode_45',['getErrorCode',['../classDObject.html#afa8926d916081de72478cb8813c25e98',1,'DObject']]],
|
||||
['getheader_46',['getHeader',['../classOpatIO.html#afe725b647bc5bb802f6d711fc5dca3ab',1,'OpatIO']]],
|
||||
['getinstance_47',['getInstance',['../classConstants.html#aaa6f3af20fa563cf22df71a987923065',1,'Constants']]],
|
||||
['getmaxqdepth_48',['getMaxQDepth',['../classOpatIO.html#a48cd5e4f3fdb221bc1b6253e149e8e01',1,'OpatIO']]],
|
||||
['getmesh_49',['GetMesh',['../classMeshIO.html#a3e4bccff08abf9a28b3d64c8fb9f7317',1,'MeshIO']]],
|
||||
['getnumindex_50',['getNumIndex',['../classOpatIO.html#a8f7cc9a4ec8845c22df330678afd29c6',1,'OpatIO']]],
|
||||
['getopatversion_51',['getOPATVersion',['../classOpatIO.html#a2894437c09f4cdb06c9b06d6aad4bd2f',1,'OpatIO']]],
|
||||
['gettable_52',['getTable',['../classOpatIO.html#a5c35b863873239e023427864ed016f58',1,'OpatIO']]],
|
||||
['gettableindex_53',['getTableIndex',['../classOpatIO.html#af0bc6bb210c4ff74bc1e043aeb252e1a',1,'OpatIO::getTableIndex()'],['../classOpatIO.html#a408b7f7d58d4a49636220f0431813dad',1,'OpatIO::getTableIndex(std::vector< double > index)']]]
|
||||
['f_0',['f',['../structhelmholtz_1_1_h_e_l_m_table.html#a1f0eee19faf7a51cbeadbd6733471f6c',1,'helmholtz::HELMTable::f'],['../structform_bundle.html#ab63a99eee55a078559cbea6b197afbff',1,'formBundle::f']]],
|
||||
['fd_1',['fd',['../structhelmholtz_1_1_h_e_l_m_table.html#aaf2a41f3d48dadb2800f4dc386574221',1,'helmholtz::HELMTable']]],
|
||||
['fdd_2',['fdd',['../structhelmholtz_1_1_h_e_l_m_table.html#ad6baf7c5cabdddd7a4e867bdabb49c91',1,'helmholtz::HELMTable']]],
|
||||
['fddt_3',['fddt',['../structhelmholtz_1_1_h_e_l_m_table.html#a8c50a283acf9ba2299aa88aefe0275e2',1,'helmholtz::HELMTable']]],
|
||||
['fddtt_4',['fddtt',['../structhelmholtz_1_1_h_e_l_m_table.html#a7ab29a0e887f19a2effd135a6a0b9cfe',1,'helmholtz::HELMTable']]],
|
||||
['fdt_5',['fdt',['../structhelmholtz_1_1_h_e_l_m_table.html#a94f4903b7fac0f44758be51202927d92',1,'helmholtz::HELMTable']]],
|
||||
['fdtt_6',['fdtt',['../structhelmholtz_1_1_h_e_l_m_table.html#a260b29a89af730b2ebd750af250645da',1,'helmholtz::HELMTable']]],
|
||||
['finalize_7',['finalize',['../classcomposition_1_1_composition.html#a5547fe9d6154e10a7406d8a06d969462',1,'composition::Composition::finalize()'],['../class_polytrope_operator.html#ac7ebc4ae1c34e1569281be028e4daec1',1,'PolytropeOperator::finalize()']]],
|
||||
['finalizemassfracmode_8',['finalizeMassFracMode',['../classcomposition_1_1_composition.html#ae2b5392ad8acd0ab8e17d8452b35aa86',1,'composition::Composition']]],
|
||||
['finalizenumberfracmode_9',['finalizeNumberFracMode',['../classcomposition_1_1_composition.html#a8a3aec6d7f2f6cb4f91105740c15ffc8',1,'composition::Composition']]],
|
||||
['findcenterelement_10',['findCenterElement',['../class_poly_solver.html#a77455ce3505d93f7b5b5d3e9447bbe23',1,'PolySolver']]],
|
||||
['fmod_11',['fmod',['../namespacepoly_m_f_e_m_utils.html#a3b99f87291c525582b460ffdc4e2c220',1,'polyMFEMUtils']]],
|
||||
['for_20a_20polytrope_12',['Solving for a Polytrope',['../index.html#usage_polysolver',1,'']]],
|
||||
['formbundle_13',['formBundle',['../structform_bundle.html',1,'']]],
|
||||
['ft_14',['ft',['../structhelmholtz_1_1_h_e_l_m_table.html#a7c56683836717e62ea098ea6ab5e094e',1,'helmholtz::HELMTable']]],
|
||||
['ftt_15',['ftt',['../structhelmholtz_1_1_h_e_l_m_table.html#a25bdc8a0e265bac2e47f18e2fa3e35ba',1,'helmholtz::HELMTable']]],
|
||||
['future_20development_16',['Future Development',['../index.html#future_dev',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,6 +1,51 @@
|
||||
var searchData=
|
||||
[
|
||||
['has_54',['has',['../classConstants.html#a2aa041fd223f259e55bf098c90581039',1,'Constants']]],
|
||||
['header_55',['Header',['../structHeader.html',1,'']]],
|
||||
['headersize_56',['headerSize',['../structHeader.html#af0bdf31defd5888cc8d2f7537e687917',1,'Header']]]
|
||||
['gamma1_0',['gamma1',['../structhelmholtz_1_1_e_o_s.html#a3674b3150d86aeba59ba0c9381aafbb1',1,'helmholtz::EOS']]],
|
||||
['gamma2_1',['gamma2',['../structhelmholtz_1_1_e_o_s.html#aa739739139e5a1038b0f19007bcfe6f1',1,'helmholtz::EOS']]],
|
||||
['gamma3_2',['gamma3',['../structhelmholtz_1_1_e_o_s.html#afadcfad69d383e9c8e6715148c2e93b6',1,'helmholtz::EOS']]],
|
||||
['get_3',['get',['../class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19',1,'Constants::get()'],['../class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1',1,'LockableDObject::get()']]],
|
||||
['get_5fblock_5foffsets_4',['get_block_offsets',['../class_polytrope_operator.html#a2a7f200a45cff11897470de39a302f93',1,'PolytropeOperator']]],
|
||||
['get_5fessential_5ftrue_5fdofs_5',['get_essential_true_dofs',['../class_polytrope_operator.html#a1bf3ced83363a1318258ae0f5bfeb57e',1,'PolytropeOperator']]],
|
||||
['get_5ffree_5fdofs_6',['get_free_dofs',['../class_polytrope_operator.html#ab5577c71be2bdb0f82daefd2631b8cb1',1,'PolytropeOperator']]],
|
||||
['get_5fhelm_5feos_7',['get_helm_EOS',['../namespacehelmholtz.html#ad2176033ca3ac4e5dc65f281477b94c2',1,'helmholtz']]],
|
||||
['get_5fjacobian_5foperator_8',['get_jacobian_operator',['../class_polytrope_operator.html#ac05cd1bd6b0a2b2502af9d8a6b86077c',1,'PolytropeOperator']]],
|
||||
['get_5fpreconditioner_9',['get_preconditioner',['../class_polytrope_operator.html#a7789efbb8ba3a09a0975475518b4b611',1,'PolytropeOperator']]],
|
||||
['get_5freduced_5fblock_5foffsets_10',['get_reduced_block_offsets',['../class_polytrope_operator.html#acc69c13a7178c25af2ff5c339cbb1c67',1,'PolytropeOperator']]],
|
||||
['get_5freduced_5fsystem_5fsize_11',['get_reduced_system_size',['../class_polytrope_operator.html#afbcb03cce5e5da376163a7dd89216400',1,'PolytropeOperator']]],
|
||||
['get_5ft9_5farray_12',['get_T9_array',['../namespacenn_approx8.html#a4c456c6d41b33d7b5c9e6520ec002e0e',1,'nnApprox8']]],
|
||||
['getavaliableresources_13',['getAvaliableResources',['../class_resource_manager.html#a77243baf9aa96d5f3c1635f8a34b48b5',1,'ResourceManager']]],
|
||||
['getbytesize_14',['getByteSize',['../class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e',1,'Metadata']]],
|
||||
['getcomposition_15',['getComposition',['../classcomposition_1_1_composition.html#a41df148cfdc1253a87f64c8874763e80',1,'composition::Composition::getComposition(const std::string &symbol) const'],['../classcomposition_1_1_composition.html#ae38c20ab0819669f3d6fbefbf8a2fa7c',1,'composition::Composition::getComposition() const']]],
|
||||
['getdata_16',['getData',['../class_d_object.html#a4862655c3634d019b0a45b811d6f7235',1,'DObject']]],
|
||||
['getdataas_17',['getDataAs',['../class_d_object.html#aca2db093c1c8c6f7893de07544aed619',1,'DObject']]],
|
||||
['getdatatype_18',['getDataType',['../class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc',1,'Metadata']]],
|
||||
['getdimensions_19',['getDimensions',['../class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20',1,'Metadata']]],
|
||||
['getdofcoordinates_20',['GetDofCoordinates',['../class_poly_solver.html#ae80ad90a3f632683e38ae03cb4b8e12b',1,'PolySolver']]],
|
||||
['geterrorcode_21',['getErrorCode',['../class_d_object.html#afa8926d916081de72478cb8813c25e98',1,'DObject']]],
|
||||
['getessentialtruedof_22',['getEssentialTrueDof',['../class_poly_solver.html#a45cc1921d9e385b31406b00d750d9a8b',1,'PolySolver']]],
|
||||
['getfirstsegment_23',['getFirstSegment',['../resource_manager_types_8cpp.html#a3adea101b1d749fb0eaee2e91b7e10fe',1,'getFirstSegment(const std::string &input): resourceManagerTypes.cpp'],['../resource_manager_types_8h.html#a3adea101b1d749fb0eaee2e91b7e10fe',1,'getFirstSegment(const std::string &input): resourceManagerTypes.cpp']]],
|
||||
['getformat_24',['getFormat',['../class_eos_i_o.html#add10f91411e996844a14979d12d107b7',1,'EosIO']]],
|
||||
['getgradient_25',['GetGradient',['../class_polytrope_operator.html#af0324f7a83083306158bb8740fdf4379',1,'PolytropeOperator']]],
|
||||
['getinstance_26',['getInstance',['../class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2',1,'Constants::getInstance()'],['../class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386',1,'Probe::LogManager::getInstance()'],['../class_resource_manager.html#ad4dd8ab7ad458929de4a60128079af98',1,'ResourceManager::getInstance()']]],
|
||||
['getlastline_27',['getLastLine',['../probe_test_8cpp.html#a6181751ac1c7f7f38b548af87ad506ab',1,'probeTest.cpp']]],
|
||||
['getlogger_28',['getLogger',['../class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d',1,'Probe::LogManager']]],
|
||||
['getloggernames_29',['getLoggerNames',['../class_probe_1_1_log_manager.html#a91daa688d52850bcf857fe638e9f421d',1,'Probe::LogManager']]],
|
||||
['getloggers_30',['getLoggers',['../class_probe_1_1_log_manager.html#a627ffe6b758ad69e77a7033f28bd7dbd',1,'Probe::LogManager']]],
|
||||
['getmassfracmode_31',['getMassFracMode',['../structcomposition_1_1_composition_entry.html#aa715e35857d200dd69a0e777afb312e0',1,'composition::CompositionEntry']]],
|
||||
['getmassfraction_32',['getMassFraction',['../classcomposition_1_1_composition.html#a205d51c7455bdf7069de1794315954aa',1,'composition::Composition::getMassFraction() const'],['../classcomposition_1_1_composition.html#a9cca346916b1bb733a3de915dce10ccb',1,'composition::Composition::getMassFraction(const std::string &symbol) const']]],
|
||||
['getmesh_33',['GetMesh',['../class_mesh_i_o.html#a12d2876be0d000aaaa6e5cd6d6a758af',1,'MeshIO']]],
|
||||
['getmesh_34',['getMesh',['../class_poly_solver.html#a7959fe89ce2753b262f1e5b1a1b7fd4e',1,'PolySolver']]],
|
||||
['getmeshradius_35',['getMeshRadius',['../namespace_probe.html#a7f82da2ba203b4c8ddabe66105518ab5',1,'Probe']]],
|
||||
['getn_36',['getN',['../class_poly_solver.html#afdb769d3ee9e0929c16a68eb71630f23',1,'PolySolver']]],
|
||||
['getnumberfraction_37',['getNumberFraction',['../classcomposition_1_1_composition.html#aa75453fd563e3f50dee316879df01968',1,'composition::Composition::getNumberFraction(const std::string &symbol) const'],['../classcomposition_1_1_composition.html#a0990e41edd2ad138e844fea0962c8278',1,'composition::Composition::getNumberFraction() const']]],
|
||||
['getorder_38',['getOrder',['../class_poly_solver.html#aea184d88d7c450b03682f61565541d72',1,'PolySolver']]],
|
||||
['getraysolution_39',['getRaySolution',['../namespace_probe.html#ad9b811b23f12083ece6f4e6dbe2dcdd7',1,'Probe::getRaySolution(mfem::GridFunction &u, mfem::Mesh &mesh, const std::vector< double > &rayDirection, int numSamples, std::string filename)'],['../namespace_probe.html#a79200561b55e113bf48db25def08ab71',1,'Probe::getRaySolution(mfem::Vector &vec, mfem::FiniteElementSpace &fes, const std::vector< double > &rayDirection, int numSamples, std::string filename)']]],
|
||||
['getregisteredsymbols_40',['getRegisteredSymbols',['../classcomposition_1_1_composition.html#affaeabe495474b82951786591ead8026',1,'composition::Composition']]],
|
||||
['getresource_41',['getResource',['../class_resource_manager.html#a203619e5da7f2bef6cbe13326d41eda4',1,'ResourceManager']]],
|
||||
['getsolution_42',['getSolution',['../class_poly_solver.html#aa2baea44320e302f543ed6fad5e0d6a2',1,'PolySolver']]],
|
||||
['gettable_43',['getTable',['../class_eos_i_o.html#ad7484ed459d8479381f4fb288597cbeb',1,'EosIO']]],
|
||||
['globalcomposition_44',['GlobalComposition',['../structcomposition_1_1_global_composition.html',1,'composition']]],
|
||||
['glvisview_45',['glVisView',['../namespace_probe.html#a12b943de0fdd9f43c61690d9bf4458fc',1,'Probe::glVisView(mfem::GridFunction &u, mfem::Mesh &mesh, const std::string &windowTitle="grid function", const std::string &keyset="")'],['../namespace_probe.html#a03820eac150e53edc8f112f3e637d7ed',1,'Probe::glVisView(mfem::Vector &vec, mfem::FiniteElementSpace &fes, const std::string &windowTitle="vector", const std::string &keyset="")']]],
|
||||
['gmresinverter_46',['GMRESInverter',['../class_g_m_r_e_s_inverter.html',1,'GMRESInverter'],['../class_g_m_r_e_s_inverter.html#a58b277d5a3e5882eb1844db328e60c7a',1,'GMRESInverter::GMRESInverter()']]],
|
||||
['grad_5fad_47',['grad_ad',['../structhelmholtz_1_1_e_o_s.html#a4d478a995bf9995d8eec9f49570b94bf',1,'helmholtz::EOS']]]
|
||||
];
|
||||
|
||||
@@ -1,12 +1,17 @@
|
||||
var searchData=
|
||||
[
|
||||
['index_57',['index',['../structTableIndex.html#a5abb8638b94f778674d999db0f506ecc',1,'TableIndex']]],
|
||||
['indexoffset_58',['indexOffset',['../structHeader.html#a31039c09176a479defcbe38597eb9957',1,'Header']]],
|
||||
['initializedobject_59',['initializedObject',['../classDObjectTest.html#a2150dd7881a4d1c68ce51344f174738e',1,'DObjectTest']]],
|
||||
['initlaize_5fopac_60',['initlaize_opac',['../opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8',1,'opac.h']]],
|
||||
['is_5fbig_5fendian_61',['is_big_endian',['../opatIO_8cpp.html#aed5f3e73e01248d8a2d6792a69081f9e',1,'opatIO.cpp']]],
|
||||
['isdebugenabled_62',['isDebugEnabled',['../classMetadata.html#abe52c81e04665628666b4140cd346b69',1,'Metadata']]],
|
||||
['isdebuggingenabled_63',['isDebuggingEnabled',['../classDObject.html#ae47bf220fbe2173cf6933c2380035dbd',1,'DObject']]],
|
||||
['isloaded_64',['isLoaded',['../classConstants.html#ae276dfdc0ffe75a53e3842e33ab52630',1,'Constants::isLoaded()'],['../classOpatIO.html#aba1be05d51d4b0b9e4581b95ad0e1890',1,'OpatIO::isLoaded()']]],
|
||||
['isloaded_65',['IsLoaded',['../classMeshIO.html#a12495fc814254021d44e0509ac760672',1,'MeshIO']]]
|
||||
['h3_0',['h3',['../namespacehelmholtz.html#a41df406f39a42cca3025714d1f8eb46e',1,'helmholtz::h3(std::array< double, 36 > fi, double w0t, double w1t, double w0mt, double w1mt, double w0d, double w1d, double w0md, double w1md)'],['../namespacehelmholtz.html#aa85859a889cb5f1737f1f6aebf515e23',1,'helmholtz::h3(double fi[36], double w0t, double w1t, double w0mt, double w1mt, double w0d, double w1d, double w0md, double w1md)']]],
|
||||
['h5_1',['h5',['../namespacehelmholtz.html#a1a82ee04b75adacdd2b9f69ccd318a83',1,'helmholtz::h5(std::array< double, 36 > fi, double w0t, double w1t, double w2t, double w0mt, double w1mt, double w2mt, double w0d, double w1d, double w2d, double w0md, double w1md, double w2md)'],['../namespacehelmholtz.html#a9a32be64f7f8465928548b2fa92ec524',1,'helmholtz::h5(double fi[36], double w0t, double w1t, double w2t, double w0mt, double w1mt, double w2mt, double w0d, double w1d, double w2d, double w0md, double w1md, double w2md)']]],
|
||||
['handling_2',['Mesh Handling',['../index.html#usage_meshio',1,'']]],
|
||||
['has_3',['has',['../class_constants.html#a2aa041fd223f259e55bf098c90581039',1,'Constants']]],
|
||||
['hassymbol_4',['hasSymbol',['../classcomposition_1_1_composition.html#a7dee1bb3074a6aa2842d4fffcac4d2c4',1,'composition::Composition']]],
|
||||
['he3he3_5frate_5',['he3he3_rate',['../namespacenn_approx8.html#a0adb7d9f97ced151a36f0d2aaa95011d',1,'nnApprox8']]],
|
||||
['he3he4_5frate_6',['he3he4_rate',['../namespacenn_approx8.html#a2e8c3f6a3752b706d200b5ecef2c3223',1,'nnApprox8']]],
|
||||
['heap_5fallocate_5fcontiguous_5f2d_5fmemory_7',['heap_allocate_contiguous_2D_memory',['../helm_8cpp.html#a0537c506d77a3dfea9b237aeb07f3281',1,'heap_allocate_contiguous_2D_memory(int rows, int cols): helm.cpp'],['../helm_8h.html#a0537c506d77a3dfea9b237aeb07f3281',1,'heap_allocate_contiguous_2D_memory(int rows, int cols): helm.cpp']]],
|
||||
['heap_5fdeallocate_5fcontiguous_5f2d_5fmemory_8',['heap_deallocate_contiguous_2D_memory',['../helm_8cpp.html#a82f032cfe64e2576c67986660cbe824d',1,'heap_deallocate_contiguous_2D_memory(double **array): helm.cpp'],['../helm_8h.html#a82f032cfe64e2576c67986660cbe824d',1,'heap_deallocate_contiguous_2D_memory(double **array): helm.cpp']]],
|
||||
['helm_2ecpp_9',['helm.cpp',['../helm_8cpp.html',1,'']]],
|
||||
['helm_2eh_10',['helm.h',['../helm_8h.html',1,'']]],
|
||||
['helmholtz_11',['helmholtz',['../namespacehelmholtz.html',1,'']]],
|
||||
['helmtable_12',['HELMTable',['../structhelmholtz_1_1_h_e_l_m_table.html',1,'helmholtz::HELMTable'],['../structhelmholtz_1_1_h_e_l_m_table.html#a0165aed3bb02b69a70934c8b7b185872',1,'helmholtz::HELMTable::HELMTable()']]],
|
||||
['high_20level_20usage_20examples_13',['High-Level Usage Examples',['../index.html#usage_sec',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,31 @@
|
||||
var searchData=
|
||||
[
|
||||
['keys_66',['keys',['../classConstants.html#ab9de36fa145552a3e7964e7e85a67149',1,'Constants']]]
|
||||
['ic12_0',['ic12',['../structnn_approx8_1_1_net.html#a6d10a7a53c20fd59bb97ff619e7579df',1,'nnApprox8::Net']]],
|
||||
['iden_1',['iden',['../structnn_approx8_1_1_net.html#ad69abef62cfa266e0369f8cfcb144939',1,'nnApprox8::Net']]],
|
||||
['iener_2',['iener',['../structnn_approx8_1_1_net.html#ae60a5909d107b9857dd31a117b943eae',1,'nnApprox8::Net']]],
|
||||
['ih1_3',['ih1',['../structnn_approx8_1_1_net.html#a86ed8213cf2fffe5dcd7f06bdb6a6186',1,'nnApprox8::Net']]],
|
||||
['ihe3_4',['ihe3',['../structnn_approx8_1_1_net.html#af9848b913e7d761c63d6d3cc7fab5c3d',1,'nnApprox8::Net']]],
|
||||
['ihe4_5',['ihe4',['../structnn_approx8_1_1_net.html#aa94596664306f33de1bd045417f9ff1e',1,'nnApprox8::Net']]],
|
||||
['imax_6',['IMAX',['../helm_8h.html#a6e96ad1c3be2c24926ba0487d28cd75c',1,'helm.h']]],
|
||||
['imax_7',['imax',['../structhelmholtz_1_1_h_e_l_m_table.html#aaee7f470b4ce2518c3490474853d13b7',1,'helmholtz::HELMTable']]],
|
||||
['img24_8',['img24',['../structnn_approx8_1_1_net.html#a70112e0ee737a1de09a02aac4a4d7556',1,'nnApprox8::Net']]],
|
||||
['in14_9',['in14',['../structnn_approx8_1_1_net.html#a0eaaafa199c9451554e1cf28eba4b872',1,'nnApprox8::Net']]],
|
||||
['ine20_10',['ine20',['../structnn_approx8_1_1_net.html#a9a964a24b5498991057e8e9870f02fbc',1,'nnApprox8::Net']]],
|
||||
['initialize_11',['initialize',['../class_constants.html#a60f87120b1eef774efe8c168aa69af6a',1,'Constants']]],
|
||||
['initializedobject_12',['initializedObject',['../class_d_object_test.html#a2150dd7881a4d1c68ce51344f174738e',1,'DObjectTest']]],
|
||||
['initlaize_5fopac_13',['initlaize_opac',['../opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8',1,'opac.h']]],
|
||||
['integrators_2ecpp_14',['integrators.cpp',['../integrators_8cpp.html',1,'']]],
|
||||
['integrators_2eh_15',['integrators.h',['../integrators_8h.html',1,'']]],
|
||||
['introduction_16',['Introduction',['../index.html#intro_sec',1,'']]],
|
||||
['io16_17',['io16',['../structnn_approx8_1_1_net.html#ae592cf9d13f0a783087f7016ae1c3e4e',1,'nnApprox8::Net']]],
|
||||
['isdebugenabled_18',['isDebugEnabled',['../class_metadata.html#abe52c81e04665628666b4140cd346b69',1,'Metadata']]],
|
||||
['isdebuggingenabled_19',['isDebuggingEnabled',['../class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd',1,'DObject']]],
|
||||
['isfinalized_20',['isFinalized',['../class_polytrope_operator.html#aeb8d505244836212c9015205e486378a',1,'PolytropeOperator']]],
|
||||
['isloaded_21',['IsLoaded',['../class_mesh_i_o.html#a12495fc814254021d44e0509ac760672',1,'MeshIO']]],
|
||||
['isloaded_22',['isLoaded',['../class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630',1,'Constants']]],
|
||||
['isotope_23',['isotope',['../structcomposition_1_1_composition_entry.html#a31b399ff8b24a6ebbfe4bb9ced7a2afa',1,'composition::CompositionEntry']]],
|
||||
['isstiff_24',['isStiff',['../classnn_approx8_1_1_approx8_network.html#a4b1600c394d4cf312c48e5ca82542a76',1,'nnApprox8::Approx8Network']]],
|
||||
['isvalidcomposition_25',['isValidComposition',['../classcomposition_1_1_composition.html#ac71fb70e029b4310e2bb4232e4270e96',1,'composition::Composition']]],
|
||||
['isvalidsymbol_26',['isValidSymbol',['../classcomposition_1_1_composition.html#a11a463394bf9110ac0f1a8b1df1384e9',1,'composition::Composition']]],
|
||||
['itemp_27',['itemp',['../structnn_approx8_1_1_net.html#affd739be39542d5f0f0730adb5108dc1',1,'nnApprox8::Net']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
var searchData=
|
||||
[
|
||||
['bilinearintegratorwrapper_164',['BilinearIntegratorWrapper',['../classBilinearIntegratorWrapper.html',1,'']]]
|
||||
['approx8network_0',['Approx8Network',['../classnn_approx8_1_1_approx8_network.html',1,'nnApprox8']]],
|
||||
['approx8test_1',['approx8Test',['../classapprox8_test.html',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
var searchData=
|
||||
[
|
||||
['compositenonlinearintegrator_165',['CompositeNonlinearIntegrator',['../classCompositeNonlinearIntegrator.html',1,'']]],
|
||||
['config_166',['Config',['../classConfig.html',1,'']]],
|
||||
['configtest_167',['configTest',['../classconfigTest.html',1,'']]],
|
||||
['configtestprivateaccessor_168',['configTestPrivateAccessor',['../classconfigTestPrivateAccessor.html',1,'']]],
|
||||
['constant_169',['Constant',['../structConstant.html',1,'']]],
|
||||
['constants_170',['Constants',['../classConstants.html',1,'']]],
|
||||
['consttest_171',['constTest',['../classconstTest.html',1,'']]]
|
||||
['composition_0',['Composition',['../classcomposition_1_1_composition.html',1,'composition']]],
|
||||
['compositionentry_1',['CompositionEntry',['../structcomposition_1_1_composition_entry.html',1,'composition']]],
|
||||
['compositiontest_2',['compositionTest',['../classcomposition_test.html',1,'']]],
|
||||
['config_3',['Config',['../class_config.html',1,'']]],
|
||||
['configtest_4',['configTest',['../classconfig_test.html',1,'']]],
|
||||
['configtestprivateaccessor_5',['configTestPrivateAccessor',['../classconfig_test_private_accessor.html',1,'']]],
|
||||
['constant_6',['Constant',['../struct_constant.html',1,'']]],
|
||||
['constants_7',['Constants',['../class_constants.html',1,'']]],
|
||||
['consttest_8',['constTest',['../classconst_test.html',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
var searchData=
|
||||
[
|
||||
['dobject_172',['DObject',['../classDObject.html',1,'']]],
|
||||
['dobjecttest_173',['DObjectTest',['../classDObjectTest.html',1,'']]]
|
||||
['dobject_0',['DObject',['../class_d_object.html',1,'']]],
|
||||
['dobjecttest_1',['DObjectTest',['../class_d_object_test.html',1,'']]],
|
||||
['dthetainterpcoeff_2',['dThetaInterpCoeff',['../structpolycoeff_1_1d_theta_interp_coeff.html',1,'polycoeff']]]
|
||||
];
|
||||
|
||||
@@ -1,27 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 0 11 11"
|
||||
height="11"
|
||||
width="11"
|
||||
id="svg2"
|
||||
version="1.1">
|
||||
<metadata
|
||||
id="metadata8">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs6" />
|
||||
<path
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 947 B |
@@ -1,4 +1,4 @@
|
||||
var searchData=
|
||||
[
|
||||
['_5f_5finit_5f_5f_2epy_186',['__init__.py',['../build_2lib_2opatio_2____init_____8py.html',1,'(Global Namespace)'],['../build_2lib_2opatio_2opat_2____init_____8py.html',1,'(Global Namespace)'],['../src_2opatio_2____init_____8py.html',1,'(Global Namespace)'],['../src_2opatio_2opat_2____init_____8py.html',1,'(Global Namespace)']]]
|
||||
['4dstartypes_2eh_0',['4DSTARTypes.h',['../4_d_s_t_a_r_types_8h.html',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
var searchData=
|
||||
[
|
||||
['config_2ecpp_187',['config.cpp',['../config_8cpp.html',1,'']]],
|
||||
['config_2eh_188',['config.h',['../config_8h.html',1,'']]],
|
||||
['configtest_2ecpp_189',['configTest.cpp',['../configTest_8cpp.html',1,'']]],
|
||||
['const_2ecpp_190',['const.cpp',['../const_8cpp.html',1,'']]],
|
||||
['const_2eh_191',['const.h',['../const_8h.html',1,'']]],
|
||||
['consttest_2ecpp_192',['constTest.cpp',['../constTest_8cpp.html',1,'']]]
|
||||
['approx8_2ecpp_0',['approx8.cpp',['../approx8_8cpp.html',1,'']]],
|
||||
['approx8_2eh_1',['approx8.h',['../approx8_8h.html',1,'']]],
|
||||
['approx8test_2ecpp_2',['approx8Test.cpp',['../approx8_test_8cpp.html',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
var searchData=
|
||||
[
|
||||
['dobject_2ecpp_193',['DObject.cpp',['../DObject_8cpp.html',1,'']]],
|
||||
['dobject_2eh_194',['DObject.h',['../DObject_8h.html',1,'']]],
|
||||
['dobjecttest_2ecpp_195',['DObjectTest.cpp',['../DObjectTest_8cpp.html',1,'']]]
|
||||
['comp_2ecpp_0',['comp.cpp',['../comp_8cpp.html',1,'']]],
|
||||
['composition_2ecpp_1',['composition.cpp',['../composition_8cpp.html',1,'']]],
|
||||
['composition_2eh_2',['composition.h',['../composition_8h.html',1,'']]],
|
||||
['compositiontest_2ecpp_3',['compositionTest.cpp',['../composition_test_8cpp.html',1,'']]],
|
||||
['config_2ecpp_4',['config.cpp',['../config_8cpp.html',1,'']]],
|
||||
['config_2eh_5',['config.h',['../config_8h.html',1,'']]],
|
||||
['configtest_2ecpp_6',['configTest.cpp',['../config_test_8cpp.html',1,'']]],
|
||||
['const_2ecpp_7',['const.cpp',['../const_8cpp.html',1,'']]],
|
||||
['const_2eh_8',['const.h',['../const_8h.html',1,'']]],
|
||||
['consttest_2ecpp_9',['constTest.cpp',['../const_test_8cpp.html',1,'']]]
|
||||
];
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
var searchData=
|
||||
[
|
||||
['add_5fintegrator_219',['add_integrator',['../classCompositeNonlinearIntegrator.html#af336df4849e99a3bc95161f03868efc4',1,'CompositeNonlinearIntegrator']]],
|
||||
['assembleelementgrad_220',['AssembleElementGrad',['../classNonlinearPowerIntegrator.html#a5d8116206e35119fbee20540f5bd3157',1,'NonlinearPowerIntegrator::AssembleElementGrad()'],['../classBilinearIntegratorWrapper.html#a19b6facddeba8256619981e6276f5815',1,'BilinearIntegratorWrapper::AssembleElementGrad()'],['../classCompositeNonlinearIntegrator.html#a2b466f6e16a5797f5ed50621fc4818a0',1,'CompositeNonlinearIntegrator::AssembleElementGrad()']]],
|
||||
['assembleelementvector_221',['AssembleElementVector',['../classNonlinearPowerIntegrator.html#a23b79c0ab632824ffda9b43928a00504',1,'NonlinearPowerIntegrator::AssembleElementVector()'],['../classBilinearIntegratorWrapper.html#a10c3ac5bb62c91c3a437924e33a527d8',1,'BilinearIntegratorWrapper::AssembleElementVector()'],['../classCompositeNonlinearIntegrator.html#a0a3c6ccf134c4566218eb3a33861214c',1,'CompositeNonlinearIntegrator::AssembleElementVector()']]]
|
||||
['a_0',['a',['../namespacelane_emden.html#ac80163d44a9840f3de184f50144a5158',1,'laneEmden']]],
|
||||
['assembleandfinalizeform_1',['assembleAndFinalizeForm',['../class_poly_solver.html#a553333a8520390effad208fcde3deaf0',1,'PolySolver']]],
|
||||
['assembleblocksystem_2',['assembleBlockSystem',['../class_poly_solver.html#afe38ca0ba610c352f1b8b9463bff947c',1,'PolySolver']]],
|
||||
['assembleelementgrad_3',['AssembleElementGrad',['../classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#aa6913e69a87ff759ec59b46d89b8cde2',1,'polyMFEMUtils::NonlinearPowerIntegrator']]],
|
||||
['assembleelementvector_4',['AssembleElementVector',['../classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator.html#a4999e49e957ccb3900be9b04466bca5b',1,'polyMFEMUtils::NonlinearPowerIntegrator']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
var searchData=
|
||||
[
|
||||
['bilinearintegratorwrapper_222',['BilinearIntegratorWrapper',['../classBilinearIntegratorWrapper.html#a72155007095c629dfca4f349739e4a18',1,'BilinearIntegratorWrapper']]]
|
||||
['build_5fdof_5fidentification_5fvector_0',['build_dof_identification_vector',['../namespaceserif_1_1utilities.html#a2c487e358a0f49e5712f3ddda6f65322',1,'serif::utilities']]],
|
||||
['build_5freduced_5fmatrix_1',['build_reduced_matrix',['../namespaceserif_1_1utilities.html#a53f2bbdef6ef2ae6e2189c7ab478e861',1,'serif::utilities']]],
|
||||
['buildindividualforms_2',['buildIndividualForms',['../class_poly_solver.html#ad458dfdfdbd84bd4aa723d7b82df57da',1,'PolySolver']]]
|
||||
];
|
||||
|
||||
@@ -1,12 +1,25 @@
|
||||
var searchData=
|
||||
[
|
||||
['calladdtocache_223',['callAddToCache',['../classconfigTestPrivateAccessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9',1,'configTestPrivateAccessor']]],
|
||||
['callcachesize_224',['callCacheSize',['../classconfigTestPrivateAccessor.html#aaa9517067ef84ab7fb6365536180ce13',1,'configTestPrivateAccessor']]],
|
||||
['calliskeyincache_225',['callIsKeyInCache',['../classconfigTestPrivateAccessor.html#a6d7d0e1bf82c1917dde20167697a03b1',1,'configTestPrivateAccessor']]],
|
||||
['callregisterkeynotfound_226',['callRegisterKeyNotFound',['../classconfigTestPrivateAccessor.html#a447eb550ff20700e31bd530b7ca01592',1,'configTestPrivateAccessor']]],
|
||||
['checkifkeyunknown_227',['CheckIfKeyUnknown',['../classconfigTestPrivateAccessor.html#a4de7c133e8e296d7f9e713aa0b2c4329',1,'configTestPrivateAccessor']]],
|
||||
['compositenonlinearintegrator_228',['CompositeNonlinearIntegrator',['../classCompositeNonlinearIntegrator.html#aba931cf9d57170b7483eed0ade6cd459',1,'CompositeNonlinearIntegrator']]],
|
||||
['computechecksum_229',['computeChecksum',['../classOpatIO.html#af5c52b5d862f5b94ee847c6c791998db',1,'OpatIO::computeChecksum(int tableID)'],['../classOpatIO.html#a6161d6e006312ebd79b037501ade9943',1,'OpatIO::computeChecksum(std::vector< double > index)']]],
|
||||
['computemeshvolume_230',['ComputeMeshVolume',['../meshIOTest_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25',1,'meshIOTest.cpp']]],
|
||||
['constant_231',['Constant',['../structConstant.html#a84ca5b6951cc8a8eccd083894302a857',1,'Constant']]]
|
||||
['c_0',['c',['../namespacelane_emden.html#a9a6068f1948185b2217878595159f26b',1,'laneEmden']]],
|
||||
['c12a_5frate_1',['c12a_rate',['../namespacenn_approx8.html#a77c285ac81064bdaf0859a8cbf235868',1,'nnApprox8']]],
|
||||
['c12c12_5frate_2',['c12c12_rate',['../namespacenn_approx8.html#a306d1bf533815b98ea4f6294864de7d8',1,'nnApprox8']]],
|
||||
['c12o16_5frate_3',['c12o16_rate',['../namespacenn_approx8.html#a09c1f166d7f0f9e943ef4b32c5274b7f',1,'nnApprox8']]],
|
||||
['c12p_5frate_4',['c12p_rate',['../namespacenn_approx8.html#a7b4f6b355b64ee9722eb76fb454f7845',1,'nnApprox8']]],
|
||||
['calladdtocache_5',['callAddToCache',['../classconfig_test_private_accessor.html#adf7f5c651bdd5ca8c12f18a6a0f8a8e9',1,'configTestPrivateAccessor']]],
|
||||
['callcachesize_6',['callCacheSize',['../classconfig_test_private_accessor.html#aaa9517067ef84ab7fb6365536180ce13',1,'configTestPrivateAccessor']]],
|
||||
['calliskeyincache_7',['callIsKeyInCache',['../classconfig_test_private_accessor.html#a6d7d0e1bf82c1917dde20167697a03b1',1,'configTestPrivateAccessor']]],
|
||||
['callregisterkeynotfound_8',['callRegisterKeyNotFound',['../classconfig_test_private_accessor.html#a447eb550ff20700e31bd530b7ca01592',1,'configTestPrivateAccessor']]],
|
||||
['checkifkeyunknown_9',['CheckIfKeyUnknown',['../classconfig_test_private_accessor.html#a4de7c133e8e296d7f9e713aa0b2c4329',1,'configTestPrivateAccessor']]],
|
||||
['composition_10',['Composition',['../classcomposition_1_1_composition.html#a844470d1f13475a0a28b5c1914570357',1,'composition::Composition::Composition()=default'],['../classcomposition_1_1_composition.html#ada296207092ebe33ed599d1712c49633',1,'composition::Composition::Composition(const std::vector< std::string > &symbols)'],['../classcomposition_1_1_composition.html#a46be04b5d28183092dbb29bbd0037fb8',1,'composition::Composition::Composition(const std::set< std::string > &symbols)'],['../classcomposition_1_1_composition.html#a6570edadab8cd37c96a61ec43de6f8ba',1,'composition::Composition::Composition(const std::vector< std::string > &symbols, const std::vector< double > &mass_fractions, bool massFracMode=true)']]],
|
||||
['compositionentry_11',['CompositionEntry',['../structcomposition_1_1_composition_entry.html#af6835e8d2f97e52d76f3704d8db9cd38',1,'composition::CompositionEntry::CompositionEntry()'],['../structcomposition_1_1_composition_entry.html#a6bb77a98088b71a7665912caadcc2e59',1,'composition::CompositionEntry::CompositionEntry(const std::string &symbol, bool massFracMode=true)'],['../structcomposition_1_1_composition_entry.html#a9407ab2732dc35068f4a14eb8a562198',1,'composition::CompositionEntry::CompositionEntry(const CompositionEntry &entry)']]],
|
||||
['compute_5fcurl_12',['compute_curl',['../namespaceserif_1_1utilities.html#a6e1a8cf248f13c3d66a24bb7b39cf029',1,'serif::utilities']]],
|
||||
['computeblockoffsets_13',['computeBlockOffsets',['../class_poly_solver.html#ad69d4ff9b5b56e0654f8e082a210c613',1,'PolySolver']]],
|
||||
['computemeshvolume_14',['ComputeMeshVolume',['../mesh_i_o_test_8cpp.html#aa6ba7ddcf2f95334ee7497d22d9f0f25',1,'meshIOTest.cpp']]],
|
||||
['constant_15',['Constant',['../struct_constant.html#a84ca5b6951cc8a8eccd083894302a857',1,'Constant']]],
|
||||
['constants_16',['Constants',['../class_constants.html#af395b3c1d6f0577f4880a21a257aa1db',1,'Constants']]],
|
||||
['construct_5fjacobian_5fconstant_5fterms_17',['construct_jacobian_constant_terms',['../class_polytrope_operator.html#a45844aac69f5b441f015b9b76ac453d6',1,'PolytropeOperator']]],
|
||||
['construct_5fmatrix_5frepresentations_18',['construct_matrix_representations',['../class_polytrope_operator.html#a0a22ba7589125309e40cbf8180404e5a',1,'PolytropeOperator']]],
|
||||
['construct_5freduced_5fblock_5foffsets_19',['construct_reduced_block_offsets',['../class_polytrope_operator.html#a961d9dc73ba632e20266ede59c9503c2',1,'PolytropeOperator']]],
|
||||
['convert_5fnetin_20',['convert_netIn',['../classnn_approx8_1_1_approx8_network.html#af6bd9b6c9b4c3f344ae6b8fcce1b3659',1,'nnApprox8::Approx8Network']]],
|
||||
['createresource_21',['createResource',['../resource_manager_types_8cpp.html#ae0a43e40a0c5e0fd54274c9cd8688d19',1,'createResource(const std::string &type, const std::string &path): resourceManagerTypes.cpp'],['../resource_manager_types_8h.html#ae0a43e40a0c5e0fd54274c9cd8688d19',1,'createResource(const std::string &type, const std::string &path): resourceManagerTypes.cpp']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
var searchData=
|
||||
[
|
||||
['dobject_232',['DObject',['../classDObject.html#a0ae54853e18265657296bfb5ac3bf9d0',1,'DObject::DObject()'],['../classDObject.html#a598321f3b8524b98df72393c04d7470c',1,'DObject::DObject(const DataType &data)']]]
|
||||
['ddpsi0_0',['ddpsi0',['../namespacehelmholtz.html#afb12b8ccdd5491440542d69cd81bcb55',1,'helmholtz']]],
|
||||
['ddpsi1_1',['ddpsi1',['../namespacehelmholtz.html#a73dce1f6c33b646d29ea6b746beed652',1,'helmholtz']]],
|
||||
['ddpsi2_2',['ddpsi2',['../namespacehelmholtz.html#a45b09d3473306d955bc45cf11df44a11',1,'helmholtz']]],
|
||||
['dfmod_3',['dfmod',['../namespacepoly_m_f_e_m_utils.html#a6aa65cbcd9af83e05c34fbd8428c335c',1,'polyMFEMUtils']]],
|
||||
['diffusioncoeff_4',['diffusionCoeff',['../namespacepolycoeff.html#a1c9b910e2fb3363c13bb8ebf2fb98f09',1,'polycoeff']]],
|
||||
['dobject_5',['DObject',['../class_d_object.html#a0ae54853e18265657296bfb5ac3bf9d0',1,'DObject::DObject()'],['../class_d_object.html#a598321f3b8524b98df72393c04d7470c',1,'DObject::DObject(const DataType &data)']]],
|
||||
['dp_5frate_6',['dp_rate',['../namespacenn_approx8.html#a4b667550e45632fd9659d0ba61fb1733',1,'nnApprox8']]],
|
||||
['dpsi0_7',['dpsi0',['../namespacehelmholtz.html#a1eb81e38cac69acdff0c72bfbdfa0a49',1,'helmholtz']]],
|
||||
['dpsi1_8',['dpsi1',['../namespacehelmholtz.html#a90f0e41668ae5e2827292892db0be33c',1,'helmholtz']]],
|
||||
['dpsi2_9',['dpsi2',['../namespacehelmholtz.html#a9638e40279f8a986ab000a1628fb4119',1,'helmholtz']]]
|
||||
];
|
||||
|
||||
@@ -1,18 +1,5 @@
|
||||
var searchData=
|
||||
[
|
||||
['get_233',['get',['../classLockableDObject.html#adcfe201fc728cc1c6fcf638a566ba9a1',1,'LockableDObject::get()'],['../classConstants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19',1,'Constants::get()']]],
|
||||
['getbytesize_234',['getByteSize',['../classMetadata.html#ac7980d1efdd6ae434f0115f83d08348e',1,'Metadata']]],
|
||||
['getdata_235',['getData',['../classDObject.html#a4862655c3634d019b0a45b811d6f7235',1,'DObject']]],
|
||||
['getdataas_236',['getDataAs',['../classDObject.html#aca2db093c1c8c6f7893de07544aed619',1,'DObject']]],
|
||||
['getdatatype_237',['getDataType',['../classMetadata.html#aeed7f22ccc61d9a3d6425441d381dcdc',1,'Metadata']]],
|
||||
['getdimensions_238',['getDimensions',['../classMetadata.html#a412c0c0b8754d85f9edbbdcd637f3b20',1,'Metadata']]],
|
||||
['geterrorcode_239',['getErrorCode',['../classDObject.html#afa8926d916081de72478cb8813c25e98',1,'DObject']]],
|
||||
['getheader_240',['getHeader',['../classOpatIO.html#afe725b647bc5bb802f6d711fc5dca3ab',1,'OpatIO']]],
|
||||
['getinstance_241',['getInstance',['../classConstants.html#aaa6f3af20fa563cf22df71a987923065',1,'Constants']]],
|
||||
['getmaxqdepth_242',['getMaxQDepth',['../classOpatIO.html#a48cd5e4f3fdb221bc1b6253e149e8e01',1,'OpatIO']]],
|
||||
['getmesh_243',['GetMesh',['../classMeshIO.html#a3e4bccff08abf9a28b3d64c8fb9f7317',1,'MeshIO']]],
|
||||
['getnumindex_244',['getNumIndex',['../classOpatIO.html#a8f7cc9a4ec8845c22df330678afd29c6',1,'OpatIO']]],
|
||||
['getopatversion_245',['getOPATVersion',['../classOpatIO.html#a2894437c09f4cdb06c9b06d6aad4bd2f',1,'OpatIO']]],
|
||||
['gettable_246',['getTable',['../classOpatIO.html#a5c35b863873239e023427864ed016f58',1,'OpatIO']]],
|
||||
['gettableindex_247',['getTableIndex',['../classOpatIO.html#af0bc6bb210c4ff74bc1e043aeb252e1a',1,'OpatIO::getTableIndex()'],['../classOpatIO.html#a408b7f7d58d4a49636220f0431813dad',1,'OpatIO::getTableIndex(std::vector< double > index)']]]
|
||||
['eosio_0',['EosIO',['../class_eos_i_o.html#ad721f72b591f1ef4b7fa87668e8d8b34',1,'EosIO']]],
|
||||
['evaluate_1',['evaluate',['../classnn_approx8_1_1_approx8_network.html#a31b8a20338d18123eca6e644f6e72366',1,'nnApprox8::Approx8Network::evaluate()'],['../classnuclear_network_1_1_network.html#aaa7fe5e69bd45e268c815aa8919966f1',1,'nuclearNetwork::Network::evaluate()']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
var searchData=
|
||||
[
|
||||
['has_248',['has',['../classConstants.html#a2aa041fd223f259e55bf098c90581039',1,'Constants']]]
|
||||
['finalize_0',['finalize',['../classcomposition_1_1_composition.html#a5547fe9d6154e10a7406d8a06d969462',1,'composition::Composition::finalize()'],['../class_polytrope_operator.html#ac7ebc4ae1c34e1569281be028e4daec1',1,'PolytropeOperator::finalize()']]],
|
||||
['finalizemassfracmode_1',['finalizeMassFracMode',['../classcomposition_1_1_composition.html#ae2b5392ad8acd0ab8e17d8452b35aa86',1,'composition::Composition']]],
|
||||
['finalizenumberfracmode_2',['finalizeNumberFracMode',['../classcomposition_1_1_composition.html#a8a3aec6d7f2f6cb4f91105740c15ffc8',1,'composition::Composition']]],
|
||||
['findcenterelement_3',['findCenterElement',['../class_poly_solver.html#a77455ce3505d93f7b5b5d3e9447bbe23',1,'PolySolver']]],
|
||||
['fmod_4',['fmod',['../namespacepoly_m_f_e_m_utils.html#a3b99f87291c525582b460ffdc4e2c220',1,'polyMFEMUtils']]]
|
||||
];
|
||||
|
||||
@@ -1,9 +1,46 @@
|
||||
var searchData=
|
||||
[
|
||||
['initlaize_5fopac_249',['initlaize_opac',['../opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8',1,'opac.h']]],
|
||||
['is_5fbig_5fendian_250',['is_big_endian',['../opatIO_8cpp.html#aed5f3e73e01248d8a2d6792a69081f9e',1,'opatIO.cpp']]],
|
||||
['isdebugenabled_251',['isDebugEnabled',['../classMetadata.html#abe52c81e04665628666b4140cd346b69',1,'Metadata']]],
|
||||
['isdebuggingenabled_252',['isDebuggingEnabled',['../classDObject.html#ae47bf220fbe2173cf6933c2380035dbd',1,'DObject']]],
|
||||
['isloaded_253',['isLoaded',['../classConstants.html#ae276dfdc0ffe75a53e3842e33ab52630',1,'Constants::isLoaded()'],['../classOpatIO.html#aba1be05d51d4b0b9e4581b95ad0e1890',1,'OpatIO::isLoaded()']]],
|
||||
['isloaded_254',['IsLoaded',['../classMeshIO.html#a12495fc814254021d44e0509ac760672',1,'MeshIO']]]
|
||||
['get_0',['get',['../class_constants.html#a36ddd7fe6857d1bbf6d1c84d4ed7bc19',1,'Constants::get()'],['../class_lockable_d_object.html#adcfe201fc728cc1c6fcf638a566ba9a1',1,'LockableDObject::get()']]],
|
||||
['get_5fblock_5foffsets_1',['get_block_offsets',['../class_polytrope_operator.html#a2a7f200a45cff11897470de39a302f93',1,'PolytropeOperator']]],
|
||||
['get_5fessential_5ftrue_5fdofs_2',['get_essential_true_dofs',['../class_polytrope_operator.html#a1bf3ced83363a1318258ae0f5bfeb57e',1,'PolytropeOperator']]],
|
||||
['get_5ffree_5fdofs_3',['get_free_dofs',['../class_polytrope_operator.html#ab5577c71be2bdb0f82daefd2631b8cb1',1,'PolytropeOperator']]],
|
||||
['get_5fhelm_5feos_4',['get_helm_EOS',['../namespacehelmholtz.html#ad2176033ca3ac4e5dc65f281477b94c2',1,'helmholtz']]],
|
||||
['get_5fjacobian_5foperator_5',['get_jacobian_operator',['../class_polytrope_operator.html#ac05cd1bd6b0a2b2502af9d8a6b86077c',1,'PolytropeOperator']]],
|
||||
['get_5fpreconditioner_6',['get_preconditioner',['../class_polytrope_operator.html#a7789efbb8ba3a09a0975475518b4b611',1,'PolytropeOperator']]],
|
||||
['get_5freduced_5fblock_5foffsets_7',['get_reduced_block_offsets',['../class_polytrope_operator.html#acc69c13a7178c25af2ff5c339cbb1c67',1,'PolytropeOperator']]],
|
||||
['get_5freduced_5fsystem_5fsize_8',['get_reduced_system_size',['../class_polytrope_operator.html#afbcb03cce5e5da376163a7dd89216400',1,'PolytropeOperator']]],
|
||||
['get_5ft9_5farray_9',['get_T9_array',['../namespacenn_approx8.html#a4c456c6d41b33d7b5c9e6520ec002e0e',1,'nnApprox8']]],
|
||||
['getavaliableresources_10',['getAvaliableResources',['../class_resource_manager.html#a77243baf9aa96d5f3c1635f8a34b48b5',1,'ResourceManager']]],
|
||||
['getbytesize_11',['getByteSize',['../class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e',1,'Metadata']]],
|
||||
['getcomposition_12',['getComposition',['../classcomposition_1_1_composition.html#a41df148cfdc1253a87f64c8874763e80',1,'composition::Composition::getComposition(const std::string &symbol) const'],['../classcomposition_1_1_composition.html#ae38c20ab0819669f3d6fbefbf8a2fa7c',1,'composition::Composition::getComposition() const']]],
|
||||
['getdata_13',['getData',['../class_d_object.html#a4862655c3634d019b0a45b811d6f7235',1,'DObject']]],
|
||||
['getdataas_14',['getDataAs',['../class_d_object.html#aca2db093c1c8c6f7893de07544aed619',1,'DObject']]],
|
||||
['getdatatype_15',['getDataType',['../class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc',1,'Metadata']]],
|
||||
['getdimensions_16',['getDimensions',['../class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20',1,'Metadata']]],
|
||||
['getdofcoordinates_17',['GetDofCoordinates',['../class_poly_solver.html#ae80ad90a3f632683e38ae03cb4b8e12b',1,'PolySolver']]],
|
||||
['geterrorcode_18',['getErrorCode',['../class_d_object.html#afa8926d916081de72478cb8813c25e98',1,'DObject']]],
|
||||
['getessentialtruedof_19',['getEssentialTrueDof',['../class_poly_solver.html#a45cc1921d9e385b31406b00d750d9a8b',1,'PolySolver']]],
|
||||
['getfirstsegment_20',['getFirstSegment',['../resource_manager_types_8cpp.html#a3adea101b1d749fb0eaee2e91b7e10fe',1,'getFirstSegment(const std::string &input): resourceManagerTypes.cpp'],['../resource_manager_types_8h.html#a3adea101b1d749fb0eaee2e91b7e10fe',1,'getFirstSegment(const std::string &input): resourceManagerTypes.cpp']]],
|
||||
['getformat_21',['getFormat',['../class_eos_i_o.html#add10f91411e996844a14979d12d107b7',1,'EosIO']]],
|
||||
['getgradient_22',['GetGradient',['../class_polytrope_operator.html#af0324f7a83083306158bb8740fdf4379',1,'PolytropeOperator']]],
|
||||
['getinstance_23',['getInstance',['../class_constants.html#ab302ea5420378c55a9e5f116d19ae0e2',1,'Constants::getInstance()'],['../class_probe_1_1_log_manager.html#adddabc01655308e7e62d8d3bd1b15386',1,'Probe::LogManager::getInstance()'],['../class_resource_manager.html#ad4dd8ab7ad458929de4a60128079af98',1,'ResourceManager::getInstance()']]],
|
||||
['getlastline_24',['getLastLine',['../probe_test_8cpp.html#a6181751ac1c7f7f38b548af87ad506ab',1,'probeTest.cpp']]],
|
||||
['getlogger_25',['getLogger',['../class_probe_1_1_log_manager.html#a5a12a541a9a7ca7f848ff385fb729c1d',1,'Probe::LogManager']]],
|
||||
['getloggernames_26',['getLoggerNames',['../class_probe_1_1_log_manager.html#a91daa688d52850bcf857fe638e9f421d',1,'Probe::LogManager']]],
|
||||
['getloggers_27',['getLoggers',['../class_probe_1_1_log_manager.html#a627ffe6b758ad69e77a7033f28bd7dbd',1,'Probe::LogManager']]],
|
||||
['getmassfracmode_28',['getMassFracMode',['../structcomposition_1_1_composition_entry.html#aa715e35857d200dd69a0e777afb312e0',1,'composition::CompositionEntry']]],
|
||||
['getmassfraction_29',['getMassFraction',['../classcomposition_1_1_composition.html#a205d51c7455bdf7069de1794315954aa',1,'composition::Composition::getMassFraction() const'],['../classcomposition_1_1_composition.html#a9cca346916b1bb733a3de915dce10ccb',1,'composition::Composition::getMassFraction(const std::string &symbol) const']]],
|
||||
['getmesh_30',['GetMesh',['../class_mesh_i_o.html#a12d2876be0d000aaaa6e5cd6d6a758af',1,'MeshIO']]],
|
||||
['getmesh_31',['getMesh',['../class_poly_solver.html#a7959fe89ce2753b262f1e5b1a1b7fd4e',1,'PolySolver']]],
|
||||
['getmeshradius_32',['getMeshRadius',['../namespace_probe.html#a7f82da2ba203b4c8ddabe66105518ab5',1,'Probe']]],
|
||||
['getn_33',['getN',['../class_poly_solver.html#afdb769d3ee9e0929c16a68eb71630f23',1,'PolySolver']]],
|
||||
['getnumberfraction_34',['getNumberFraction',['../classcomposition_1_1_composition.html#aa75453fd563e3f50dee316879df01968',1,'composition::Composition::getNumberFraction(const std::string &symbol) const'],['../classcomposition_1_1_composition.html#a0990e41edd2ad138e844fea0962c8278',1,'composition::Composition::getNumberFraction() const']]],
|
||||
['getorder_35',['getOrder',['../class_poly_solver.html#aea184d88d7c450b03682f61565541d72',1,'PolySolver']]],
|
||||
['getraysolution_36',['getRaySolution',['../namespace_probe.html#ad9b811b23f12083ece6f4e6dbe2dcdd7',1,'Probe::getRaySolution(mfem::GridFunction &u, mfem::Mesh &mesh, const std::vector< double > &rayDirection, int numSamples, std::string filename)'],['../namespace_probe.html#a79200561b55e113bf48db25def08ab71',1,'Probe::getRaySolution(mfem::Vector &vec, mfem::FiniteElementSpace &fes, const std::vector< double > &rayDirection, int numSamples, std::string filename)']]],
|
||||
['getregisteredsymbols_37',['getRegisteredSymbols',['../classcomposition_1_1_composition.html#affaeabe495474b82951786591ead8026',1,'composition::Composition']]],
|
||||
['getresource_38',['getResource',['../class_resource_manager.html#a203619e5da7f2bef6cbe13326d41eda4',1,'ResourceManager']]],
|
||||
['getsolution_39',['getSolution',['../class_poly_solver.html#aa2baea44320e302f543ed6fad5e0d6a2',1,'PolySolver']]],
|
||||
['gettable_40',['getTable',['../class_eos_i_o.html#ad7484ed459d8479381f4fb288597cbeb',1,'EosIO']]],
|
||||
['glvisview_41',['glVisView',['../namespace_probe.html#a12b943de0fdd9f43c61690d9bf4458fc',1,'Probe::glVisView(mfem::GridFunction &u, mfem::Mesh &mesh, const std::string &windowTitle="grid function", const std::string &keyset="")'],['../namespace_probe.html#a03820eac150e53edc8f112f3e637d7ed',1,'Probe::glVisView(mfem::Vector &vec, mfem::FiniteElementSpace &fes, const std::string &windowTitle="vector", const std::string &keyset="")']]],
|
||||
['gmresinverter_42',['GMRESInverter',['../class_g_m_r_e_s_inverter.html#a58b277d5a3e5882eb1844db328e60c7a',1,'GMRESInverter']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
var searchData=
|
||||
[
|
||||
['keys_255',['keys',['../classConstants.html#ab9de36fa145552a3e7964e7e85a67149',1,'Constants']]]
|
||||
['h3_0',['h3',['../namespacehelmholtz.html#a41df406f39a42cca3025714d1f8eb46e',1,'helmholtz::h3(std::array< double, 36 > fi, double w0t, double w1t, double w0mt, double w1mt, double w0d, double w1d, double w0md, double w1md)'],['../namespacehelmholtz.html#aa85859a889cb5f1737f1f6aebf515e23',1,'helmholtz::h3(double fi[36], double w0t, double w1t, double w0mt, double w1mt, double w0d, double w1d, double w0md, double w1md)']]],
|
||||
['h5_1',['h5',['../namespacehelmholtz.html#a1a82ee04b75adacdd2b9f69ccd318a83',1,'helmholtz::h5(std::array< double, 36 > fi, double w0t, double w1t, double w2t, double w0mt, double w1mt, double w2mt, double w0d, double w1d, double w2d, double w0md, double w1md, double w2md)'],['../namespacehelmholtz.html#a9a32be64f7f8465928548b2fa92ec524',1,'helmholtz::h5(double fi[36], double w0t, double w1t, double w2t, double w0mt, double w1mt, double w2mt, double w0d, double w1d, double w2d, double w0md, double w1md, double w2md)']]],
|
||||
['has_2',['has',['../class_constants.html#a2aa041fd223f259e55bf098c90581039',1,'Constants']]],
|
||||
['hassymbol_3',['hasSymbol',['../classcomposition_1_1_composition.html#a7dee1bb3074a6aa2842d4fffcac4d2c4',1,'composition::Composition']]],
|
||||
['he3he3_5frate_4',['he3he3_rate',['../namespacenn_approx8.html#a0adb7d9f97ced151a36f0d2aaa95011d',1,'nnApprox8']]],
|
||||
['he3he4_5frate_5',['he3he4_rate',['../namespacenn_approx8.html#a2e8c3f6a3752b706d200b5ecef2c3223',1,'nnApprox8']]],
|
||||
['heap_5fallocate_5fcontiguous_5f2d_5fmemory_6',['heap_allocate_contiguous_2D_memory',['../helm_8cpp.html#a0537c506d77a3dfea9b237aeb07f3281',1,'heap_allocate_contiguous_2D_memory(int rows, int cols): helm.cpp'],['../helm_8h.html#a0537c506d77a3dfea9b237aeb07f3281',1,'heap_allocate_contiguous_2D_memory(int rows, int cols): helm.cpp']]],
|
||||
['heap_5fdeallocate_5fcontiguous_5f2d_5fmemory_7',['heap_deallocate_contiguous_2D_memory',['../helm_8cpp.html#a82f032cfe64e2576c67986660cbe824d',1,'heap_deallocate_contiguous_2D_memory(double **array): helm.cpp'],['../helm_8h.html#a82f032cfe64e2576c67986660cbe824d',1,'heap_deallocate_contiguous_2D_memory(double **array): helm.cpp']]],
|
||||
['helmtable_8',['HELMTable',['../structhelmholtz_1_1_h_e_l_m_table.html#a0165aed3bb02b69a70934c8b7b185872',1,'helmholtz::HELMTable']]]
|
||||
];
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
var searchData=
|
||||
[
|
||||
['load_256',['load',['../classOpatIO.html#a3578ac9bad40dd45ada3459f92a93b56',1,'OpatIO']]],
|
||||
['lock_257',['lock',['../classLockableDObject.html#ade38ca54703913359fc3b4366f6e292a',1,'LockableDObject']]],
|
||||
['lockabledobject_258',['LockableDObject',['../classLockableDObject.html#ae1a174a2740fa053626fe2820ee0efee',1,'LockableDObject']]],
|
||||
['lookupclosesttableid_259',['lookupClosestTableID',['../classOpatIO.html#a82715d95a5ddd1e78470b90fbd005c4d',1,'OpatIO']]],
|
||||
['lookuptableid_260',['lookupTableID',['../classOpatIO.html#a1a4456b7745c0dd559eca72d5d744fc0',1,'OpatIO']]]
|
||||
['initialize_0',['initialize',['../class_constants.html#a60f87120b1eef774efe8c168aa69af6a',1,'Constants']]],
|
||||
['initlaize_5fopac_1',['initlaize_opac',['../opac_8h.html#a6243596bfdc55d73744ebecd9e577ee8',1,'opac.h']]],
|
||||
['isdebugenabled_2',['isDebugEnabled',['../class_metadata.html#abe52c81e04665628666b4140cd346b69',1,'Metadata']]],
|
||||
['isdebuggingenabled_3',['isDebuggingEnabled',['../class_d_object.html#ae47bf220fbe2173cf6933c2380035dbd',1,'DObject']]],
|
||||
['isfinalized_4',['isFinalized',['../class_polytrope_operator.html#aeb8d505244836212c9015205e486378a',1,'PolytropeOperator']]],
|
||||
['isloaded_5',['IsLoaded',['../class_mesh_i_o.html#a12495fc814254021d44e0509ac760672',1,'MeshIO']]],
|
||||
['isloaded_6',['isLoaded',['../class_constants.html#ae276dfdc0ffe75a53e3842e33ab52630',1,'Constants']]],
|
||||
['isotope_7',['isotope',['../structcomposition_1_1_composition_entry.html#a31b399ff8b24a6ebbfe4bb9ced7a2afa',1,'composition::CompositionEntry']]],
|
||||
['isstiff_8',['isStiff',['../classnn_approx8_1_1_approx8_network.html#a4b1600c394d4cf312c48e5ca82542a76',1,'nnApprox8::Approx8Network']]],
|
||||
['isvalidcomposition_9',['isValidComposition',['../classcomposition_1_1_composition.html#ac71fb70e029b4310e2bb4232e4270e96',1,'composition::Composition']]],
|
||||
['isvalidsymbol_10',['isValidSymbol',['../classcomposition_1_1_composition.html#a11a463394bf9110ac0f1a8b1df1384e9',1,'composition::Composition']]]
|
||||
];
|
||||
|
||||
@@ -1,59 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
width="20"
|
||||
height="19"
|
||||
viewBox="0 0 20 19"
|
||||
sodipodi:docname="mag_sel.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata8">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
>
|
||||
<defs
|
||||
id="defs6" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="2096"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="5.9792688"
|
||||
inkscape:cy="1.1436277"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:0;stroke:#656565;stroke-width:1.4;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path4611"
|
||||
@@ -64,11 +22,10 @@
|
||||
style="fill:#656565;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 11,7 13.5,10 16,7 Z"
|
||||
id="path4609"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
/>
|
||||
<path
|
||||
style="fill:none;stroke:#656565;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.1085854,11.109059 2.7823556,2.782356"
|
||||
id="path4630"
|
||||
inkscape:connector-curvature="0" />
|
||||
/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1019 B |
@@ -1,4 +1,4 @@
|
||||
var searchData=
|
||||
[
|
||||
['operator_3c_3c_335',['operator<<',['../structConstant.html#ad298f7af7cdfd2e2267fd9e464558e2b',1,'Constant::operator<<()'],['../classDObject.html#a5b2896a287295bf59a0b9e4d0af21161',1,'DObject::operator<<()'],['../classMetadata.html#a9bc49cc23da2d1ff8b3e197630b9dfd2',1,'Metadata::operator<<()']]]
|
||||
['operator_3c_3c_0',['operator<<',['../structcomposition_1_1_global_composition.html#a3c072a749c3648607771ac9105181f26',1,'composition::GlobalComposition::operator<<()'],['../structcomposition_1_1_composition_entry.html#ae7a6a113fc5914248eff5629716d6eb2',1,'composition::CompositionEntry::operator<<()'],['../classcomposition_1_1_composition.html#a36c2525d21cd932065bb2bb30bc57fb4',1,'composition::Composition::operator<<()'],['../struct_constant.html#a387b3e0a55788b0ea04c77ba040c5aaa',1,'Constant::operator<<()'],['../class_d_object.html#aa54e75574f0302a2ca7252f9f0f0b3f1',1,'DObject::operator<<()'],['../class_metadata.html#a12949a1ea26c4ff1afeb97101c0493c5',1,'Metadata::operator<<()'],['../structhelmholtz_1_1_h_e_l_m_table.html#a65eea84782fc9b5b69b6f7f2ebf57940',1,'helmholtz::HELMTable::operator<<()'],['../structhelmholtz_1_1_e_o_s_input.html#ae6bc0662e64e05608593df6129ab8edb',1,'helmholtz::EOSInput::operator<<()'],['../structhelmholtz_1_1_e_o_s.html#a8071bdc90dec68ba933eb59c902a0b7b',1,'helmholtz::EOS::operator<<()']]]
|
||||
];
|
||||
|
||||
@@ -1,100 +1,116 @@
|
||||
/*---------------- Search Box */
|
||||
/*---------------- Search Box positioning */
|
||||
|
||||
#FSearchBox {
|
||||
float: left;
|
||||
#main-menu > li:last-child {
|
||||
/* This <li> object is the parent of the search bar */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 36px;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
/*---------------- Search box styling */
|
||||
|
||||
.SRPage * {
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
dark-mode-toggle {
|
||||
margin-left: 5px;
|
||||
display: flex;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#MSearchBox {
|
||||
display: inline-block;
|
||||
white-space : nowrap;
|
||||
float: none;
|
||||
margin-top: 0px;
|
||||
right: 0px;
|
||||
width: 170px;
|
||||
height: 24px;
|
||||
background: white;
|
||||
border-radius: 0.65em;
|
||||
box-shadow: inset 0.5px 0.5px 3px 0px #555;
|
||||
z-index: 102;
|
||||
display: inline;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#MSearchBox .left
|
||||
{
|
||||
display:block;
|
||||
position:absolute;
|
||||
left:10px;
|
||||
width:20px;
|
||||
height:19px;
|
||||
background:url('search_l.png') no-repeat;
|
||||
background-position:right;
|
||||
#MSearchBox .left {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
height: 1.4em;
|
||||
}
|
||||
|
||||
#MSearchSelect {
|
||||
display:block;
|
||||
position:absolute;
|
||||
width:20px;
|
||||
height:19px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
height: 19px;
|
||||
background-image: url('mag_sel.svg');
|
||||
margin: 0 0 0 0.3em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.left #MSearchSelect {
|
||||
left:4px;
|
||||
#MSearchSelectExt {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 10px;
|
||||
height: 19px;
|
||||
background-image: url('mag.svg');
|
||||
margin: 0 0 0 0.5em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.right #MSearchSelect {
|
||||
right:5px;
|
||||
}
|
||||
|
||||
#MSearchField {
|
||||
display:block;
|
||||
position:absolute;
|
||||
height:19px;
|
||||
background:url('search_m.png') repeat-x;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 7.5em;
|
||||
height: 19px;
|
||||
margin: 0 0.15em;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
border:none;
|
||||
width:111px;
|
||||
margin-left:20px;
|
||||
padding-left:4px;
|
||||
color: #909090;
|
||||
outline: none;
|
||||
font: 9pt Arial, Verdana, sans-serif;
|
||||
font-family: Arial,Verdana,sans-serif;
|
||||
-webkit-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#FSearchBox #MSearchField {
|
||||
margin-left:15px;
|
||||
@media(hover: none) {
|
||||
/* to avoid zooming on iOS */
|
||||
#MSearchField {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
#MSearchBox .right {
|
||||
display:block;
|
||||
position:absolute;
|
||||
right:10px;
|
||||
top:0px;
|
||||
width:20px;
|
||||
height:19px;
|
||||
background:url('search_r.png') no-repeat;
|
||||
background-position:left;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 1.4em;
|
||||
height: 1.4em;
|
||||
}
|
||||
|
||||
#MSearchClose {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
font-size: inherit;
|
||||
background : none;
|
||||
border: none;
|
||||
margin: 0px 4px 0px 0px;
|
||||
padding: 0px 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
.left #MSearchClose {
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
.right #MSearchClose {
|
||||
right: 2px;
|
||||
#MSearchCloseImg {
|
||||
padding: 0.3em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.MSearchBoxActive #MSearchField {
|
||||
color: #000000;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*---------------- Search filter selection */
|
||||
|
||||
#MSearchSelectWindow {
|
||||
@@ -115,7 +131,7 @@
|
||||
}
|
||||
|
||||
.SelectItem {
|
||||
font: 8pt Arial, Verdana, sans-serif;
|
||||
font: 8pt Arial,Verdana,sans-serif;
|
||||
padding-left: 2px;
|
||||
padding-right: 12px;
|
||||
border: 0px;
|
||||
@@ -123,7 +139,7 @@
|
||||
|
||||
span.SelectionMark {
|
||||
margin-right: 4px;
|
||||
font-family: monospace;
|
||||
font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
|
||||
outline-style: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -131,7 +147,7 @@ span.SelectionMark {
|
||||
a.SelectItem {
|
||||
display: block;
|
||||
outline-style: none;
|
||||
color: #000000;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
padding-left: 6px;
|
||||
padding-right: 12px;
|
||||
@@ -139,13 +155,13 @@ a.SelectItem {
|
||||
|
||||
a.SelectItem:focus,
|
||||
a.SelectItem:active {
|
||||
color: #000000;
|
||||
color: black;
|
||||
outline-style: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.SelectItem:hover {
|
||||
color: #FFFFFF;
|
||||
color: white;
|
||||
background-color: #3D578C;
|
||||
outline-style: none;
|
||||
text-decoration: none;
|
||||
@@ -156,7 +172,7 @@ a.SelectItem:hover {
|
||||
/*---------------- Search results window */
|
||||
|
||||
iframe#MSearchResults {
|
||||
width: 60ex;
|
||||
/*width: 60ex;*/
|
||||
height: 15em;
|
||||
}
|
||||
|
||||
@@ -164,9 +180,12 @@ iframe#MSearchResults {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0; top: 0;
|
||||
border: 1px solid #000;
|
||||
border: 1px solid black;
|
||||
background-color: #EEF1F7;
|
||||
z-index:10000;
|
||||
width: 300px;
|
||||
height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* ----------------------------------- */
|
||||
@@ -174,7 +193,6 @@ iframe#MSearchResults {
|
||||
|
||||
#SRIndex {
|
||||
clear:both;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.SREntry {
|
||||
@@ -187,8 +205,9 @@ iframe#MSearchResults {
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
||||
body.SRPage {
|
||||
div.SRPage {
|
||||
margin: 5px 2px;
|
||||
background-color: #EEF1F7;
|
||||
}
|
||||
|
||||
.SRChildren {
|
||||
@@ -202,7 +221,7 @@ body.SRPage {
|
||||
.SRSymbol {
|
||||
font-weight: bold;
|
||||
color: #425E97;
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
font-family: Arial,Verdana,sans-serif;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
@@ -210,7 +229,8 @@ body.SRPage {
|
||||
a.SRScope {
|
||||
display: block;
|
||||
color: #425E97;
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
font-family: Arial,Verdana,sans-serif;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
@@ -222,29 +242,27 @@ a.SRScope:focus, a.SRScope:active {
|
||||
|
||||
span.SRScope {
|
||||
padding-left: 4px;
|
||||
font-family: Arial,Verdana,sans-serif;
|
||||
}
|
||||
|
||||
.SRPage .SRStatus {
|
||||
padding: 2px 5px;
|
||||
font-size: 8pt;
|
||||
font-style: italic;
|
||||
font-family: Arial,Verdana,sans-serif;
|
||||
}
|
||||
|
||||
.SRResult {
|
||||
display: none;
|
||||
}
|
||||
|
||||
DIV.searchresults {
|
||||
div.searchresults {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/*---------------- External search page results */
|
||||
|
||||
.searchresult {
|
||||
background-color: #F0F3F8;
|
||||
}
|
||||
|
||||
.pages b {
|
||||
color: white;
|
||||
padding: 5px 5px 3px 5px;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,39 +1,42 @@
|
||||
var indexSectionsWithContent =
|
||||
{
|
||||
0: "_abcdeghiklmnoprstuvwx~",
|
||||
1: "bcdhlmnot",
|
||||
2: "_cdlmoprt",
|
||||
3: "abcdghiklmnoprstuvwx~",
|
||||
4: "bcdehilmnorsuv",
|
||||
5: "dp",
|
||||
6: "o",
|
||||
7: "e",
|
||||
8: "ot"
|
||||
0: "4abcdefghijklmnopqrstuvwxyz~",
|
||||
1: "acdefghjlmnoprsx",
|
||||
2: "chlnps",
|
||||
3: "4acdehilmnoprtuw",
|
||||
4: "abcdefghiklmnoprstuvwx~",
|
||||
5: "abcdefgijlmnopqrstuvxyz",
|
||||
6: "ademprv",
|
||||
7: "o",
|
||||
8: "bdeijst",
|
||||
9: "4acelst"
|
||||
};
|
||||
|
||||
var indexSectionNames =
|
||||
{
|
||||
0: "all",
|
||||
1: "classes",
|
||||
2: "files",
|
||||
3: "functions",
|
||||
4: "variables",
|
||||
5: "typedefs",
|
||||
6: "related",
|
||||
7: "defines",
|
||||
8: "pages"
|
||||
2: "namespaces",
|
||||
3: "files",
|
||||
4: "functions",
|
||||
5: "variables",
|
||||
6: "typedefs",
|
||||
7: "related",
|
||||
8: "defines",
|
||||
9: "pages"
|
||||
};
|
||||
|
||||
var indexSectionLabels =
|
||||
{
|
||||
0: "All",
|
||||
1: "Classes",
|
||||
2: "Files",
|
||||
3: "Functions",
|
||||
4: "Variables",
|
||||
5: "Typedefs",
|
||||
6: "Friends",
|
||||
7: "Macros",
|
||||
8: "Pages"
|
||||
2: "Namespaces",
|
||||
3: "Files",
|
||||
4: "Functions",
|
||||
5: "Variables",
|
||||
6: "Typedefs",
|
||||
7: "Friends",
|
||||
8: "Macros",
|
||||
9: "Pages"
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
var searchData=
|
||||
[
|
||||
['datatype_333',['DataType',['../classDObject.html#a79a2ecac4130ef3df272bdfeed26a620',1,'DObject']]]
|
||||
['array2d_0',['array2D',['../helm_8h.html#a78b5688d4effa2bab8f6e87e440e7c63',1,'helm.h']]]
|
||||
];
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
var searchData=
|
||||
[
|
||||
['plugin_334',['Plugin',['../classDObject.html#af11334d08ef85c68b3aae7554548e5a7',1,'DObject']]]
|
||||
['datatype_0',['DataType',['../class_d_object.html#a55b7cdac36a3a518ba6e1ecef0e25dcd',1,'DObject']]]
|
||||
];
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,23 +1,42 @@
|
||||
LATEX_CMD=pdflatex
|
||||
LATEX_CMD?=pdflatex
|
||||
MKIDX_CMD?=makeindex
|
||||
BIBTEX_CMD?=bibtex
|
||||
LATEX_COUNT?=8
|
||||
MANUAL_FILE?=refman
|
||||
|
||||
all: refman.pdf
|
||||
all: $(MANUAL_FILE).pdf
|
||||
|
||||
pdf: refman.pdf
|
||||
pdf: $(MANUAL_FILE).pdf
|
||||
|
||||
refman.pdf: clean refman.tex
|
||||
$(LATEX_CMD) refman
|
||||
makeindex refman.idx
|
||||
$(LATEX_CMD) refman
|
||||
latex_count=8 ; \
|
||||
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
|
||||
$(MANUAL_FILE).pdf: clean $(MANUAL_FILE).tex
|
||||
$(LATEX_CMD) $(MANUAL_FILE) || \
|
||||
if [ $$? != 0 ] ; then \
|
||||
\echo "Please consult $(MANUAL_FILE).log to see the error messages" ; \
|
||||
false; \
|
||||
fi
|
||||
$(MKIDX_CMD) $(MANUAL_FILE).idx
|
||||
$(LATEX_CMD) $(MANUAL_FILE) || \
|
||||
if [ $$? != 0 ] ; then \
|
||||
\echo "Please consult $(MANUAL_FILE).log to see the error messages" ; \
|
||||
false; \
|
||||
fi
|
||||
latex_count=$(LATEX_COUNT) ; \
|
||||
while grep -E -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\
|
||||
do \
|
||||
echo "Rerunning latex...." ;\
|
||||
$(LATEX_CMD) refman ;\
|
||||
$(LATEX_CMD) $(MANUAL_FILE) || \
|
||||
if [ $$? != 0 ] ; then \
|
||||
\echo "Please consult $(MANUAL_FILE).log to see the error messages" ; \
|
||||
false; \
|
||||
fi; \
|
||||
latex_count=`expr $$latex_count - 1` ;\
|
||||
done
|
||||
makeindex refman.idx
|
||||
$(LATEX_CMD) refman
|
||||
|
||||
$(MKIDX_CMD) $(MANUAL_FILE).idx
|
||||
$(LATEX_CMD) $(MANUAL_FILE) || \
|
||||
if [ $$? != 0 ] ; then \
|
||||
\echo "Please consult $(MANUAL_FILE).log to see the error messages" ; \
|
||||
false; \
|
||||
fi
|
||||
|
||||
clean:
|
||||
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
|
||||
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl $(MANUAL_FILE).pdf
|
||||
|
||||
@@ -8,9 +8,46 @@ Implementation of the \doxylink{class_d_object}{DObject} class.
|
||||
{\ttfamily \#include "{}DObject.\+h"{}}\newline
|
||||
{\ttfamily \#include $<$iostream$>$}\newline
|
||||
{\ttfamily \#include $<$stdexcept$>$}\newline
|
||||
\doxysubsubsection*{Functions}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
std\+::ostream \& \mbox{\hyperlink{_d_object_8cpp_aa54e75574f0302a2ca7252f9f0f0b3f1}{operator$<$$<$}} (std\+::ostream \&os, const \mbox{\hyperlink{class_d_object}{DObject}} \&obj)
|
||||
\begin{DoxyCompactList}\small\item\em Provides a human-\/readable summary of the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
Implementation of the \doxylink{class_d_object}{DObject} class.
|
||||
|
||||
Provides the implementation for a universal data container with plugin support.
|
||||
|
||||
Definition in file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Function Documentation}
|
||||
\Hypertarget{_d_object_8cpp_aa54e75574f0302a2ca7252f9f0f0b3f1}\index{DObject.cpp@{DObject.cpp}!operator$<$$<$@{operator$<$$<$}}
|
||||
\index{operator$<$$<$@{operator$<$$<$}!DObject.cpp@{DObject.cpp}}
|
||||
\doxysubsubsection{\texorpdfstring{operator$<$$<$()}{operator<<()}}
|
||||
{\footnotesize\ttfamily \label{_d_object_8cpp_aa54e75574f0302a2ca7252f9f0f0b3f1}
|
||||
std\+::ostream \& operator$<$$<$ (\begin{DoxyParamCaption}\item[{std\+::ostream \&}]{os}{, }\item[{const \mbox{\hyperlink{class_d_object}{DObject}} \&}]{obj}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
|
||||
Provides a human-\/readable summary of the \doxylink{class_d_object}{DObject}.
|
||||
|
||||
Useful for quick inspection or logging during debugging sessions.
|
||||
|
||||
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em os} & The output stream to write to. \\
|
||||
\hline
|
||||
{\em obj} & The \doxylink{class_d_object}{DObject} to summarize. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
\begin{DoxyReturn}{Returns}
|
||||
A reference to the output stream.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00126}{126}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
Defines the \doxylink{class_d_object}{DObject} class, a universal data container for the project.
|
||||
|
||||
|
||||
{\ttfamily \#include "{}Metadata.\+h"{}}\newline
|
||||
{\ttfamily \#include $<$variant$>$}\newline
|
||||
{\ttfamily \#include $<$memory$>$}\newline
|
||||
{\ttfamily \#include $<$vector$>$}\newline
|
||||
@@ -24,3 +23,6 @@ class \mbox{\hyperlink{class_d_object}{DObject}}
|
||||
Defines the \doxylink{class_d_object}{DObject} class, a universal data container for the project.
|
||||
|
||||
The \doxylink{class_d_object}{DObject} class encapsulates arbitrary data and its associated metadata, providing a consistent interface for public-\/facing functions. It includes support for dynamically registered plugins.
|
||||
|
||||
Definition in file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
|
||||
@@ -2,61 +2,108 @@
|
||||
\hypertarget{_d_object_8h_source}{}\label{_d_object_8h_source}\index{src/dobj/public/DObject.h@{src/dobj/public/DObject.h}}
|
||||
\mbox{\hyperlink{_d_object_8h}{Go to the documentation of this file.}}
|
||||
\begin{DoxyCode}{0}
|
||||
\DoxyCodeLine{00001\ \textcolor{preprocessor}{\#ifndef\ DOBJECT\_H}}
|
||||
\DoxyCodeLine{00002\ \textcolor{preprocessor}{\#define\ DOBJECT\_H}}
|
||||
\DoxyCodeLine{00003\ }
|
||||
\DoxyCodeLine{00004\ \textcolor{preprocessor}{\#include\ "{}\mbox{\hyperlink{_metadata_8h}{Metadata.h}}"{}}}
|
||||
\DoxyCodeLine{00005\ \textcolor{preprocessor}{\#include\ <variant>}}
|
||||
\DoxyCodeLine{00006\ \textcolor{preprocessor}{\#include\ <memory>}}
|
||||
\DoxyCodeLine{00007\ \textcolor{preprocessor}{\#include\ <vector>}}
|
||||
\DoxyCodeLine{00008\ \textcolor{preprocessor}{\#include\ <string>}}
|
||||
\DoxyCodeLine{00009\ \textcolor{preprocessor}{\#include\ <mutex>}}
|
||||
\DoxyCodeLine{00010\ \textcolor{preprocessor}{\#include\ <map>}}
|
||||
\DoxyCodeLine{00011\ \textcolor{preprocessor}{\#include\ <functional>}}
|
||||
\DoxyCodeLine{00012\ }
|
||||
\DoxyCodeLine{00021\ }
|
||||
\DoxyCodeLine{00029\ \textcolor{keyword}{class\ }\mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}\ \{}
|
||||
\DoxyCodeLine{00030\ \textcolor{keyword}{public}:}
|
||||
\DoxyCodeLine{00037\ \ \ \ \ \textcolor{keyword}{using\ }\mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DataType}}\ =\ std::variant<}
|
||||
\DoxyCodeLine{00038\ \ \ \ \ \ \ \ \ int,\ float,\ double,\ std::string,\ std::monostate,}
|
||||
\DoxyCodeLine{00039\ \ \ \ \ \ \ \ \ std::vector<int>,\ std::vector<float>,\ std::vector<double>}
|
||||
\DoxyCodeLine{00040\ \ \ \ \ >;}
|
||||
\DoxyCodeLine{00041\ }
|
||||
\DoxyCodeLine{00047\ \ \ \ \ \textcolor{keyword}{using\ }\mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}\ =\ std::function<void(\mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}\&)>;}
|
||||
\DoxyCodeLine{00048\ }
|
||||
\DoxyCodeLine{00054\ \ \ \ \ \mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}();}
|
||||
\DoxyCodeLine{00055\ }
|
||||
\DoxyCodeLine{00062\ \ \ \ \ \mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}(\textcolor{keyword}{const}\ \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DataType}}\&\ data,\ \textcolor{keyword}{const}\ \mbox{\hyperlink{class_metadata}{Metadata}}\&\ metadata);}
|
||||
\DoxyCodeLine{00063\ }
|
||||
\DoxyCodeLine{00071\ \ \ \ \ \textcolor{keyword}{const}\ \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DataType}}\&\ \mbox{\hyperlink{class_d_object_a4862655c3634d019b0a45b811d6f7235}{getData}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00072\ }
|
||||
\DoxyCodeLine{00080\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_ab1718571434e84e90f1ec463e4786a8a}{setData}}(const\ \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DataType}}\&\ data);}
|
||||
\DoxyCodeLine{00081\ }
|
||||
\DoxyCodeLine{00090\ \ \ \ \ const\ \mbox{\hyperlink{class_metadata}{Metadata}}\&\ \mbox{\hyperlink{class_d_object_a157b31e881aac6dd40782d3abc561d4e}{getMetadata}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00091\ }
|
||||
\DoxyCodeLine{00099\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a296b1519249fdc1f6c7b4ab62d5421bc}{setMetadata}}(const\ \mbox{\hyperlink{class_metadata}{Metadata}}\&\ metadata);}
|
||||
\DoxyCodeLine{00100\ }
|
||||
\DoxyCodeLine{00108\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a6f0023aee463e71d92442dcf61b6ed47}{setDebugging}}(\textcolor{keywordtype}{bool}\ enableDebug);}
|
||||
\DoxyCodeLine{00109\ }
|
||||
\DoxyCodeLine{00115\ \ \ \ \ [[nodiscard]]\ \textcolor{keywordtype}{bool}\ \mbox{\hyperlink{class_d_object_ae47bf220fbe2173cf6933c2380035dbd}{isDebuggingEnabled}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00116\ }
|
||||
\DoxyCodeLine{00125\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a15afffdf339150fc872bf63bdd08d581}{registerPlugin}}(const\ std::\textcolor{keywordtype}{string}\&\ \textcolor{keywordtype}{id},\ \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}\ plugin);}
|
||||
\DoxyCodeLine{00126\ }
|
||||
\DoxyCodeLine{00134\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a99b8688849e11501033a25f61efb8356}{unregisterPlugin}}(const\ std::\textcolor{keywordtype}{string}\&\ \textcolor{keywordtype}{id});}
|
||||
\DoxyCodeLine{00135\ }
|
||||
\DoxyCodeLine{00143\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a99072eb52bb22745f0248f273fbf28fb}{runPlugin}}(const\ std::\textcolor{keywordtype}{string}\&\ \textcolor{keywordtype}{id});}
|
||||
\DoxyCodeLine{00144\ }
|
||||
\DoxyCodeLine{00150\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a1223275dcbbf20334ea11707346acb93}{runAllPlugins}}();}
|
||||
\DoxyCodeLine{00151\ }
|
||||
\DoxyCodeLine{00161\ \ \ \ \ friend\ std::ostream\&\ operator<<(std::ostream\&\ os,\ const\ \mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}\&\ obj);}
|
||||
\DoxyCodeLine{00162\ }
|
||||
\DoxyCodeLine{00163\ private:}
|
||||
\DoxyCodeLine{00164\ \ \ \ \ \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DataType}}\ data\_;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00165\ \ \ \ \ \mbox{\hyperlink{class_metadata}{Metadata}}\ metadata\_;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00166\ \ \ \ \ \textcolor{keywordtype}{bool}\ debugEnabled\_\ =\ false;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00167\ \ \ \ \ std::map<std::\textcolor{keywordtype}{string},\ \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}>\ plugins\_;\ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00168\ \};}
|
||||
\DoxyCodeLine{00169\ }
|
||||
\DoxyCodeLine{00170\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//\ DOBJECT\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00001}00001\ \textcolor{comment}{/*\ ***********************************************************************}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00002}00002\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00003}00003\ \textcolor{comment}{//\ \ \ Copyright\ (C)\ 2025\ -\/-\/\ The\ 4D-\/STAR\ Collaboration}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00004}00004\ \textcolor{comment}{//\ \ \ File\ Author:\ Emily\ Boudreaux}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00005}00005\ \textcolor{comment}{//\ \ \ Last\ Modified:\ March\ 17,\ 2025}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00006}00006\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00007}00007\ \textcolor{comment}{//\ \ \ 4DSSE\ is\ free\ software;\ you\ can\ use\ it\ and/or\ modify}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00008}00008\ \textcolor{comment}{//\ \ \ it\ under\ the\ terms\ and\ restrictions\ the\ GNU\ General\ Library\ Public}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00009}00009\ \textcolor{comment}{//\ \ \ License\ version\ 3\ (GPLv3)\ as\ published\ by\ the\ Free\ Software\ Foundation.}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00010}00010\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00011}00011\ \textcolor{comment}{//\ \ \ 4DSSE\ is\ distributed\ in\ the\ hope\ that\ it\ will\ be\ useful,}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00012}00012\ \textcolor{comment}{//\ \ \ but\ WITHOUT\ ANY\ WARRANTY;\ without\ even\ the\ implied\ warranty\ of}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00013}00013\ \textcolor{comment}{//\ \ \ MERCHANTABILITY\ or\ FITNESS\ FOR\ A\ PARTICULAR\ PURPOSE.}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00014}00014\ \textcolor{comment}{//\ \ \ See\ the\ GNU\ Library\ General\ Public\ License\ for\ more\ details.}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00015}00015\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00016}00016\ \textcolor{comment}{//\ \ \ You\ should\ have\ received\ a\ copy\ of\ the\ GNU\ Library\ General\ Public\ License}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00017}00017\ \textcolor{comment}{//\ \ \ along\ with\ this\ software;\ if\ not,\ write\ to\ the\ Free\ Software}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00018}00018\ \textcolor{comment}{//\ \ \ Foundation,\ Inc.,\ 59\ Temple\ Place,\ Suite\ 330,\ Boston,\ MA\ 02111-\/1307\ USA}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00019}00019\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00020}00020\ \textcolor{comment}{//\ ***********************************************************************\ */}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00021}00021\ \textcolor{preprocessor}{\#ifndef\ DOBJECT\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00022}00022\ \textcolor{preprocessor}{\#define\ DOBJECT\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00023}00023\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00024}00024\ \textcolor{preprocessor}{\#include\ <variant>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00025}00025\ \textcolor{preprocessor}{\#include\ <memory>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00026}00026\ \textcolor{preprocessor}{\#include\ <vector>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00027}00027\ \textcolor{preprocessor}{\#include\ <string>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00028}00028\ \textcolor{preprocessor}{\#include\ <mutex>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00029}00029\ \textcolor{preprocessor}{\#include\ <map>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00030}00030\ \textcolor{preprocessor}{\#include\ <functional>}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00031}00031\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00040}00040\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00089}\mbox{\hyperlink{class_d_object}{00089}}\ \textcolor{keyword}{class\ }\mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}\ \{}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00090}00090\ \textcolor{keyword}{public}:}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00097}\mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{00097}}\ \ \ \ \ \textcolor{keyword}{using\ }\mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DataType}}\ =\ std::variant<}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00098}00098\ \ \ \ \ \ \ \ \ bool,\ \textcolor{keywordtype}{short}\ int,\ int,\ \textcolor{keywordtype}{long}\ int,\ float,\ double,\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00099}00099\ \ \ \ \ \ \ \ \ \textcolor{keywordtype}{long}\ double,\ std::string,\ std::monostate,\ std::vector<int>,}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00100}00100\ \ \ \ \ \ \ \ \ std::vector<float>,\ std::vector<double>,\ std::vector<std::string>,}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00101}00101\ \ \ \ \ \ \ \ \ std::vector<std::vector<int>>,\ std::vector<std::vector<float>>,}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00102}00102\ \ \ \ \ \ \ \ \ std::vector<std::vector<double>>,}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00103}00103\ \ \ \ \ \ \ \ \ std::vector<std::vector<std::vector<int>>>,}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00104}00104\ \ \ \ \ \ \ \ \ std::vector<std::vector<std::vector<float>>>,}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00105}00105\ \ \ \ \ \ \ \ \ std::vector<std::vector<std::vector<double>>>}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00106}00106\ \ \ \ \ >;}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00107}00107\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00108}00108\ \ \ \ \ \textcolor{comment}{//\ Mapping\ of\ data\ types\ to\ their\ string\ representations}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00109}\mbox{\hyperlink{class_d_object_a358d5f015da09ae5f0cbb46f3fd9e401}{00109}}\ \ \ \ \ std::map<int,\ std::string>\ \mbox{\hyperlink{class_d_object_a358d5f015da09ae5f0cbb46f3fd9e401}{dataTypeMap}}\ =\ \{}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00110}00110\ \ \ \ \ \ \ \ \ \{0,\ \textcolor{stringliteral}{"{}bool"{}}\},\ \{1,\ \textcolor{stringliteral}{"{}short\ int"{}}\},\ \{2,\ \textcolor{stringliteral}{"{}int"{}}\},\ \{3,\ \textcolor{stringliteral}{"{}long\ int"{}}\},\ \{4,\ \textcolor{stringliteral}{"{}float"{}}\},}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00111}00111\ \ \ \ \ \ \ \ \ \{5,\ \textcolor{stringliteral}{"{}double"{}}\},\ \{6,\ \textcolor{stringliteral}{"{}long\ double"{}}\},\ \{7,\ \textcolor{stringliteral}{"{}string"{}}\},\ \{8,\ \textcolor{stringliteral}{"{}std::monostate"{}}\},}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00112}00112\ \ \ \ \ \ \ \ \ \{9,\ \textcolor{stringliteral}{"{}vector<int>"{}}\},\ \{10,\ \textcolor{stringliteral}{"{}vector<float>"{}}\},\ \{11,\ \textcolor{stringliteral}{"{}vector<double>"{}}\},}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00113}00113\ \ \ \ \ \ \ \ \ \{12,\ \textcolor{stringliteral}{"{}vector<string>"{}}\},\ \{13,\ \textcolor{stringliteral}{"{}vector<vector<int>"{}}\},}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00114}00114\ \ \ \ \ \ \ \ \ \{14,\ \textcolor{stringliteral}{"{}vector<vector<float>"{}}\},\ \{15,\ \textcolor{stringliteral}{"{}vector<vector<double>"{}}\},}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00115}00115\ \ \ \ \ \ \ \ \ \{16,\ \textcolor{stringliteral}{"{}vector<vector<vector<int>>"{}}\},\ \{17,\ \textcolor{stringliteral}{"{}vector<vector<vector<float>>"{}}\},}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00116}00116\ \ \ \ \ \ \ \ \ \{18,\ \textcolor{stringliteral}{"{}vector<vector<vector<double>>"{}}\}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00117}00117\ \ \ \ \ \};}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00118}00118\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00119}00119\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00125}\mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{00125}}\ \ \ \ \ \textcolor{keyword}{using\ }\mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}\ =\ std::function<void(\mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}\&)>;}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00126}00126\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00132}00132\ \ \ \ \ \mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}();}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00133}00133\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00139}00139\ \ \ \ \ \mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}(\textcolor{keyword}{const}\ \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DataType}}\&\ data);}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00140}00140\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00148}00148\ \ \ \ \ \textcolor{keyword}{const}\ \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DataType}}\&\ \mbox{\hyperlink{class_d_object_a4862655c3634d019b0a45b811d6f7235}{getData}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00149}00149\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00155}00155\ \ \ \ \ template\ <typename\ T>}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00156}\mbox{\hyperlink{class_d_object_aca2db093c1c8c6f7893de07544aed619}{00156}}\ \ \ \ \ T\ \mbox{\hyperlink{class_d_object_aca2db093c1c8c6f7893de07544aed619}{getDataAs}}()\textcolor{keyword}{\ const\ }\{}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00157}00157\ \ \ \ \ \ \ \ \ \textcolor{keywordflow}{if}\ (std::holds\_alternative<T>(\mbox{\hyperlink{class_d_object_ad7ba02f6d87ce64792149096f3310b21}{data\_}}))\ \{}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00158}00158\ \ \ \ \ \ \ \ \ \ \ \ \ \textcolor{keywordflow}{return}\ std::get<T>(\mbox{\hyperlink{class_d_object_ad7ba02f6d87ce64792149096f3310b21}{data\_}});}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00159}00159\ \ \ \ \ \ \ \ \ \}\ \textcolor{keywordflow}{else}\ \{}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00160}00160\ \ \ \ \ \ \ \ \ \ \ \ \ \textcolor{keywordflow}{throw}\ std::bad\_variant\_access();}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00161}00161\ \ \ \ \ \ \ \ \ \}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00162}00162\ \ \ \ \ \}}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00163}00163\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00171}00171\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_ab1718571434e84e90f1ec463e4786a8a}{setData}}(\textcolor{keyword}{const}\ \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DataType}}\&\ data);}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00172}00172\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00180}00180\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a6f0023aee463e71d92442dcf61b6ed47}{setDebugging}}(\textcolor{keywordtype}{bool}\ enableDebug);}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00181}00181\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00187}00187\ \ \ \ \ \textcolor{keywordtype}{bool}\ \mbox{\hyperlink{class_d_object_ae47bf220fbe2173cf6933c2380035dbd}{isDebuggingEnabled}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00188}00188\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00194}00194\ \ \ \ \ \textcolor{keywordtype}{int}\ \mbox{\hyperlink{class_d_object_a3dce47a519f9da5085c0c5ac1eea4f38}{setErrorCode}}(\textcolor{keywordtype}{int}\ code)\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00195}00195\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00201}00201\ \ \ \ \ \textcolor{keywordtype}{int}\ \mbox{\hyperlink{class_d_object_afa8926d916081de72478cb8813c25e98}{getErrorCode}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00202}00202\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00203}00203\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00212}00212\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a15afffdf339150fc872bf63bdd08d581}{registerPlugin}}(const\ std::\textcolor{keywordtype}{string}\&\ \textcolor{keywordtype}{id},\ \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}\ plugin);}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00213}00213\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00221}00221\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a99b8688849e11501033a25f61efb8356}{unregisterPlugin}}(const\ std::\textcolor{keywordtype}{string}\&\ \textcolor{keywordtype}{id});}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00222}00222\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00230}00230\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a99072eb52bb22745f0248f273fbf28fb}{runPlugin}}(const\ std::\textcolor{keywordtype}{string}\&\ \textcolor{keywordtype}{id});}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00231}00231\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00237}00237\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_d_object_a1223275dcbbf20334ea11707346acb93}{runAllPlugins}}();}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00238}00238\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00248}00248\ \ \ \ \ friend\ std::ostream\&\ operator<<(std::ostream\&\ os,\ const\ \mbox{\hyperlink{class_d_object}{DObject}}\&\ obj);}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00249}00249\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00250}00250\ private:}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00251}\mbox{\hyperlink{class_d_object_ad7ba02f6d87ce64792149096f3310b21}{00251}}\ \ \ \ \ \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DataType}}\ \mbox{\hyperlink{class_d_object_ad7ba02f6d87ce64792149096f3310b21}{data\_}};\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00252}\mbox{\hyperlink{class_d_object_accf5c10d4afc3969607e11b0055312d5}{00252}}\ \ \ \ \ \textcolor{keywordtype}{bool}\ \mbox{\hyperlink{class_d_object_accf5c10d4afc3969607e11b0055312d5}{debugEnabled\_}}\ =\ false;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00253}\mbox{\hyperlink{class_d_object_ad8de5890e8dae5fc7e72fabca2520fc3}{00253}}\ \ \ \ \ \textcolor{keywordtype}{int}\ \mbox{\hyperlink{class_d_object_ad8de5890e8dae5fc7e72fabca2520fc3}{errorCode\_}}\ =\ 0;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00254}\mbox{\hyperlink{class_d_object_ae9f7e4d2fbabc076961a40185676e208}{00254}}\ \ \ \ \ std::map<std::\textcolor{keywordtype}{string},\ \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}>\ \mbox{\hyperlink{class_d_object_ae9f7e4d2fbabc076961a40185676e208}{plugins\_}};\ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00255}00255\ \};}
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00256}00256\ }
|
||||
\DoxyCodeLine{\Hypertarget{_d_object_8h_source_l00257}00257\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//\ DOBJECT\_H}}
|
||||
|
||||
\end{DoxyCode}
|
||||
|
||||
@@ -18,3 +18,6 @@ class \mbox{\hyperlink{class_lockable_d_object}{Lockable\+DObject}}
|
||||
A lightweight wrapper for \doxylink{class_d_object}{DObject} that adds locking capabilities.
|
||||
|
||||
This class allows safe concurrent access to a \doxylink{class_d_object}{DObject} by providing locking and unlocking methods.
|
||||
|
||||
Definition in file \mbox{\hyperlink{_lockable_d_object_8h_source}{Lockable\+DObject.\+h}}.
|
||||
|
||||
|
||||
@@ -2,28 +2,48 @@
|
||||
\hypertarget{_lockable_d_object_8h_source}{}\label{_lockable_d_object_8h_source}\index{src/dobj/public/LockableDObject.h@{src/dobj/public/LockableDObject.h}}
|
||||
\mbox{\hyperlink{_lockable_d_object_8h}{Go to the documentation of this file.}}
|
||||
\begin{DoxyCode}{0}
|
||||
\DoxyCodeLine{00001\ \textcolor{preprocessor}{\#ifndef\ LOCKABLE\_DOBJECT\_H}}
|
||||
\DoxyCodeLine{00002\ \textcolor{preprocessor}{\#define\ LOCKABLE\_DOBJECT\_H}}
|
||||
\DoxyCodeLine{00003\ }
|
||||
\DoxyCodeLine{00004\ \textcolor{preprocessor}{\#include\ "{}\mbox{\hyperlink{_d_object_8h}{DObject.h}}"{}}}
|
||||
\DoxyCodeLine{00005\ \textcolor{preprocessor}{\#include\ <mutex>}}
|
||||
\DoxyCodeLine{00006\ }
|
||||
\DoxyCodeLine{00014\ }
|
||||
\DoxyCodeLine{00019\ \textcolor{keyword}{class\ }\mbox{\hyperlink{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}{LockableDObject}}\ \{}
|
||||
\DoxyCodeLine{00020\ \textcolor{keyword}{public}:}
|
||||
\DoxyCodeLine{00024\ \ \ \ \ \mbox{\hyperlink{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}{LockableDObject}}()\ =\ \textcolor{keywordflow}{default};}
|
||||
\DoxyCodeLine{00025\ }
|
||||
\DoxyCodeLine{00030\ \ \ \ \ \mbox{\hyperlink{class_d_object}{DObject}}\&\ \mbox{\hyperlink{class_lockable_d_object_adcfe201fc728cc1c6fcf638a566ba9a1}{get}}();}
|
||||
\DoxyCodeLine{00031\ }
|
||||
\DoxyCodeLine{00035\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}{lock}}();}
|
||||
\DoxyCodeLine{00036\ }
|
||||
\DoxyCodeLine{00040\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}{unlock}}();}
|
||||
\DoxyCodeLine{00041\ }
|
||||
\DoxyCodeLine{00042\ \textcolor{keyword}{private}:}
|
||||
\DoxyCodeLine{00043\ \ \ \ \ \mbox{\hyperlink{class_d_object}{DObject}}\ object\_;\ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00044\ \ \ \ \ std::mutex\ mutex\_;\ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00045\ \};}
|
||||
\DoxyCodeLine{00046\ }
|
||||
\DoxyCodeLine{00047\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//\ LOCKABLE\_DOBJECT\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00001}00001\ \textcolor{comment}{/*\ ***********************************************************************}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00002}00002\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00003}00003\ \textcolor{comment}{//\ \ \ Copyright\ (C)\ 2025\ -\/-\/\ The\ 4D-\/STAR\ Collaboration}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00004}00004\ \textcolor{comment}{//\ \ \ File\ Author:\ Emily\ Boudreaux}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00005}00005\ \textcolor{comment}{//\ \ \ Last\ Modified:\ March\ 17,\ 2025}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00006}00006\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00007}00007\ \textcolor{comment}{//\ \ \ 4DSSE\ is\ free\ software;\ you\ can\ use\ it\ and/or\ modify}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00008}00008\ \textcolor{comment}{//\ \ \ it\ under\ the\ terms\ and\ restrictions\ the\ GNU\ General\ Library\ Public}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00009}00009\ \textcolor{comment}{//\ \ \ License\ version\ 3\ (GPLv3)\ as\ published\ by\ the\ Free\ Software\ Foundation.}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00010}00010\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00011}00011\ \textcolor{comment}{//\ \ \ 4DSSE\ is\ distributed\ in\ the\ hope\ that\ it\ will\ be\ useful,}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00012}00012\ \textcolor{comment}{//\ \ \ but\ WITHOUT\ ANY\ WARRANTY;\ without\ even\ the\ implied\ warranty\ of}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00013}00013\ \textcolor{comment}{//\ \ \ MERCHANTABILITY\ or\ FITNESS\ FOR\ A\ PARTICULAR\ PURPOSE.}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00014}00014\ \textcolor{comment}{//\ \ \ See\ the\ GNU\ Library\ General\ Public\ License\ for\ more\ details.}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00015}00015\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00016}00016\ \textcolor{comment}{//\ \ \ You\ should\ have\ received\ a\ copy\ of\ the\ GNU\ Library\ General\ Public\ License}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00017}00017\ \textcolor{comment}{//\ \ \ along\ with\ this\ software;\ if\ not,\ write\ to\ the\ Free\ Software}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00018}00018\ \textcolor{comment}{//\ \ \ Foundation,\ Inc.,\ 59\ Temple\ Place,\ Suite\ 330,\ Boston,\ MA\ 02111-\/1307\ USA}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00019}00019\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00020}00020\ \textcolor{comment}{//\ ***********************************************************************\ */}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00021}00021\ \textcolor{preprocessor}{\#ifndef\ LOCKABLE\_DOBJECT\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00022}00022\ \textcolor{preprocessor}{\#define\ LOCKABLE\_DOBJECT\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00023}00023\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00024}00024\ \textcolor{preprocessor}{\#include\ "{}\mbox{\hyperlink{_d_object_8h}{DObject.h}}"{}}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00025}00025\ \textcolor{preprocessor}{\#include\ <mutex>}}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00026}00026\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00034}00034\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00039}\mbox{\hyperlink{class_lockable_d_object}{00039}}\ \textcolor{keyword}{class\ }\mbox{\hyperlink{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}{LockableDObject}}\ \{}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00040}00040\ \textcolor{keyword}{public}:}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00044}\mbox{\hyperlink{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}{00044}}\ \ \ \ \ \mbox{\hyperlink{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}{LockableDObject}}()\ =\ \textcolor{keywordflow}{default};}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00045}00045\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00050}00050\ \ \ \ \ \mbox{\hyperlink{class_d_object}{DObject}}\&\ \mbox{\hyperlink{class_lockable_d_object_adcfe201fc728cc1c6fcf638a566ba9a1}{get}}();}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00051}00051\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00055}00055\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}{lock}}();}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00056}00056\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00060}00060\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}{unlock}}();}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00061}00061\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00062}00062\ \textcolor{keyword}{private}:}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00063}\mbox{\hyperlink{class_lockable_d_object_a1eb1ca1d9cf979dcb9eead96054b89bb}{00063}}\ \ \ \ \ \mbox{\hyperlink{class_d_object}{DObject}}\ \mbox{\hyperlink{class_lockable_d_object_a1eb1ca1d9cf979dcb9eead96054b89bb}{object\_}};\ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00064}\mbox{\hyperlink{class_lockable_d_object_a712cd3ea0c565f7e9089a651ef79b7bd}{00064}}\ \ \ \ \ std::mutex\ \mbox{\hyperlink{class_lockable_d_object_a712cd3ea0c565f7e9089a651ef79b7bd}{mutex\_}};\ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00065}00065\ \};}
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00066}00066\ }
|
||||
\DoxyCodeLine{\Hypertarget{_lockable_d_object_8h_source_l00067}00067\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//\ LOCKABLE\_DOBJECT\_H}}
|
||||
|
||||
\end{DoxyCode}
|
||||
|
||||
@@ -18,6 +18,10 @@ Implementation of the \doxylink{class_metadata}{Metadata} class used in the dobj
|
||||
|
||||
Provides methods to manage metadata for data objects, including size, type, dimensions, and debugging flags.
|
||||
|
||||
Definition in file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Function Documentation}
|
||||
\Hypertarget{_metadata_8cpp_a12949a1ea26c4ff1afeb97101c0493c5}\index{Metadata.cpp@{Metadata.cpp}!operator$<$$<$@{operator$<$$<$}}
|
||||
\index{operator$<$$<$@{operator$<$$<$}!Metadata.cpp@{Metadata.cpp}}
|
||||
@@ -41,3 +45,7 @@ This function provides a human-\/readable summary of the metadata. Useful for qu
|
||||
\begin{DoxyReturn}{Returns}
|
||||
A reference to the output stream.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00146}{146}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
|
||||
@@ -14,9 +14,30 @@ Public interface for the \doxylink{class_metadata}{Metadata} class used in the d
|
||||
\item
|
||||
class \mbox{\hyperlink{class_metadata}{Metadata}}
|
||||
\begin{DoxyCompactList}\small\item\em Represents metadata information for data objects in the dobj module. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Macros}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\#define \mbox{\hyperlink{_metadata_8h_ab57c319c35ea0fbacf781f2ecb3a4339}{EXPORT\+\_\+\+SYMBOL}}
|
||||
\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
Public interface for the \doxylink{class_metadata}{Metadata} class used in the dobj module.
|
||||
|
||||
The \doxylink{class_metadata}{Metadata} class provides descriptive information about the data encapsulated within a dobj, including size, type, dimensions, and debugging flags.
|
||||
|
||||
Definition in file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Macro Definition Documentation}
|
||||
\Hypertarget{_metadata_8h_ab57c319c35ea0fbacf781f2ecb3a4339}\index{Metadata.h@{Metadata.h}!EXPORT\_SYMBOL@{EXPORT\_SYMBOL}}
|
||||
\index{EXPORT\_SYMBOL@{EXPORT\_SYMBOL}!Metadata.h@{Metadata.h}}
|
||||
\doxysubsubsection{\texorpdfstring{EXPORT\_SYMBOL}{EXPORT\_SYMBOL}}
|
||||
{\footnotesize\ttfamily \label{_metadata_8h_ab57c319c35ea0fbacf781f2ecb3a4339}
|
||||
\#define EXPORT\+\_\+\+SYMBOL}
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8h_source_l00027}{27}} of file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
|
||||
@@ -2,52 +2,72 @@
|
||||
\hypertarget{_metadata_8h_source}{}\label{_metadata_8h_source}\index{src/dobj/public/Metadata.h@{src/dobj/public/Metadata.h}}
|
||||
\mbox{\hyperlink{_metadata_8h}{Go to the documentation of this file.}}
|
||||
\begin{DoxyCode}{0}
|
||||
\DoxyCodeLine{00001\ \textcolor{preprocessor}{\#ifndef\ METADATA\_H}}
|
||||
\DoxyCodeLine{00002\ \textcolor{preprocessor}{\#define\ METADATA\_H}}
|
||||
\DoxyCodeLine{00003\ }
|
||||
\DoxyCodeLine{00004\ \textcolor{preprocessor}{\#if\ defined(\_\_APPLE\_\_)\ ||\ defined(\_\_linux\_\_)}}
|
||||
\DoxyCodeLine{00005\ \textcolor{preprocessor}{\#define\ EXPORT\_SYMBOL\ \_\_attribute\_\_((visibility("{}default"{})))}}
|
||||
\DoxyCodeLine{00006\ \textcolor{preprocessor}{\#else}}
|
||||
\DoxyCodeLine{00007\ \textcolor{preprocessor}{\#define\ EXPORT\_SYMBOL}}
|
||||
\DoxyCodeLine{00008\ \textcolor{preprocessor}{\#endif}}
|
||||
\DoxyCodeLine{00009\ }
|
||||
\DoxyCodeLine{00010\ \textcolor{preprocessor}{\#include\ <string>}}
|
||||
\DoxyCodeLine{00011\ \textcolor{preprocessor}{\#include\ <vector>}}
|
||||
\DoxyCodeLine{00012\ \textcolor{preprocessor}{\#include\ <cstddef>}}
|
||||
\DoxyCodeLine{00013\ \textcolor{preprocessor}{\#include\ <iostream>}}
|
||||
\DoxyCodeLine{00014\ }
|
||||
\DoxyCodeLine{00022\ }
|
||||
\DoxyCodeLine{00031\ \textcolor{keyword}{class\ }EXPORT\_SYMBOL\ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}\ \{}
|
||||
\DoxyCodeLine{00032\ \textcolor{keyword}{public}:}
|
||||
\DoxyCodeLine{00036\ \ \ \ \ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}()\ =\ \textcolor{keywordflow}{default};}
|
||||
\DoxyCodeLine{00037\ }
|
||||
\DoxyCodeLine{00046\ \ \ \ \ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}(std::size\_t\ byteSize,\ std::string\ dataType,\ std::vector<std::size\_t>\ dimensions,\ \textcolor{keywordtype}{bool}\ debugFlag\ =\ \textcolor{keyword}{false});}
|
||||
\DoxyCodeLine{00047\ }
|
||||
\DoxyCodeLine{00052\ \ \ \ \ [[nodiscard]]\ std::size\_t\ \mbox{\hyperlink{class_metadata_ac7980d1efdd6ae434f0115f83d08348e}{getByteSize}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00053\ }
|
||||
\DoxyCodeLine{00058\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_a07035de7b0c780ef340e1a11c60a4d2b}{setByteSize}}(std::\textcolor{keywordtype}{size\_t}\ byteSize)\ noexcept;}
|
||||
\DoxyCodeLine{00059\ }
|
||||
\DoxyCodeLine{00064\ \ \ \ \ [[nodiscard]]\ const\ std::\textcolor{keywordtype}{string}\&\ \mbox{\hyperlink{class_metadata_aeed7f22ccc61d9a3d6425441d381dcdc}{getDataType}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00065\ }
|
||||
\DoxyCodeLine{00070\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_a88f4f57d443e2b7664e75e57a29dfbf0}{setDataType}}(const\ std::\textcolor{keywordtype}{string}\&\ dataType);}
|
||||
\DoxyCodeLine{00071\ }
|
||||
\DoxyCodeLine{00076\ \ \ \ \ [[nodiscard]]\ const\ std::vector<std::\textcolor{keywordtype}{size\_t}>\&\ \mbox{\hyperlink{class_metadata_a412c0c0b8754d85f9edbbdcd637f3b20}{getDimensions}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00077\ }
|
||||
\DoxyCodeLine{00082\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_af5264d1666839e69c192b565b5cfa606}{setDimensions}}(const\ std::vector<std::\textcolor{keywordtype}{size\_t}>\&\ dimensions);}
|
||||
\DoxyCodeLine{00083\ }
|
||||
\DoxyCodeLine{00088\ \ \ \ \ [[nodiscard]]\ \textcolor{keywordtype}{bool}\ \mbox{\hyperlink{class_metadata_abe52c81e04665628666b4140cd346b69}{isDebugEnabled}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{00089\ }
|
||||
\DoxyCodeLine{00094\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_a365c4594ad65c3b10b40a1cf4f4aea26}{setDebugEnabled}}(\textcolor{keywordtype}{bool}\ debugFlag)\ noexcept;}
|
||||
\DoxyCodeLine{00095\ }
|
||||
\DoxyCodeLine{00103\ \ \ \ \ friend\ std::ostream\&\ operator<<(std::ostream\&\ os,\ const\ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}\&\ metadata);}
|
||||
\DoxyCodeLine{00104\ }
|
||||
\DoxyCodeLine{00105\ private:}
|
||||
\DoxyCodeLine{00106\ \ \ \ \ std::\textcolor{keywordtype}{size\_t}\ byteSize\_\ =\ 0;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00107\ \ \ \ \ std::\textcolor{keywordtype}{string}\ dataType\_;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00108\ \ \ \ \ std::vector<std::\textcolor{keywordtype}{size\_t}>\ dimensions\_;\ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00109\ \ \ \ \ \textcolor{keywordtype}{bool}\ debugFlag\_\ =\ false;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{00110\ \};}
|
||||
\DoxyCodeLine{00111\ }
|
||||
\DoxyCodeLine{00112\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//\ METADATA\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00001}00001\ \textcolor{comment}{/*\ ***********************************************************************}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00002}00002\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00003}00003\ \textcolor{comment}{//\ \ \ Copyright\ (C)\ 2025\ -\/-\/\ The\ 4D-\/STAR\ Collaboration}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00004}00004\ \textcolor{comment}{//\ \ \ File\ Author:\ Emily\ Boudreaux}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00005}00005\ \textcolor{comment}{//\ \ \ Last\ Modified:\ March\ 17,\ 2025}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00006}00006\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00007}00007\ \textcolor{comment}{//\ \ \ 4DSSE\ is\ free\ software;\ you\ can\ use\ it\ and/or\ modify}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00008}00008\ \textcolor{comment}{//\ \ \ it\ under\ the\ terms\ and\ restrictions\ the\ GNU\ General\ Library\ Public}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00009}00009\ \textcolor{comment}{//\ \ \ License\ version\ 3\ (GPLv3)\ as\ published\ by\ the\ Free\ Software\ Foundation.}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00010}00010\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00011}00011\ \textcolor{comment}{//\ \ \ 4DSSE\ is\ distributed\ in\ the\ hope\ that\ it\ will\ be\ useful,}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00012}00012\ \textcolor{comment}{//\ \ \ but\ WITHOUT\ ANY\ WARRANTY;\ without\ even\ the\ implied\ warranty\ of}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00013}00013\ \textcolor{comment}{//\ \ \ MERCHANTABILITY\ or\ FITNESS\ FOR\ A\ PARTICULAR\ PURPOSE.}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00014}00014\ \textcolor{comment}{//\ \ \ See\ the\ GNU\ Library\ General\ Public\ License\ for\ more\ details.}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00015}00015\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00016}00016\ \textcolor{comment}{//\ \ \ You\ should\ have\ received\ a\ copy\ of\ the\ GNU\ Library\ General\ Public\ License}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00017}00017\ \textcolor{comment}{//\ \ \ along\ with\ this\ software;\ if\ not,\ write\ to\ the\ Free\ Software}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00018}00018\ \textcolor{comment}{//\ \ \ Foundation,\ Inc.,\ 59\ Temple\ Place,\ Suite\ 330,\ Boston,\ MA\ 02111-\/1307\ USA}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00019}00019\ \textcolor{comment}{//}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00020}00020\ \textcolor{comment}{//\ ***********************************************************************\ */}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00021}00021\ \textcolor{preprocessor}{\#ifndef\ METADATA\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00022}00022\ \textcolor{preprocessor}{\#define\ METADATA\_H}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00023}00023\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00024}00024\ \textcolor{preprocessor}{\#if\ defined(\_\_APPLE\_\_)\ ||\ defined(\_\_linux\_\_)}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00025}00025\ \textcolor{preprocessor}{\#define\ EXPORT\_SYMBOL\ \_\_attribute\_\_((visibility("{}default"{})))}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00026}00026\ \textcolor{preprocessor}{\#else}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00027}\mbox{\hyperlink{_metadata_8h_ab57c319c35ea0fbacf781f2ecb3a4339}{00027}}\ \textcolor{preprocessor}{\#define\ EXPORT\_SYMBOL}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00028}00028\ \textcolor{preprocessor}{\#endif}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00029}00029\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00030}00030\ \textcolor{preprocessor}{\#include\ <string>}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00031}00031\ \textcolor{preprocessor}{\#include\ <vector>}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00032}00032\ \textcolor{preprocessor}{\#include\ <cstddef>}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00033}00033\ \textcolor{preprocessor}{\#include\ <iostream>}}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00034}00034\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00042}00042\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00051}\mbox{\hyperlink{class_metadata}{00051}}\ \textcolor{keyword}{class\ }\mbox{\hyperlink{_metadata_8h_ab57c319c35ea0fbacf781f2ecb3a4339}{EXPORT\_SYMBOL}}\ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}\ \{}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00052}00052\ \textcolor{keyword}{public}:}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00056}\mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{00056}}\ \ \ \ \ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}()\ =\ \textcolor{keywordflow}{default};}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00057}00057\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00066}00066\ \ \ \ \ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}(std::size\_t\ byteSize,\ std::string\ dataType,\ std::vector<std::size\_t>\ dimensions,\ \textcolor{keywordtype}{bool}\ debugFlag\ =\ \textcolor{keyword}{false});}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00067}00067\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00072}00072\ \ \ \ \ [[nodiscard]]\ std::size\_t\ \mbox{\hyperlink{class_metadata_ac7980d1efdd6ae434f0115f83d08348e}{getByteSize}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00073}00073\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00078}00078\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_a07035de7b0c780ef340e1a11c60a4d2b}{setByteSize}}(std::\textcolor{keywordtype}{size\_t}\ byteSize)\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00079}00079\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00084}00084\ \ \ \ \ [[nodiscard]]\ const\ std::\textcolor{keywordtype}{string}\&\ \mbox{\hyperlink{class_metadata_aeed7f22ccc61d9a3d6425441d381dcdc}{getDataType}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00085}00085\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00090}00090\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_a88f4f57d443e2b7664e75e57a29dfbf0}{setDataType}}(const\ std::\textcolor{keywordtype}{string}\&\ dataType);}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00091}00091\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00096}00096\ \ \ \ \ [[nodiscard]]\ const\ std::vector<std::\textcolor{keywordtype}{size\_t}>\&\ \mbox{\hyperlink{class_metadata_a412c0c0b8754d85f9edbbdcd637f3b20}{getDimensions}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00097}00097\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00102}00102\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_af5264d1666839e69c192b565b5cfa606}{setDimensions}}(const\ std::vector<std::\textcolor{keywordtype}{size\_t}>\&\ dimensions);}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00103}00103\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00108}00108\ \ \ \ \ [[nodiscard]]\ \textcolor{keywordtype}{bool}\ \mbox{\hyperlink{class_metadata_abe52c81e04665628666b4140cd346b69}{isDebugEnabled}}()\ const\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00109}00109\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00114}00114\ \ \ \ \ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{class_metadata_a365c4594ad65c3b10b40a1cf4f4aea26}{setDebugEnabled}}(\textcolor{keywordtype}{bool}\ debugFlag)\ noexcept;}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00115}00115\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00123}00123\ \ \ \ \ friend\ std::ostream\&\ operator<<(std::ostream\&\ os,\ const\ \mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}}\&\ metadata);}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00124}00124\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00125}00125\ private:}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00126}\mbox{\hyperlink{class_metadata_ac73a509797c98c0d52fb32e1f93e38bc}{00126}}\ \ \ \ \ \textcolor{keywordtype}{int}\ \mbox{\hyperlink{class_metadata_ac73a509797c98c0d52fb32e1f93e38bc}{byteSize\_}}\ =\ 0;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00127}\mbox{\hyperlink{class_metadata_a290205e5f46416dd0f48bd6ff62888ac}{00127}}\ \ \ \ \ std::\textcolor{keywordtype}{string}\ \mbox{\hyperlink{class_metadata_a290205e5f46416dd0f48bd6ff62888ac}{dataType\_}};\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00128}\mbox{\hyperlink{class_metadata_a163f74d4ef9ecd13a34e7e9cab2e21ce}{00128}}\ \ \ \ \ std::vector<std::\textcolor{keywordtype}{size\_t}>\ \mbox{\hyperlink{class_metadata_a163f74d4ef9ecd13a34e7e9cab2e21ce}{dimensions\_}};\ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00129}\mbox{\hyperlink{class_metadata_a65fd506f1bd41699d9cd19bc0dfc9701}{00129}}\ \ \ \ \ \textcolor{keywordtype}{bool}\ \mbox{\hyperlink{class_metadata_a65fd506f1bd41699d9cd19bc0dfc9701}{debugFlag\_}}\ =\ false;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00130}00130\ \};}
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00131}00131\ }
|
||||
\DoxyCodeLine{\Hypertarget{_metadata_8h_source_l00132}00132\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//\ METADATA\_H}}
|
||||
|
||||
\end{DoxyCode}
|
||||
|
||||
@@ -1,25 +1,48 @@
|
||||
\doxysection{Class List}
|
||||
Here are the classes, structs, unions and interfaces with brief descriptions\+:\begin{DoxyCompactList}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classBilinearIntegratorWrapper}{Bilinear\+Integrator\+Wrapper}} \\*A wrapper class for bilinear integrator }{\pageref{classBilinearIntegratorWrapper}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classCompositeNonlinearIntegrator}{Composite\+Nonlinear\+Integrator}} \\*A class for composite nonlinear integrator }{\pageref{classCompositeNonlinearIntegrator}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classConfig}{Config}} \\*Singleton class to manage configuration settings loaded from a YAML file }{\pageref{classConfig}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classconfigTest}{config\+Test}} \\*Test suite for the \mbox{\hyperlink{classConfig}{Config}} class }{\pageref{classconfigTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classconfigTestPrivateAccessor}{config\+Test\+Private\+Accessor}} }{\pageref{classconfigTestPrivateAccessor}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structConstant}{Constant}} \\*Structure to hold a constant\textquotesingle{}s details }{\pageref{structConstant}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classConstants}{Constants}} \\*Class to manage a collection of constants }{\pageref{classConstants}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classconstTest}{const\+Test}} \\*Test suite for the const class }{\pageref{classconstTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classDObject}{DObject}} \\*A universal data container class }{\pageref{classDObject}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classDObjectTest}{DObject\+Test}} \\*Test suite for the \mbox{\hyperlink{classDObject}{DObject}} class }{\pageref{classDObjectTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structHeader}{Header}} \\*Structure to hold the header information of an OPAT file }{\pageref{structHeader}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classLockableDObject}{Lockable\+DObject}} \\*Wrapper for \mbox{\hyperlink{classDObject}{DObject}} with thread-\/safe access }{\pageref{classLockableDObject}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classLockableDObjectTest}{Lockable\+DObject\+Test}} \\*Test suite for the \mbox{\hyperlink{classLockableDObject}{Lockable\+DObject}} class }{\pageref{classLockableDObjectTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classMeshIO}{Mesh\+IO}} \\*Class for handling mesh input/output operations }{\pageref{classMeshIO}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classmeshIOTest}{mesh\+IOTest}} }{\pageref{classmeshIOTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classMetadata}{Metadata}} \\*Represents metadata information for data objects in the dobj module }{\pageref{classMetadata}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classMetadataTest}{Metadata\+Test}} \\*Test suite for the \mbox{\hyperlink{classMetadata}{Metadata}} class }{\pageref{classMetadataTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classNonlinearPowerIntegrator}{Nonlinear\+Power\+Integrator}} \\*A class for nonlinear power integrator }{\pageref{classNonlinearPowerIntegrator}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classOpatIO}{Opat\+IO}} \\*Class to manage the input/output operations for OPAT files }{\pageref{classOpatIO}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classopatIOTest}{opat\+IOTest}} \\*Test suite for the const class }{\pageref{classopatIOTest}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structOPATTable}{OPATTable}} \\*Structure to hold the data of an OPAT table }{\pageref{structOPATTable}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structTableIndex}{Table\+Index}} \\*Structure to hold the index information of a table in an OPAT file }{\pageref{structTableIndex}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classnn_approx8_1_1_approx8_network}{nn\+Approx8\+::\+Approx8\+Network}} \\*Class for the Approx8 nuclear reaction network }{\pageref{classnn_approx8_1_1_approx8_network}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classapprox8_test}{approx8\+Test}} }{\pageref{classapprox8_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classcomposition_1_1_composition}{composition\+::\+Composition}} }{\pageref{classcomposition_1_1_composition}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structcomposition_1_1_composition_entry}{composition\+::\+Composition\+Entry}} \\*Represents an entry in the composition with a symbol and mass fraction }{\pageref{structcomposition_1_1_composition_entry}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classcomposition_test}{composition\+Test}} \\*Test suite for the composition class }{\pageref{classcomposition_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_config}{Config}} \\*Singleton class to manage configuration settings loaded from a YAML file }{\pageref{class_config}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classconfig_test}{config\+Test}} \\*Test suite for the \doxylink{class_config}{Config} class }{\pageref{classconfig_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classconfig_test_private_accessor}{config\+Test\+Private\+Accessor}} }{\pageref{classconfig_test_private_accessor}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{struct_constant}{Constant}} \\*Structure to hold a constant\textquotesingle{}s details }{\pageref{struct_constant}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_constants}{Constants}} \\*Class to manage a collection of constants }{\pageref{class_constants}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classconst_test}{const\+Test}} \\*Test suite for the const class }{\pageref{classconst_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_d_object}{DObject}} \\*A universal data container class }{\pageref{class_d_object}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_d_object_test}{DObject\+Test}} \\*Test suite for the \doxylink{class_d_object}{DObject} class }{\pageref{class_d_object_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structpolycoeff_1_1d_theta_interp_coeff}{polycoeff\+::d\+Theta\+Interp\+Coeff}} }{\pageref{structpolycoeff_1_1d_theta_interp_coeff}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structhelmholtz_1_1_e_o_s}{helmholtz\+::\+EOS}} \\*Structure to hold the output parameters and derivatives of the \doxylink{structhelmholtz_1_1_e_o_s}{EOS} calculation }{\pageref{structhelmholtz_1_1_e_o_s}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structhelmholtz_1_1_e_o_s_input}{helmholtz\+::\+EOSInput}} \\*Structure to hold the input parameters for the \doxylink{structhelmholtz_1_1_e_o_s}{EOS} calculation }{\pageref{structhelmholtz_1_1_e_o_s_input}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_eos_i_o}{Eos\+IO}} \\*Handles the input/output operations for EOS tables }{\pageref{class_eos_i_o}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classeos_test}{eos\+Test}} \\*Test suite for the const class }{\pageref{classeos_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structform_bundle}{form\+Bundle}} \\*Structure to hold the various bilinear and nonlinear forms for the polytrope problem }{\pageref{structform_bundle}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structcomposition_1_1_global_composition}{composition\+::\+Global\+Composition}} \\*Represents the global composition of a system. This tends to be used after finalize and is primarily for internal use }{\pageref{structcomposition_1_1_global_composition}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_g_m_r_e_s_inverter}{GMRESInverter}} \\*Provides an approximate inverse of the \doxylink{class_schur_compliment}{Schur\+Compliment} operator using GMRES }{\pageref{class_g_m_r_e_s_inverter}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structhelmholtz_1_1_h_e_l_m_table}{helmholtz\+::\+HELMTable}} \\*Structure to hold the Helmholtz \doxylink{structhelmholtz_1_1_e_o_s}{EOS} table data }{\pageref{structhelmholtz_1_1_h_e_l_m_table}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structnn_approx8_1_1_jacobian}{nn\+Approx8\+::\+Jacobian}} \\*Functor to calculate the \doxylink{structnn_approx8_1_1_jacobian}{Jacobian} matrix for implicit solvers }{\pageref{structnn_approx8_1_1_jacobian}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_lockable_d_object}{Lockable\+DObject}} \\*Wrapper for \doxylink{class_d_object}{DObject} with thread-\/safe access }{\pageref{class_lockable_d_object}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_lockable_d_object_test}{Lockable\+DObject\+Test}} \\*Test suite for the \doxylink{class_lockable_d_object}{Lockable\+DObject} class }{\pageref{class_lockable_d_object_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_probe_1_1_log_manager}{Probe\+::\+Log\+Manager}} \\*Class to manage logging operations }{\pageref{class_probe_1_1_log_manager}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_mesh_i_o}{Mesh\+IO}} \\*Class for handling mesh input/output operations }{\pageref{class_mesh_i_o}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classmesh_i_o_test}{mesh\+IOTest}} }{\pageref{classmesh_i_o_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_metadata}{Metadata}} \\*Represents metadata information for data objects in the dobj module }{\pageref{class_metadata}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_metadata_test}{Metadata\+Test}} \\*Test suite for the \doxylink{class_metadata}{Metadata} class }{\pageref{class_metadata_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structnn_approx8_1_1_net}{nn\+Approx8\+::\+Net}} \\*Contains constants and arrays related to the nuclear network }{\pageref{structnn_approx8_1_1_net}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structnuclear_network_1_1_net_in}{nuclear\+Network\+::\+Net\+In}} \\*Input structure for the network evaluation }{\pageref{structnuclear_network_1_1_net_in}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structnuclear_network_1_1_net_out}{nuclear\+Network\+::\+Net\+Out}} \\*Output structure for the network evaluation }{\pageref{structnuclear_network_1_1_net_out}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classnuclear_network_1_1_network}{nuclear\+Network\+::\+Network}} \\*Class for network evaluation }{\pageref{classnuclear_network_1_1_network}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator}{poly\+MFEMUtils\+::\+Nonlinear\+Power\+Integrator}} \\*A class for nonlinear power integrator }{\pageref{classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structnn_approx8_1_1_o_d_e}{nn\+Approx8\+::\+ODE}} \\*Functor to calculate the derivatives for the \doxylink{structnn_approx8_1_1_o_d_e}{ODE} solver }{\pageref{structnn_approx8_1_1_o_d_e}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_poly_solver}{Poly\+Solver}} \\*Solves the Lane-\/\+Emden equation for a polytropic star using a mixed finite element method }{\pageref{class_poly_solver}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classpoly_test}{poly\+Test}} }{\pageref{classpoly_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_polytrope_operator}{Polytrope\+Operator}} \\*Represents the coupled nonlinear operator for the polytropic system }{\pageref{class_polytrope_operator}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classprobe_test}{probe\+Test}} }{\pageref{classprobe_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_resource_manager}{Resource\+Manager}} \\*Manages resources within the application }{\pageref{class_resource_manager}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{classresource_manager_test}{resource\+Manager\+Test}} \\*Test suite for the resource\+Manager class }{\pageref{classresource_manager_test}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{class_schur_compliment}{Schur\+Compliment}} \\*Represents the Schur complement operator used in the solution process }{\pageref{class_schur_compliment}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structsolver_bundle}{solver\+Bundle}} \\*Structure to manage the lifetime of MFEM solver objects }{\pageref{structsolver_bundle}}{}
|
||||
\item\contentsline{section}{\mbox{\hyperlink{structpolycoeff_1_1x1_interp_coeff}{polycoeff\+::x1\+Interp\+Coeff}} \\*Coefficients for the interpolations of the surface location of a polytrope }{\pageref{structpolycoeff_1_1x1_interp_coeff}}{}
|
||||
\end{DoxyCompactList}
|
||||
|
||||
@@ -12,7 +12,7 @@ A universal data container class.
|
||||
\doxysubsubsection*{Public Types}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
using \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{Data\+Type}}
|
||||
using \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}}
|
||||
\begin{DoxyCompactList}\small\item\em Supported data types for the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
using \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}} = std\+::function$<$void(\mbox{\hyperlink{class_d_object}{DObject}}\&)$>$
|
||||
\begin{DoxyCompactList}\small\item\em Placeholder type for plugins. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
@@ -21,20 +21,22 @@ using \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}
|
||||
\item
|
||||
\mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}} ()
|
||||
\begin{DoxyCompactList}\small\item\em Default constructor. \end{DoxyCompactList}\item
|
||||
\mbox{\hyperlink{class_d_object_ab0c940fa193a42158c6726bf1a2ef54d}{DObject}} (const \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{Data\+Type}} \&data, const \mbox{\hyperlink{class_metadata}{Metadata}} \&metadata)
|
||||
\begin{DoxyCompactList}\small\item\em Constructor to initialize a \doxylink{class_d_object}{DObject} with data and metadata. \end{DoxyCompactList}\item
|
||||
const \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{Data\+Type}} \& \mbox{\hyperlink{class_d_object_a4862655c3634d019b0a45b811d6f7235}{get\+Data}} () const noexcept
|
||||
\mbox{\hyperlink{class_d_object_a598321f3b8524b98df72393c04d7470c}{DObject}} (const \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} \&data)
|
||||
\begin{DoxyCompactList}\small\item\em Constructor to initialize a \doxylink{class_d_object}{DObject} with data. \end{DoxyCompactList}\item
|
||||
const \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} \& \mbox{\hyperlink{class_d_object_a4862655c3634d019b0a45b811d6f7235}{get\+Data}} () const noexcept
|
||||
\begin{DoxyCompactList}\small\item\em Retrieves the data stored in the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_ab1718571434e84e90f1ec463e4786a8a}{set\+Data}} (const \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{Data\+Type}} \&data)
|
||||
{\footnotesize template$<$typename T$>$ }\\T \mbox{\hyperlink{class_d_object_aca2db093c1c8c6f7893de07544aed619}{get\+Data\+As}} () const
|
||||
\begin{DoxyCompactList}\small\item\em Retrieves the data stored in the \doxylink{class_d_object}{DObject} as a typed object so that std\+::get$<$\+T$>$() is not needed. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_ab1718571434e84e90f1ec463e4786a8a}{set\+Data}} (const \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} \&data)
|
||||
\begin{DoxyCompactList}\small\item\em Sets the data for the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
const \mbox{\hyperlink{class_metadata}{Metadata}} \& \mbox{\hyperlink{class_d_object_a157b31e881aac6dd40782d3abc561d4e}{get\+Metadata}} () const noexcept
|
||||
\begin{DoxyCompactList}\small\item\em Retrieves the metadata associated with the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_a296b1519249fdc1f6c7b4ab62d5421bc}{set\+Metadata}} (const \mbox{\hyperlink{class_metadata}{Metadata}} \&metadata)
|
||||
\begin{DoxyCompactList}\small\item\em Updates the metadata for the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_a6f0023aee463e71d92442dcf61b6ed47}{set\+Debugging}} (bool enable\+Debug)
|
||||
\begin{DoxyCompactList}\small\item\em Enables or disables debugging and tracing for the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
bool \mbox{\hyperlink{class_d_object_ae47bf220fbe2173cf6933c2380035dbd}{is\+Debugging\+Enabled}} () const noexcept
|
||||
\begin{DoxyCompactList}\small\item\em Checks if debugging is enabled for the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
int \mbox{\hyperlink{class_d_object_a3dce47a519f9da5085c0c5ac1eea4f38}{set\+Error\+Code}} (int code) noexcept
|
||||
\item
|
||||
int \mbox{\hyperlink{class_d_object_afa8926d916081de72478cb8813c25e98}{get\+Error\+Code}} () const noexcept
|
||||
\begin{DoxyCompactList}\small\item\em Get the error code tracked by the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_a15afffdf339150fc872bf63bdd08d581}{register\+Plugin}} (const std\+::string \&id, \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}} plugin)
|
||||
\begin{DoxyCompactList}\small\item\em Registers a plugin with the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_a99b8688849e11501033a25f61efb8356}{unregister\+Plugin}} (const std\+::string \&id)
|
||||
@@ -43,6 +45,22 @@ void \mbox{\hyperlink{class_d_object_a99072eb52bb22745f0248f273fbf28fb}{run\+Plu
|
||||
\begin{DoxyCompactList}\small\item\em Executes a plugin by its identifier. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_d_object_a1223275dcbbf20334ea11707346acb93}{run\+All\+Plugins}} ()
|
||||
\begin{DoxyCompactList}\small\item\em Executes all registered plugins in the registry. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Public Attributes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
std\+::map$<$ int, std\+::string $>$ \mbox{\hyperlink{class_d_object_a358d5f015da09ae5f0cbb46f3fd9e401}{data\+Type\+Map}}
|
||||
\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Private Attributes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} \mbox{\hyperlink{class_d_object_ad7ba02f6d87ce64792149096f3310b21}{data\+\_\+}}
|
||||
\begin{DoxyCompactList}\small\item\em The main data stored in the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
bool \mbox{\hyperlink{class_d_object_accf5c10d4afc3969607e11b0055312d5}{debug\+Enabled\+\_\+}} = false
|
||||
\begin{DoxyCompactList}\small\item\em Indicates whether debugging is enabled. \end{DoxyCompactList}\item
|
||||
int \mbox{\hyperlink{class_d_object_ad8de5890e8dae5fc7e72fabca2520fc3}{error\+Code\+\_\+}} = 0
|
||||
\begin{DoxyCompactList}\small\item\em Error code tracked by the \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
std\+::map$<$ std\+::string, \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}} $>$ \mbox{\hyperlink{class_d_object_ae9f7e4d2fbabc076961a40185676e208}{plugins\+\_\+}}
|
||||
\begin{DoxyCompactList}\small\item\em Registry for dynamically registered plugins. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Friends}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
@@ -55,18 +73,66 @@ A universal data container class.
|
||||
|
||||
The \doxylink{class_d_object}{DObject} class is designed to store arbitrary data alongside descriptive metadata. It supports plugin registration to allow extensible functionality.
|
||||
|
||||
The general purpose of this is to simplify memory managment, function interfaces, and interoperability with other languages by wrapping all of that up inside of one location (\doxylink{class_d_object}{DObject}). There are still a limited number of types that DOBject can represent these include
|
||||
\begin{DoxyItemize}
|
||||
\item bool
|
||||
\item short int
|
||||
\item int
|
||||
\item long int
|
||||
\item float
|
||||
\item double
|
||||
\item long double
|
||||
\item std\+::string
|
||||
\item std\+::monostate
|
||||
\item std\+::vector$<$int$>$
|
||||
\item std\+::vector$<$float$>$
|
||||
\item std\+::vector$<$double$>$
|
||||
\item std\+::vector$<$std\+::string$>$
|
||||
\item std\+::vector$<$std\+::vector$<$int$>$$>$
|
||||
\item std\+::vector$<$std\+::vector$<$float$>$$>$
|
||||
\item std\+::vector$<$std\+::vector$<$double$>$$>$
|
||||
\item std\+::vector$<$std\+::vector$<$std\+::vector$<$int$>$$>$$>$
|
||||
\item std\+::vector$<$std\+::vector$<$std\+::vector$<$float$>$$>$$>$
|
||||
\item std\+::vector\texorpdfstring{$<$}{<}std\+::vector$<$std\+::vector$<$double$>$$>$
|
||||
\end{DoxyItemize}
|
||||
|
||||
If more types are needed, they can be added to the \doxylink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type} variant.
|
||||
|
||||
In general the usage of this might look like
|
||||
\begin{DoxyCode}{0}
|
||||
\DoxyCodeLine{\mbox{\hyperlink{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}{DObject}}\ obj;}
|
||||
\DoxyCodeLine{std::vector<int>\ data\ =\ \{1,\ 2,\ 3,\ 4,\ 5\};}
|
||||
\DoxyCodeLine{obj.\mbox{\hyperlink{class_d_object_ab1718571434e84e90f1ec463e4786a8a}{setData}}(data);}
|
||||
\DoxyCodeLine{std::cout\ <<\ \textcolor{stringliteral}{"{}Data\ is\ "{}}\ <<\ obj\ <<\ std::end;}
|
||||
\DoxyCodeLine{someFunction(\&obj);}
|
||||
|
||||
\end{DoxyCode}
|
||||
|
||||
|
||||
All memory managment should be taken care of as all datatypes accepted by the varient are either primatives or include their own built in memory managment (i.\+e. this means that wherever possible vectors should be used in place of raw arrays).
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00089}{89}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Typedef Documentation}
|
||||
\Hypertarget{class_d_object_ad6fc2e29eae70cf94a2d241527857573}\index{DObject@{DObject}!DataType@{DataType}}
|
||||
\Hypertarget{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}\index{DObject@{DObject}!DataType@{DataType}}
|
||||
\index{DataType@{DataType}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{DataType}{DataType}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ad6fc2e29eae70cf94a2d241527857573}
|
||||
using \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DObject\+::\+Data\+Type}}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}
|
||||
using \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DObject\+::\+Data\+Type}}}
|
||||
|
||||
{\bfseries Initial value\+:}
|
||||
\begin{DoxyCode}{0}
|
||||
\DoxyCodeLine{\ std::variant<}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ int,\ float,\ double,\ std::string,\ std::monostate,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<int>,\ std::vector<float>,\ std::vector<double>}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ bool,\ \textcolor{keywordtype}{short}\ int,\ int,\ \textcolor{keywordtype}{long}\ int,\ float,\ double,\ }
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \textcolor{keywordtype}{long}\ double,\ std::string,\ std::monostate,\ std::vector<int>,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<float>,\ std::vector<double>,\ std::vector<std::string>,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<std::vector<int>>,\ std::vector<std::vector<float>>,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<std::vector<double>>,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<std::vector<std::vector<int>>>,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<std::vector<std::vector<float>>>,}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ std::vector<std::vector<std::vector<double>>>}
|
||||
\DoxyCodeLine{\ \ \ \ >}
|
||||
|
||||
\end{DoxyCode}
|
||||
@@ -74,7 +140,11 @@ using \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DObject
|
||||
|
||||
Supported data types for the \doxylink{class_d_object}{DObject}.
|
||||
|
||||
This type alias uses {\ttfamily std\+::variant} to store different types of data, ensuring type safety and flexibility. \Hypertarget{class_d_object_af11334d08ef85c68b3aae7554548e5a7}\index{DObject@{DObject}!Plugin@{Plugin}}
|
||||
This type alias uses {\ttfamily std\+::variant} to store different types of data, ensuring type safety and flexibility.
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00097}{97}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_d_object_af11334d08ef85c68b3aae7554548e5a7}\index{DObject@{DObject}!Plugin@{Plugin}}
|
||||
\index{Plugin@{Plugin}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{Plugin}{Plugin}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_af11334d08ef85c68b3aae7554548e5a7}
|
||||
@@ -86,6 +156,10 @@ Placeholder type for plugins.
|
||||
|
||||
In the future, this will be replaced with a concrete interface.
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00125}{125}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Constructor \& Destructor Documentation}
|
||||
\Hypertarget{class_d_object_a0ae54853e18265657296bfb5ac3bf9d0}\index{DObject@{DObject}!DObject@{DObject}}
|
||||
\index{DObject@{DObject}!DObject@{DObject}}
|
||||
@@ -97,31 +171,37 @@ DObject\+::\+DObject (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption})}
|
||||
|
||||
Default constructor.
|
||||
|
||||
Creates an empty \doxylink{class_d_object}{DObject} with default metadata. \Hypertarget{class_d_object_ab0c940fa193a42158c6726bf1a2ef54d}\index{DObject@{DObject}!DObject@{DObject}}
|
||||
Creates an empty \doxylink{class_d_object}{DObject}.
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00033}{33}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_a598321f3b8524b98df72393c04d7470c}\index{DObject@{DObject}!DObject@{DObject}}
|
||||
\index{DObject@{DObject}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{DObject()}{DObject()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ab0c940fa193a42158c6726bf1a2ef54d}
|
||||
DObject\+::\+DObject (\begin{DoxyParamCaption}\item[{const \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{Data\+Type}} \&}]{data}{, }\item[{const \mbox{\hyperlink{class_metadata}{Metadata}} \&}]{metadata}{}\end{DoxyParamCaption})}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a598321f3b8524b98df72393c04d7470c}
|
||||
DObject\+::\+DObject (\begin{DoxyParamCaption}\item[{const \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} \&}]{data}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
|
||||
Constructor to initialize a \doxylink{class_d_object}{DObject} with data and metadata.
|
||||
Constructor to initialize a \doxylink{class_d_object}{DObject} with data.
|
||||
|
||||
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em data} & The data to be stored in the \doxylink{class_d_object}{DObject}. \\
|
||||
\hline
|
||||
{\em metadata} & \doxylink{class_metadata}{Metadata} describing the stored data. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00040}{40}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Function Documentation}
|
||||
\Hypertarget{class_d_object_a4862655c3634d019b0a45b811d6f7235}\index{DObject@{DObject}!getData@{getData}}
|
||||
\index{getData@{getData}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{getData()}{getData()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a4862655c3634d019b0a45b811d6f7235}
|
||||
const \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{DObject\+::\+Data\+Type}} \& DObject\+::get\+Data (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [noexcept]}}
|
||||
const \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{DObject\+::\+Data\+Type}} \& DObject\+::get\+Data (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [noexcept]}}
|
||||
|
||||
|
||||
|
||||
@@ -132,26 +212,50 @@ Use the appropriate type (matching the stored data) with {\ttfamily std\+::get\t
|
||||
\begin{DoxyReturn}{Returns}
|
||||
A constant reference to the stored data.
|
||||
\end{DoxyReturn}
|
||||
\Hypertarget{class_d_object_a157b31e881aac6dd40782d3abc561d4e}\index{DObject@{DObject}!getMetadata@{getMetadata}}
|
||||
\index{getMetadata@{getMetadata}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{getMetadata()}{getMetadata()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a157b31e881aac6dd40782d3abc561d4e}
|
||||
const \mbox{\hyperlink{class_metadata}{Metadata}} \& DObject\+::get\+Metadata (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [noexcept]}}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00046}{46}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_aca2db093c1c8c6f7893de07544aed619}\index{DObject@{DObject}!getDataAs@{getDataAs}}
|
||||
\index{getDataAs@{getDataAs}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{getDataAs()}{getDataAs()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_aca2db093c1c8c6f7893de07544aed619}
|
||||
template$<$typename T$>$ \\
|
||||
T DObject\+::get\+Data\+As (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [inline]}}
|
||||
|
||||
|
||||
|
||||
Retrieves the metadata associated with the \doxylink{class_d_object}{DObject}.
|
||||
|
||||
The metadata provides essential information about the stored data, such as its type, size, and dimensions.
|
||||
Retrieves the data stored in the \doxylink{class_d_object}{DObject} as a typed object so that std\+::get$<$\+T$>$() is not needed.
|
||||
|
||||
\begin{DoxyReturn}{Returns}
|
||||
A constant reference to the metadata.
|
||||
Data as type T
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00156}{156}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_d_object_afa8926d916081de72478cb8813c25e98}\index{DObject@{DObject}!getErrorCode@{getErrorCode}}
|
||||
\index{getErrorCode@{getErrorCode}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{getErrorCode()}{getErrorCode()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_afa8926d916081de72478cb8813c25e98}
|
||||
int DObject\+::get\+Error\+Code (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [noexcept]}}
|
||||
|
||||
|
||||
|
||||
Get the error code tracked by the \doxylink{class_d_object}{DObject}.
|
||||
|
||||
\begin{DoxyReturn}{Returns}
|
||||
The error code
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00080}{80}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_ae47bf220fbe2173cf6933c2380035dbd}\index{DObject@{DObject}!isDebuggingEnabled@{isDebuggingEnabled}}
|
||||
\index{isDebuggingEnabled@{isDebuggingEnabled}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{isDebuggingEnabled()}{isDebuggingEnabled()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ae47bf220fbe2173cf6933c2380035dbd}
|
||||
bool DObject\+::is\+Debugging\+Enabled (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [nodiscard]}, {\ttfamily [noexcept]}}
|
||||
bool DObject\+::is\+Debugging\+Enabled (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [noexcept]}}
|
||||
|
||||
|
||||
|
||||
@@ -160,6 +264,10 @@ Checks if debugging is enabled for the \doxylink{class_d_object}{DObject}.
|
||||
\begin{DoxyReturn}{Returns}
|
||||
True if debugging is enabled, false otherwise.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00067}{67}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_a15afffdf339150fc872bf63bdd08d581}\index{DObject@{DObject}!registerPlugin@{registerPlugin}}
|
||||
\index{registerPlugin@{registerPlugin}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{registerPlugin()}{registerPlugin()}}
|
||||
@@ -179,6 +287,10 @@ Plugins are stored in a registry and can add custom functionality to the \doxyli
|
||||
{\em plugin} & The plugin function to register. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00087}{87}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_a1223275dcbbf20334ea11707346acb93}\index{DObject@{DObject}!runAllPlugins@{runAllPlugins}}
|
||||
\index{runAllPlugins@{runAllPlugins}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{runAllPlugins()}{runAllPlugins()}}
|
||||
@@ -189,7 +301,11 @@ void DObject\+::run\+All\+Plugins (\begin{DoxyParamCaption}{}{}\end{DoxyParamCap
|
||||
|
||||
Executes all registered plugins in the registry.
|
||||
|
||||
Iterates through all plugins and invokes them on the current \doxylink{class_d_object}{DObject}. \Hypertarget{class_d_object_a99072eb52bb22745f0248f273fbf28fb}\index{DObject@{DObject}!runPlugin@{runPlugin}}
|
||||
Iterates through all plugins and invokes them on the current \doxylink{class_d_object}{DObject}.
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00117}{117}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_a99072eb52bb22745f0248f273fbf28fb}\index{DObject@{DObject}!runPlugin@{runPlugin}}
|
||||
\index{runPlugin@{runPlugin}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{runPlugin()}{runPlugin()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a99072eb52bb22745f0248f273fbf28fb}
|
||||
@@ -206,11 +322,15 @@ Invokes the registered plugin function. If the plugin is not found, no action is
|
||||
{\em id} & The unique identifier of the plugin to execute. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00106}{106}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_ab1718571434e84e90f1ec463e4786a8a}\index{DObject@{DObject}!setData@{setData}}
|
||||
\index{setData@{setData}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{setData()}{setData()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ab1718571434e84e90f1ec463e4786a8a}
|
||||
void DObject\+::set\+Data (\begin{DoxyParamCaption}\item[{const \mbox{\hyperlink{class_d_object_ad6fc2e29eae70cf94a2d241527857573}{Data\+Type}} \&}]{data}{}\end{DoxyParamCaption})}
|
||||
void DObject\+::set\+Data (\begin{DoxyParamCaption}\item[{const \mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} \&}]{data}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
|
||||
@@ -223,6 +343,10 @@ Updates the stored data and optionally updates metadata.
|
||||
{\em data} & The new data to store in the \doxylink{class_d_object}{DObject}. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00053}{53}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_d_object_a6f0023aee463e71d92442dcf61b6ed47}\index{DObject@{DObject}!setDebugging@{setDebugging}}
|
||||
\index{setDebugging@{setDebugging}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{setDebugging()}{setDebugging()}}
|
||||
@@ -240,23 +364,25 @@ When debugging is enabled, the \doxylink{class_d_object}{DObject} tracks creatio
|
||||
{\em enable\+Debug} & True to enable debugging, false to disable it. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
\Hypertarget{class_d_object_a296b1519249fdc1f6c7b4ab62d5421bc}\index{DObject@{DObject}!setMetadata@{setMetadata}}
|
||||
\index{setMetadata@{setMetadata}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{setMetadata()}{setMetadata()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a296b1519249fdc1f6c7b4ab62d5421bc}
|
||||
void DObject\+::set\+Metadata (\begin{DoxyParamCaption}\item[{const \mbox{\hyperlink{class_metadata}{Metadata}} \&}]{metadata}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00060}{60}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
Updates the metadata for the \doxylink{class_d_object}{DObject}.
|
||||
\Hypertarget{class_d_object_a3dce47a519f9da5085c0c5ac1eea4f38}\index{DObject@{DObject}!setErrorCode@{setErrorCode}}
|
||||
\index{setErrorCode@{setErrorCode}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{setErrorCode()}{setErrorCode()}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a3dce47a519f9da5085c0c5ac1eea4f38}
|
||||
int DObject\+::set\+Error\+Code (\begin{DoxyParamCaption}\item[{int}]{code}{}\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [noexcept]}}
|
||||
|
||||
Use this function carefully to ensure consistency between the data and metadata.
|
||||
@breif Set error code tracked by the DOBject
|
||||
|
||||
\begin{DoxyReturn}{Returns}
|
||||
The previous error code
|
||||
\end{DoxyReturn}
|
||||
@breif Sets an error code and returns the old one
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00074}{74}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em metadata} & The new metadata to associate with the \doxylink{class_d_object}{DObject}. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
\Hypertarget{class_d_object_a99b8688849e11501033a25f61efb8356}\index{DObject@{DObject}!unregisterPlugin@{unregisterPlugin}}
|
||||
\index{unregisterPlugin@{unregisterPlugin}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{unregisterPlugin()}{unregisterPlugin()}}
|
||||
@@ -276,6 +402,10 @@ Removes the plugin from the registry if it exists.
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00097}{97}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Friends And Related Symbol Documentation}
|
||||
\Hypertarget{class_d_object_aa54e75574f0302a2ca7252f9f0f0b3f1}\index{DObject@{DObject}!operator$<$$<$@{operator$<$$<$}}
|
||||
\index{operator$<$$<$@{operator$<$$<$}!DObject@{DObject}}
|
||||
@@ -301,6 +431,92 @@ A reference to the output stream.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8cpp_source_l00126}{126}} of file \mbox{\hyperlink{_d_object_8cpp_source}{DObject.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Data Documentation}
|
||||
\Hypertarget{class_d_object_ad7ba02f6d87ce64792149096f3310b21}\index{DObject@{DObject}!data\_@{data\_}}
|
||||
\index{data\_@{data\_}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{data\_}{data\_}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ad7ba02f6d87ce64792149096f3310b21}
|
||||
\mbox{\hyperlink{class_d_object_a55b7cdac36a3a518ba6e1ecef0e25dcd}{Data\+Type}} DObject\+::data\+\_\+\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
The main data stored in the \doxylink{class_d_object}{DObject}.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00251}{251}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_d_object_a358d5f015da09ae5f0cbb46f3fd9e401}\index{DObject@{DObject}!dataTypeMap@{dataTypeMap}}
|
||||
\index{dataTypeMap@{dataTypeMap}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{dataTypeMap}{dataTypeMap}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_a358d5f015da09ae5f0cbb46f3fd9e401}
|
||||
std\+::map$<$int, std\+::string$>$ DObject\+::data\+Type\+Map}
|
||||
|
||||
{\bfseries Initial value\+:}
|
||||
\begin{DoxyCode}{0}
|
||||
\DoxyCodeLine{=\ \{}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{0,\ \textcolor{stringliteral}{"{}bool"{}}\},\ \{1,\ \textcolor{stringliteral}{"{}short\ int"{}}\},\ \{2,\ \textcolor{stringliteral}{"{}int"{}}\},\ \{3,\ \textcolor{stringliteral}{"{}long\ int"{}}\},\ \{4,\ \textcolor{stringliteral}{"{}float"{}}\},}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{5,\ \textcolor{stringliteral}{"{}double"{}}\},\ \{6,\ \textcolor{stringliteral}{"{}long\ double"{}}\},\ \{7,\ \textcolor{stringliteral}{"{}string"{}}\},\ \{8,\ \textcolor{stringliteral}{"{}std::monostate"{}}\},}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{9,\ \textcolor{stringliteral}{"{}vector<int>"{}}\},\ \{10,\ \textcolor{stringliteral}{"{}vector<float>"{}}\},\ \{11,\ \textcolor{stringliteral}{"{}vector<double>"{}}\},}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{12,\ \textcolor{stringliteral}{"{}vector<string>"{}}\},\ \{13,\ \textcolor{stringliteral}{"{}vector<vector<int>"{}}\},}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{14,\ \textcolor{stringliteral}{"{}vector<vector<float>"{}}\},\ \{15,\ \textcolor{stringliteral}{"{}vector<vector<double>"{}}\},}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{16,\ \textcolor{stringliteral}{"{}vector<vector<vector<int>>"{}}\},\ \{17,\ \textcolor{stringliteral}{"{}vector<vector<vector<float>>"{}}\},}
|
||||
\DoxyCodeLine{\ \ \ \ \ \ \ \ \{18,\ \textcolor{stringliteral}{"{}vector<vector<vector<double>>"{}}\}}
|
||||
\DoxyCodeLine{\ \ \ \ \}}
|
||||
|
||||
\end{DoxyCode}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00109}{109}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_d_object_accf5c10d4afc3969607e11b0055312d5}\index{DObject@{DObject}!debugEnabled\_@{debugEnabled\_}}
|
||||
\index{debugEnabled\_@{debugEnabled\_}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{debugEnabled\_}{debugEnabled\_}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_accf5c10d4afc3969607e11b0055312d5}
|
||||
bool DObject\+::debug\+Enabled\+\_\+ = false\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Indicates whether debugging is enabled.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00252}{252}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_d_object_ad8de5890e8dae5fc7e72fabca2520fc3}\index{DObject@{DObject}!errorCode\_@{errorCode\_}}
|
||||
\index{errorCode\_@{errorCode\_}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{errorCode\_}{errorCode\_}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ad8de5890e8dae5fc7e72fabca2520fc3}
|
||||
int DObject\+::error\+Code\+\_\+ = 0\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Error code tracked by the \doxylink{class_d_object}{DObject}.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00253}{253}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_d_object_ae9f7e4d2fbabc076961a40185676e208}\index{DObject@{DObject}!plugins\_@{plugins\_}}
|
||||
\index{plugins\_@{plugins\_}!DObject@{DObject}}
|
||||
\doxysubsubsection{\texorpdfstring{plugins\_}{plugins\_}}
|
||||
{\footnotesize\ttfamily \label{class_d_object_ae9f7e4d2fbabc076961a40185676e208}
|
||||
std\+::map$<$std\+::string, \mbox{\hyperlink{class_d_object_af11334d08ef85c68b3aae7554548e5a7}{Plugin}}$>$ DObject\+::plugins\+\_\+\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Registry for dynamically registered plugins.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_d_object_8h_source_l00254}{254}} of file \mbox{\hyperlink{_d_object_8h_source}{DObject.\+h}}.
|
||||
|
||||
|
||||
|
||||
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
src/dobj/public/\mbox{\hyperlink{_d_object_8h}{DObject.\+h}}\item
|
||||
|
||||
@@ -12,22 +12,43 @@ Wrapper for \doxylink{class_d_object}{DObject} with thread-\/safe access.
|
||||
\doxysubsubsection*{Public Member Functions}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\Hypertarget{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}\label{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}
|
||||
{\bfseries Lockable\+DObject} ()=default
|
||||
\mbox{\hyperlink{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}{Lockable\+DObject}} ()=default
|
||||
\begin{DoxyCompactList}\small\item\em Default constructor. \end{DoxyCompactList}\item
|
||||
\mbox{\hyperlink{class_d_object}{DObject}} \& \mbox{\hyperlink{class_lockable_d_object_adcfe201fc728cc1c6fcf638a566ba9a1}{get}} ()
|
||||
\begin{DoxyCompactList}\small\item\em Access the underlying \doxylink{class_d_object}{DObject}. \end{DoxyCompactList}\item
|
||||
\Hypertarget{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}\label{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}
|
||||
void {\bfseries lock} ()
|
||||
void \mbox{\hyperlink{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}{lock}} ()
|
||||
\begin{DoxyCompactList}\small\item\em Locks the mutex to ensure thread-\/safe access. \end{DoxyCompactList}\item
|
||||
\Hypertarget{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}\label{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}
|
||||
void {\bfseries unlock} ()
|
||||
void \mbox{\hyperlink{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}{unlock}} ()
|
||||
\begin{DoxyCompactList}\small\item\em Unlocks the mutex after thread-\/safe access. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Private Attributes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\mbox{\hyperlink{class_d_object}{DObject}} \mbox{\hyperlink{class_lockable_d_object_a1eb1ca1d9cf979dcb9eead96054b89bb}{object\+\_\+}}
|
||||
\begin{DoxyCompactList}\small\item\em The underlying \doxylink{class_d_object}{DObject} instance. \end{DoxyCompactList}\item
|
||||
std\+::mutex \mbox{\hyperlink{class_lockable_d_object_a712cd3ea0c565f7e9089a651ef79b7bd}{mutex\+\_\+}}
|
||||
\begin{DoxyCompactList}\small\item\em Mutex for thread-\/safe access. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
Wrapper for \doxylink{class_d_object}{DObject} with thread-\/safe access.
|
||||
|
||||
Definition at line \mbox{\hyperlink{_lockable_d_object_8h_source_l00039}{39}} of file \mbox{\hyperlink{_lockable_d_object_8h_source}{Lockable\+DObject.\+h}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Constructor \& Destructor Documentation}
|
||||
\Hypertarget{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}\index{LockableDObject@{LockableDObject}!LockableDObject@{LockableDObject}}
|
||||
\index{LockableDObject@{LockableDObject}!LockableDObject@{LockableDObject}}
|
||||
\doxysubsubsection{\texorpdfstring{LockableDObject()}{LockableDObject()}}
|
||||
{\footnotesize\ttfamily \label{class_lockable_d_object_ae1a174a2740fa053626fe2820ee0efee}
|
||||
Lockable\+DObject\+::\+Lockable\+DObject (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [default]}}
|
||||
|
||||
|
||||
|
||||
Default constructor.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Function Documentation}
|
||||
\Hypertarget{class_lockable_d_object_adcfe201fc728cc1c6fcf638a566ba9a1}\index{LockableDObject@{LockableDObject}!get@{get}}
|
||||
\index{get@{get}!LockableDObject@{LockableDObject}}
|
||||
@@ -44,7 +65,70 @@ A reference to the wrapped \doxylink{class_d_object}{DObject}.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_lockable_d_object_8cpp_source_l00026}{26}} of file \mbox{\hyperlink{_lockable_d_object_8cpp_source}{Lockable\+DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}\index{LockableDObject@{LockableDObject}!lock@{lock}}
|
||||
\index{lock@{lock}!LockableDObject@{LockableDObject}}
|
||||
\doxysubsubsection{\texorpdfstring{lock()}{lock()}}
|
||||
{\footnotesize\ttfamily \label{class_lockable_d_object_ade38ca54703913359fc3b4366f6e292a}
|
||||
void Lockable\+DObject\+::lock (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
|
||||
Locks the mutex to ensure thread-\/safe access.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_lockable_d_object_8cpp_source_l00033}{33}} of file \mbox{\hyperlink{_lockable_d_object_8cpp_source}{Lockable\+DObject.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}\index{LockableDObject@{LockableDObject}!unlock@{unlock}}
|
||||
\index{unlock@{unlock}!LockableDObject@{LockableDObject}}
|
||||
\doxysubsubsection{\texorpdfstring{unlock()}{unlock()}}
|
||||
{\footnotesize\ttfamily \label{class_lockable_d_object_a1481ed99dcd837490bf28309aadaedfb}
|
||||
void Lockable\+DObject\+::unlock (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
|
||||
Unlocks the mutex after thread-\/safe access.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_lockable_d_object_8cpp_source_l00040}{40}} of file \mbox{\hyperlink{_lockable_d_object_8cpp_source}{Lockable\+DObject.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Data Documentation}
|
||||
\Hypertarget{class_lockable_d_object_a712cd3ea0c565f7e9089a651ef79b7bd}\index{LockableDObject@{LockableDObject}!mutex\_@{mutex\_}}
|
||||
\index{mutex\_@{mutex\_}!LockableDObject@{LockableDObject}}
|
||||
\doxysubsubsection{\texorpdfstring{mutex\_}{mutex\_}}
|
||||
{\footnotesize\ttfamily \label{class_lockable_d_object_a712cd3ea0c565f7e9089a651ef79b7bd}
|
||||
std\+::mutex Lockable\+DObject\+::mutex\+\_\+\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Mutex for thread-\/safe access.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_lockable_d_object_8h_source_l00064}{64}} of file \mbox{\hyperlink{_lockable_d_object_8h_source}{Lockable\+DObject.\+h}}.
|
||||
|
||||
\Hypertarget{class_lockable_d_object_a1eb1ca1d9cf979dcb9eead96054b89bb}\index{LockableDObject@{LockableDObject}!object\_@{object\_}}
|
||||
\index{object\_@{object\_}!LockableDObject@{LockableDObject}}
|
||||
\doxysubsubsection{\texorpdfstring{object\_}{object\_}}
|
||||
{\footnotesize\ttfamily \label{class_lockable_d_object_a1eb1ca1d9cf979dcb9eead96054b89bb}
|
||||
\mbox{\hyperlink{class_d_object}{DObject}} Lockable\+DObject\+::object\+\_\+\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
The underlying \doxylink{class_d_object}{DObject} instance.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_lockable_d_object_8h_source_l00063}{63}} of file \mbox{\hyperlink{_lockable_d_object_8h_source}{Lockable\+DObject.\+h}}.
|
||||
|
||||
|
||||
|
||||
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
src/dobj/public/\mbox{\hyperlink{_lockable_d_object_8h}{Lockable\+DObject.\+h}}\item
|
||||
src/dobj/private/Lockable\+DObject.\+cpp\end{DoxyCompactItemize}
|
||||
src/dobj/private/\mbox{\hyperlink{_lockable_d_object_8cpp}{Lockable\+DObject.\+cpp}}\end{DoxyCompactItemize}
|
||||
|
||||
@@ -12,8 +12,7 @@ Represents metadata information for data objects in the dobj module.
|
||||
\doxysubsubsection*{Public Member Functions}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\Hypertarget{class_metadata_ae849560667461008cb72e83919c20be0}\label{class_metadata_ae849560667461008cb72e83919c20be0}
|
||||
{\bfseries Metadata} ()=default
|
||||
\mbox{\hyperlink{class_metadata_ae849560667461008cb72e83919c20be0}{Metadata}} ()=default
|
||||
\begin{DoxyCompactList}\small\item\em Default constructor for \doxylink{class_metadata}{Metadata}. \end{DoxyCompactList}\item
|
||||
\mbox{\hyperlink{class_metadata_a3d56c8c5adee4b8c7d2089802211522b}{Metadata}} (std\+::size\+\_\+t byte\+Size, std\+::string data\+Type, std\+::vector$<$ std\+::size\+\_\+t $>$ dimensions, bool debug\+Flag=false)
|
||||
\begin{DoxyCompactList}\small\item\em Constructor to initialize \doxylink{class_metadata}{Metadata} with specific attributes. \end{DoxyCompactList}\item
|
||||
@@ -33,6 +32,17 @@ bool \mbox{\hyperlink{class_metadata_abe52c81e04665628666b4140cd346b69}{is\+Debu
|
||||
\begin{DoxyCompactList}\small\item\em Checks if debugging information is enabled. \end{DoxyCompactList}\item
|
||||
void \mbox{\hyperlink{class_metadata_a365c4594ad65c3b10b40a1cf4f4aea26}{set\+Debug\+Enabled}} (bool debug\+Flag) noexcept
|
||||
\begin{DoxyCompactList}\small\item\em Sets the debugging flag. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Private Attributes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
int \mbox{\hyperlink{class_metadata_ac73a509797c98c0d52fb32e1f93e38bc}{byte\+Size\+\_\+}} = 0
|
||||
\begin{DoxyCompactList}\small\item\em Total size of the data in bytes. \end{DoxyCompactList}\item
|
||||
std\+::string \mbox{\hyperlink{class_metadata_a290205e5f46416dd0f48bd6ff62888ac}{data\+Type\+\_\+}}
|
||||
\begin{DoxyCompactList}\small\item\em Type of the data (e.\+g., "{}float"{}, "{}double"{}). \end{DoxyCompactList}\item
|
||||
std\+::vector$<$ std\+::size\+\_\+t $>$ \mbox{\hyperlink{class_metadata_a163f74d4ef9ecd13a34e7e9cab2e21ce}{dimensions\+\_\+}}
|
||||
\begin{DoxyCompactList}\small\item\em Dimensions of the data (e.\+g., \{3, 4\} for a 3x4 matrix). \end{DoxyCompactList}\item
|
||||
bool \mbox{\hyperlink{class_metadata_a65fd506f1bd41699d9cd19bc0dfc9701}{debug\+Flag\+\_\+}} = false
|
||||
\begin{DoxyCompactList}\small\item\em Indicates whether debugging is enabled. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\doxysubsubsection*{Friends}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
@@ -45,10 +55,24 @@ Represents metadata information for data objects in the dobj module.
|
||||
|
||||
The \doxylink{class_metadata}{Metadata} class encapsulates details such as data size, type, dimensions, and optional debugging flags. It is designed to provide descriptive attributes in a lightweight and efficient manner.
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8h_source_l00051}{51}} of file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Constructor \& Destructor Documentation}
|
||||
\Hypertarget{class_metadata_ae849560667461008cb72e83919c20be0}\index{Metadata@{Metadata}!Metadata@{Metadata}}
|
||||
\index{Metadata@{Metadata}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{Metadata()}{Metadata()}\hspace{0.1cm}{\footnotesize\ttfamily [1/2]}}
|
||||
{\footnotesize\ttfamily \label{class_metadata_ae849560667461008cb72e83919c20be0}
|
||||
Metadata\+::\+Metadata (\begin{DoxyParamCaption}{}{}\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [default]}}
|
||||
|
||||
|
||||
|
||||
Default constructor for \doxylink{class_metadata}{Metadata}.
|
||||
|
||||
\Hypertarget{class_metadata_a3d56c8c5adee4b8c7d2089802211522b}\index{Metadata@{Metadata}!Metadata@{Metadata}}
|
||||
\index{Metadata@{Metadata}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{Metadata()}{Metadata()}}
|
||||
\doxysubsubsection{\texorpdfstring{Metadata()}{Metadata()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}}
|
||||
{\footnotesize\ttfamily \label{class_metadata_a3d56c8c5adee4b8c7d2089802211522b}
|
||||
Metadata\+::\+Metadata (\begin{DoxyParamCaption}\item[{std\+::size\+\_\+t}]{byte\+Size}{, }\item[{std\+::string}]{data\+Type}{, }\item[{std\+::vector$<$ std\+::size\+\_\+t $>$}]{dimensions}{, }\item[{bool}]{debug\+Flag}{ = {\ttfamily false}}\end{DoxyParamCaption})}
|
||||
|
||||
@@ -69,6 +93,10 @@ Constructor to initialize \doxylink{class_metadata}{Metadata} with specific attr
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00040}{40}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Function Documentation}
|
||||
\Hypertarget{class_metadata_ac7980d1efdd6ae434f0115f83d08348e}\index{Metadata@{Metadata}!getByteSize@{getByteSize}}
|
||||
\index{getByteSize@{getByteSize}!Metadata@{Metadata}}
|
||||
@@ -88,6 +116,10 @@ The size is often required for memory allocation and validation in numerical rou
|
||||
\begin{DoxyReturn}{Returns}
|
||||
The total byte size of the data.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00050}{50}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_aeed7f22ccc61d9a3d6425441d381dcdc}\index{Metadata@{Metadata}!getDataType@{getDataType}}
|
||||
\index{getDataType@{getDataType}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{getDataType()}{getDataType()}}
|
||||
@@ -106,6 +138,10 @@ The type (e.\+g., "{}float"{}, "{}double"{}) is critical for casting raw data or
|
||||
\begin{DoxyReturn}{Returns}
|
||||
A string representing the data type.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00074}{74}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_a412c0c0b8754d85f9edbbdcd637f3b20}\index{Metadata@{Metadata}!getDimensions@{getDimensions}}
|
||||
\index{getDimensions@{getDimensions}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{getDimensions()}{getDimensions()}}
|
||||
@@ -124,6 +160,10 @@ Dimensions define the shape of the data (e.\+g., 2D arrays, 3D matrices). This i
|
||||
\begin{DoxyReturn}{Returns}
|
||||
A vector representing the size of each dimension.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00098}{98}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_abe52c81e04665628666b4140cd346b69}\index{Metadata@{Metadata}!isDebugEnabled@{isDebugEnabled}}
|
||||
\index{isDebugEnabled@{isDebugEnabled}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{isDebugEnabled()}{isDebugEnabled()}}
|
||||
@@ -142,6 +182,10 @@ Debugging flags can be useful for tracking performance metrics or error provenan
|
||||
\begin{DoxyReturn}{Returns}
|
||||
True if debugging is enabled, false otherwise.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00120}{120}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_a07035de7b0c780ef340e1a11c60a4d2b}\index{Metadata@{Metadata}!setByteSize@{setByteSize}}
|
||||
\index{setByteSize@{setByteSize}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{setByteSize()}{setByteSize()}}
|
||||
@@ -164,6 +208,10 @@ It\textquotesingle{}s important to ensure this matches the actual data size in m
|
||||
{\em byte\+Size} & The total byte size to set. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00062}{62}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_a88f4f57d443e2b7664e75e57a29dfbf0}\index{Metadata@{Metadata}!setDataType@{setDataType}}
|
||||
\index{setDataType@{setDataType}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{setDataType()}{setDataType()}}
|
||||
@@ -186,6 +234,10 @@ When setting the data type, ensure it aligns with the underlying data representa
|
||||
{\em data\+Type} & A string representing the data type. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00086}{86}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_a365c4594ad65c3b10b40a1cf4f4aea26}\index{Metadata@{Metadata}!setDebugEnabled@{setDebugEnabled}}
|
||||
\index{setDebugEnabled@{setDebugEnabled}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{setDebugEnabled()}{setDebugEnabled()}}
|
||||
@@ -208,6 +260,10 @@ Enabling debugging can introduce performance overhead but provides valuable insi
|
||||
{\em debug\+Flag} & Whether debugging is enabled. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00132}{132}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
\Hypertarget{class_metadata_af5264d1666839e69c192b565b5cfa606}\index{Metadata@{Metadata}!setDimensions@{setDimensions}}
|
||||
\index{setDimensions@{setDimensions}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{setDimensions()}{setDimensions()}}
|
||||
@@ -232,6 +288,10 @@ When modifying dimensions, verify that they are consistent with the actual data
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00109}{109}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Friends And Related Symbol Documentation}
|
||||
\Hypertarget{class_metadata_a12949a1ea26c4ff1afeb97101c0493c5}\index{Metadata@{Metadata}!operator$<$$<$@{operator$<$$<$}}
|
||||
\index{operator$<$$<$@{operator$<$$<$}!Metadata@{Metadata}}
|
||||
@@ -267,6 +327,69 @@ A reference to the output stream.
|
||||
\end{DoxyReturn}
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8cpp_source_l00146}{146}} of file \mbox{\hyperlink{_metadata_8cpp_source}{Metadata.\+cpp}}.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{Member Data Documentation}
|
||||
\Hypertarget{class_metadata_ac73a509797c98c0d52fb32e1f93e38bc}\index{Metadata@{Metadata}!byteSize\_@{byteSize\_}}
|
||||
\index{byteSize\_@{byteSize\_}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{byteSize\_}{byteSize\_}}
|
||||
{\footnotesize\ttfamily \label{class_metadata_ac73a509797c98c0d52fb32e1f93e38bc}
|
||||
int Metadata\+::byte\+Size\+\_\+ = 0\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Total size of the data in bytes.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8h_source_l00126}{126}} of file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
\Hypertarget{class_metadata_a290205e5f46416dd0f48bd6ff62888ac}\index{Metadata@{Metadata}!dataType\_@{dataType\_}}
|
||||
\index{dataType\_@{dataType\_}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{dataType\_}{dataType\_}}
|
||||
{\footnotesize\ttfamily \label{class_metadata_a290205e5f46416dd0f48bd6ff62888ac}
|
||||
std\+::string Metadata\+::data\+Type\+\_\+\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Type of the data (e.\+g., "{}float"{}, "{}double"{}).
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8h_source_l00127}{127}} of file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
\Hypertarget{class_metadata_a65fd506f1bd41699d9cd19bc0dfc9701}\index{Metadata@{Metadata}!debugFlag\_@{debugFlag\_}}
|
||||
\index{debugFlag\_@{debugFlag\_}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{debugFlag\_}{debugFlag\_}}
|
||||
{\footnotesize\ttfamily \label{class_metadata_a65fd506f1bd41699d9cd19bc0dfc9701}
|
||||
bool Metadata\+::debug\+Flag\+\_\+ = false\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Indicates whether debugging is enabled.
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8h_source_l00129}{129}} of file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
\Hypertarget{class_metadata_a163f74d4ef9ecd13a34e7e9cab2e21ce}\index{Metadata@{Metadata}!dimensions\_@{dimensions\_}}
|
||||
\index{dimensions\_@{dimensions\_}!Metadata@{Metadata}}
|
||||
\doxysubsubsection{\texorpdfstring{dimensions\_}{dimensions\_}}
|
||||
{\footnotesize\ttfamily \label{class_metadata_a163f74d4ef9ecd13a34e7e9cab2e21ce}
|
||||
std\+::vector$<$std\+::size\+\_\+t$>$ Metadata\+::dimensions\+\_\+\hspace{0.3cm}{\ttfamily [private]}}
|
||||
|
||||
|
||||
|
||||
Dimensions of the data (e.\+g., \{3, 4\} for a 3x4 matrix).
|
||||
|
||||
|
||||
|
||||
Definition at line \mbox{\hyperlink{_metadata_8h_source_l00128}{128}} of file \mbox{\hyperlink{_metadata_8h_source}{Metadata.\+h}}.
|
||||
|
||||
|
||||
|
||||
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
src/dobj/public/\mbox{\hyperlink{_metadata_8h}{Metadata.\+h}}\item
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
\RequirePackage{adjustbox}
|
||||
\RequirePackage{amssymb}
|
||||
\RequirePackage{stackengine}
|
||||
\RequirePackage{enumitem}
|
||||
\RequirePackage{alphalph}
|
||||
\RequirePackage[normalem]{ulem} % for strikeout, but don't modify emphasis
|
||||
|
||||
%---------- Internal commands used in this style file ----------------
|
||||
@@ -103,7 +105,15 @@
|
||||
% Necessary for hanging indent
|
||||
\newlength{\DoxyCodeWidth}
|
||||
|
||||
\newcommand\DoxyCodeLine[1]{\hangpara{\DoxyCodeWidth}{1}{#1}\par}
|
||||
\newcommand\DoxyCodeLine[1]{
|
||||
\ifthenelse{\equal{\detokenize{#1}}{}}
|
||||
{
|
||||
\vspace*{\baselineskip}
|
||||
}
|
||||
{
|
||||
\hangpara{\DoxyCodeWidth}{1}{#1}\par
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand\NiceSpace{%
|
||||
\discretionary{}{\kern\fontdimen2\font}{\kern\fontdimen2\font}%
|
||||
@@ -112,6 +122,7 @@
|
||||
% Used by @code ... @endcode
|
||||
\newenvironment{DoxyCode}[1]{%
|
||||
\par%
|
||||
\vspace{2pt}%
|
||||
\scriptsize%
|
||||
\normalfont\ttfamily%
|
||||
\rightskip0pt plus 1fil%
|
||||
@@ -119,14 +130,14 @@
|
||||
\settowidth{\CodeWidthChar}{?}%
|
||||
\settoheight{\CodeHeightChar}{?}%
|
||||
\setlength{\parskip}{0ex plus 0ex minus 0ex}%
|
||||
\ifthenelse{\equal{#1}{0}}
|
||||
{
|
||||
\ifthenelse{\equal{#1}{0}}%
|
||||
{%
|
||||
{\lccode`~32 \lowercase{\global\let~}\NiceSpace}\obeyspaces%
|
||||
}
|
||||
{
|
||||
}%
|
||||
{%
|
||||
{\lccode`~32 \lowercase{\global\let~}}\obeyspaces%
|
||||
}
|
||||
|
||||
}%
|
||||
\vspace{2pt}%
|
||||
}{%
|
||||
\normalfont%
|
||||
\normalsize%
|
||||
@@ -148,6 +159,7 @@
|
||||
|
||||
% Used by @verbatim ... @endverbatim
|
||||
\newenvironment{DoxyVerb}{%
|
||||
\par%
|
||||
\footnotesize%
|
||||
\verbatim%
|
||||
}{%
|
||||
@@ -163,18 +175,34 @@
|
||||
}
|
||||
|
||||
% Used by numbered lists (using '-#' or <ol> ... </ol>)
|
||||
\newenvironment{DoxyEnumerate}{%
|
||||
\enumerate%
|
||||
}{%
|
||||
\endenumerate%
|
||||
}
|
||||
\setlistdepth{12}
|
||||
\newlist{DoxyEnumerate}{enumerate}{12}
|
||||
\setlist[DoxyEnumerate,1]{label=\arabic*.}
|
||||
\setlist[DoxyEnumerate,2]{label=(\enumalphalphcnt*)}
|
||||
\setlist[DoxyEnumerate,3]{label=\roman*.}
|
||||
\setlist[DoxyEnumerate,4]{label=\enumAlphAlphcnt*.}
|
||||
\setlist[DoxyEnumerate,5]{label=\arabic*.}
|
||||
\setlist[DoxyEnumerate,6]{label=(\enumalphalphcnt*)}
|
||||
\setlist[DoxyEnumerate,7]{label=\roman*.}
|
||||
\setlist[DoxyEnumerate,8]{label=\enumAlphAlphcnt*.}
|
||||
\setlist[DoxyEnumerate,9]{label=\arabic*.}
|
||||
\setlist[DoxyEnumerate,10]{label=(\enumalphalphcnt*)}
|
||||
\setlist[DoxyEnumerate,11]{label=\roman*.}
|
||||
\setlist[DoxyEnumerate,12]{label=\enumAlphAlphcnt*.}
|
||||
|
||||
% Used by bullet lists (using '-', @li, @arg, or <ul> ... </ul>)
|
||||
\newenvironment{DoxyItemize}{%
|
||||
\itemize%
|
||||
}{%
|
||||
\enditemize%
|
||||
}
|
||||
\setlistdepth{12}
|
||||
\newlist{DoxyItemize}{itemize}{12}
|
||||
\setlist[DoxyItemize]{label=\textperiodcentered}
|
||||
|
||||
\setlist[DoxyItemize,1]{label=\textbullet}
|
||||
\setlist[DoxyItemize,2]{label=\normalfont\bfseries \textendash}
|
||||
\setlist[DoxyItemize,3]{label=\textasteriskcentered}
|
||||
\setlist[DoxyItemize,4]{label=\textperiodcentered}
|
||||
|
||||
% Used for check boxes
|
||||
\newcommand{\DoxyUnchecked}{$\square$}
|
||||
\newcommand{\DoxyChecked}{\rlap{\raisebox{0.3ex}{\hspace{0.4ex}\tiny \checkmark}}$\square$}
|
||||
|
||||
% Used by description lists (using <dl> ... </dl>)
|
||||
\newenvironment{DoxyDescription}{%
|
||||
@@ -213,6 +241,13 @@
|
||||
\end{DoxyDesc}%
|
||||
}
|
||||
|
||||
% Used by @important
|
||||
\newenvironment{DoxyImportant}[1]{%
|
||||
\begin{DoxyDesc}{#1}%
|
||||
}{%
|
||||
\end{DoxyDesc}%
|
||||
}
|
||||
|
||||
% Used by @author and @authors
|
||||
\newenvironment{DoxyAuthor}[1]{%
|
||||
\begin{DoxyDesc}{#1}%
|
||||
@@ -304,12 +339,6 @@
|
||||
\end{DoxyDesc}%
|
||||
}
|
||||
|
||||
% Used by @internal
|
||||
\newenvironment{DoxyInternal}[1]{%
|
||||
\paragraph*{#1}%
|
||||
}{%
|
||||
}
|
||||
|
||||
% Used by @par and @paragraph
|
||||
\newenvironment{DoxyParagraph}[1]{%
|
||||
\begin{DoxyDesc}{#1}%
|
||||
@@ -355,14 +384,16 @@
|
||||
}
|
||||
|
||||
% Used for fields simple class style enums
|
||||
\newenvironment{DoxyEnumFields}[1]{%
|
||||
\newenvironment{DoxyEnumFields}[2][]{%
|
||||
\tabulinesep=1mm%
|
||||
\par%
|
||||
\begin{longtabu*}spread 0pt [l]{|X[-1,r]|X[-1,l]|}%
|
||||
\multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
|
||||
\ifthenelse{\equal{#1}{2}}%
|
||||
{\begin{longtabu*}spread 0pt [l]{|X[-1,r]|X[-1,l]|}}%
|
||||
{\begin{longtabu*}spread 0pt [l]{|X[-1,l]|X[-1,r]|X[-1,l]|}}% with init value
|
||||
\multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #2}\\[1ex]%
|
||||
\hline%
|
||||
\endfirsthead%
|
||||
\multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
|
||||
\multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #2}\\[1ex]%
|
||||
\hline%
|
||||
\endhead%
|
||||
}{%
|
||||
@@ -372,7 +403,7 @@
|
||||
|
||||
% Used for parameters within a detailed function description
|
||||
\newenvironment{DoxyParamCaption}{%
|
||||
\renewcommand{\item}[2][]{\\ \hspace*{2.0cm} ##1 {\em ##2}}%
|
||||
\renewcommand{\item}[3][]{\\ \hspace*{2.0cm} ##1 {\em ##2}##3}%
|
||||
}{%
|
||||
}
|
||||
|
||||
@@ -506,11 +537,29 @@
|
||||
\end{list}%
|
||||
}
|
||||
|
||||
% Used when hyperlinks are turned on
|
||||
\newcommand{\doxylink}[2]{%
|
||||
\mbox{\hyperlink{#1}{#2}}%
|
||||
}
|
||||
|
||||
% Used when hyperlinks are turned on
|
||||
% Third argument is the SectionType, see the doxygen internal
|
||||
% documentation for the values (relevant: Page ... Subsubsection).
|
||||
\newcommand{\doxysectlink}[3]{%
|
||||
\mbox{\hyperlink{#1}{#2}}%
|
||||
}
|
||||
% Used when hyperlinks are turned off
|
||||
\newcommand{\doxyref}[3]{%
|
||||
\textbf{#1} (\textnormal{#2}\,\pageref{#3})%
|
||||
}
|
||||
|
||||
% Used when hyperlinks are turned off
|
||||
% Fourth argument is the SectionType, see the doxygen internal
|
||||
% documentation for the values (relevant: Page ... Subsubsection).
|
||||
\newcommand{\doxysectref}[4]{%
|
||||
\textbf{#1} (\textnormal{#2}\,\pageref{#3})%
|
||||
}
|
||||
|
||||
% Used to link to a table when hyperlinks are turned on
|
||||
\newcommand{\doxytablelink}[2]{%
|
||||
\ref{#1}%
|
||||
@@ -533,6 +582,7 @@
|
||||
\definecolor{preprocessor}{rgb}{0.5,0.38,0.125}
|
||||
\definecolor{stringliteral}{rgb}{0.0,0.125,0.25}
|
||||
\definecolor{charliteral}{rgb}{0.0,0.5,0.5}
|
||||
\definecolor{xmlcdata}{rgb}{0.0,0.0,0.0}
|
||||
\definecolor{vhdldigit}{rgb}{1.0,0.0,1.0}
|
||||
\definecolor{vhdlkeyword}{rgb}{0.43,0.0,0.43}
|
||||
\definecolor{vhdllogic}{rgb}{1.0,0.0,0.0}
|
||||
@@ -547,10 +597,29 @@
|
||||
% possibility to have sections etc. be within the margins
|
||||
% unfortunately had to copy part of book.cls and add \raggedright
|
||||
\makeatletter
|
||||
\newcounter{subsubsubsection}[subsubsection]
|
||||
\newcounter{subsubsubsubsection}[subsubsubsection]
|
||||
\newcounter{subsubsubsubsubsection}[subsubsubsubsection]
|
||||
\newcounter{subsubsubsubsubsubsection}[subsubsubsubsubsection]
|
||||
\renewcommand{\thesubsubsubsection}{\thesubsubsection.\arabic{subsubsubsection}}
|
||||
\renewcommand{\thesubsubsubsubsection}{\thesubsubsubsection.\arabic{subsubsubsubsection}}
|
||||
\renewcommand{\thesubsubsubsubsubsection}{\thesubsubsubsubsection.\arabic{subsubsubsubsubsection}}
|
||||
\renewcommand{\thesubsubsubsubsubsubsection}{\thesubsubsubsubsubsection.\arabic{subsubsubsubsubsubsection}}
|
||||
\newcommand{\subsubsubsectionmark}[1]{}
|
||||
\newcommand{\subsubsubsubsectionmark}[1]{}
|
||||
\newcommand{\subsubsubsubsubsectionmark}[1]{}
|
||||
\newcommand{\subsubsubsubsubsubsectionmark}[1]{}
|
||||
\def\toclevel@subsubsubsection{4}
|
||||
\def\toclevel@subsubsubsubsection{5}
|
||||
\def\toclevel@subsubsubsubsubsection{6}
|
||||
\def\toclevel@subsubsubsubsubsubsection{7}
|
||||
\def\toclevel@paragraph{8}
|
||||
\def\toclevel@subparagraph{9}
|
||||
|
||||
\newcommand\doxysection{\@startsection {section}{1}{\z@}%
|
||||
{-3.5ex \@plus -1ex \@minus -.2ex}%
|
||||
{2.3ex \@plus.2ex}%
|
||||
{\raggedright\normalfont\Large\bfseries}}
|
||||
{-3.5ex \@plus -1ex \@minus -.2ex}%
|
||||
{2.3ex \@plus.2ex}%
|
||||
{\raggedright\normalfont\Large\bfseries}}
|
||||
\newcommand\doxysubsection{\@startsection{subsection}{2}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
@@ -559,18 +628,87 @@
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxyparagraph{\@startsection{paragraph}{4}{\z@}%
|
||||
{3.25ex \@plus1ex \@minus.2ex}%
|
||||
{-1em}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxysubparagraph{\@startsection{subparagraph}{5}{\parindent}%
|
||||
{3.25ex \@plus1ex \@minus .2ex}%
|
||||
{-1em}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxysubsubsubsection{\@startsection{subsubsubsection}{4}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxysubsubsubsubsection{\@startsection{subsubsubsubsection}{5}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxysubsubsubsubsubsection{\@startsection{subsubsubsubsubsection}{6}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxysubsubsubsubsubsubsection{\@startsection{subsubsubsubsubsubsection}{7}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxyparagraph{\@startsection{paragraph}{8}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
\newcommand\doxysubparagraph{\@startsection{subparagraph}{9}{\parindent}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\raggedright\normalfont\normalsize\bfseries}}
|
||||
|
||||
\newcommand\l@subsubsubsection{\@dottedtocline{4}{10.0em}{7.8em}}
|
||||
\newcommand\l@subsubsubsubsection{\@dottedtocline{5}{13.0em}{9.4em}}
|
||||
\newcommand\l@subsubsubsubsubsection{\@dottedtocline{6}{15.0em}{11em}}
|
||||
\newcommand\l@subsubsubsubsubsubsection{\@dottedtocline{7}{18.0em}{12.6em}}
|
||||
\renewcommand\l@paragraph{\@dottedtocline{8}{21.0em}{14.2em}}
|
||||
\renewcommand\l@subparagraph{\@dottedtocline{9}{24.0em}{15.8em}}
|
||||
\makeatother
|
||||
% the sectsty doesn't look to be maintained but gives, in our case, some warning like:
|
||||
% LaTeX Warning: Command \underline has changed.
|
||||
% Check if current package is valid.
|
||||
% unfortunately had to copy the relevant part
|
||||
\newcommand*{\doxypartfont} [1]
|
||||
{\gdef\SS@partnumberfont{\SS@sectid{0}\SS@nopart\SS@makeulinepartchap#1}
|
||||
\gdef\SS@parttitlefont{\SS@sectid{0}\SS@titlepart\SS@makeulinepartchap#1}}
|
||||
\newcommand*{\doxychapterfont} [1]
|
||||
{\gdef\SS@chapnumfont{\SS@sectid{1}\SS@nopart\SS@makeulinepartchap#1}
|
||||
\gdef\SS@chaptitlefont{\SS@sectid{1}\SS@titlepart\SS@makeulinepartchap#1}}
|
||||
\newcommand*{\doxysectionfont} [1]
|
||||
{\gdef\SS@sectfont{\SS@sectid{2}\SS@rr\SS@makeulinesect#1}}
|
||||
\newcommand*{\doxysubsectionfont} [1]
|
||||
{\gdef\SS@subsectfont{\SS@sectid{3}\SS@rr\SS@makeulinesect#1}}
|
||||
\newcommand*{\doxysubsubsectionfont} [1]
|
||||
{\gdef\SS@subsubsectfont{\SS@sectid{4}\SS@rr\SS@makeulinesect#1}}
|
||||
\newcommand*{\doxyparagraphfont} [1]
|
||||
{\gdef\SS@parafont{\SS@sectid{5}\SS@rr\SS@makeulinesect#1}}
|
||||
\newcommand*{\doxysubparagraphfont} [1]
|
||||
{\gdef\SS@subparafont{\SS@sectid{6}\SS@rr\SS@makeulinesect#1}}
|
||||
\newcommand*{\doxyminisecfont} [1]
|
||||
{\gdef\SS@minisecfont{\SS@sectid{7}\SS@rr\SS@makeulinepartchap#1}}
|
||||
\newcommand*{\doxyallsectionsfont} [1] {\doxypartfont{#1}%
|
||||
\doxychapterfont{#1}%
|
||||
\doxysectionfont{#1}%
|
||||
\doxysubsectionfont{#1}%
|
||||
\doxysubsubsectionfont{#1}%
|
||||
\doxyparagraphfont{#1}%
|
||||
\doxysubparagraphfont{#1}%
|
||||
\doxyminisecfont{#1}}%
|
||||
% Define caption that is also suitable in a table
|
||||
% for usage with hyperlinks
|
||||
\makeatletter
|
||||
\def\doxyfigcaption{%
|
||||
\H@refstepcounter{figure}%
|
||||
\@dblarg{\@caption{figure}}}
|
||||
|
||||
% for usage without hyperlinks
|
||||
\def\doxyfigcaptionnolink{%
|
||||
\refstepcounter{figure}%
|
||||
\@dblarg{\@caption{figure}}}
|
||||
\makeatother
|
||||
|
||||
% Define alpha enumarative names for counters > 26
|
||||
\makeatletter
|
||||
\def\enumalphalphcnt#1{\expandafter\@enumalphalphcnt\csname c@#1\endcsname}
|
||||
\def\@enumalphalphcnt#1{\alphalph{#1}}
|
||||
\def\enumAlphAlphcnt#1{\expandafter\@enumAlphAlphcnt\csname c@#1\endcsname}
|
||||
\def\@enumAlphAlphcnt#1{\AlphAlph{#1}}
|
||||
\makeatother
|
||||
\AddEnumerateCounter{\enumalphalphcnt}{\@enumalphalphcnt}{aa}
|
||||
\AddEnumerateCounter{\enumAlphAlphcnt}{\@enumAlphAlphcnt}{AA}
|
||||
|
||||
@@ -1,39 +1,59 @@
|
||||
\doxysection{File List}
|
||||
Here is a list of all files with brief descriptions\+:\begin{DoxyCompactList}
|
||||
\item\contentsline{section}{src/composition/private/\mbox{\hyperlink{composition_8cpp}{composition.\+cpp}} }{\pageref{composition_8cpp}}{}
|
||||
\item\contentsline{section}{src/composition/public/\mbox{\hyperlink{composition_8h}{composition.\+h}} }{\pageref{composition_8h}}{}
|
||||
\item\contentsline{section}{src/config/private/\mbox{\hyperlink{config_8cpp}{config.\+cpp}} }{\pageref{config_8cpp}}{}
|
||||
\item\contentsline{section}{src/config/public/\mbox{\hyperlink{config_8h}{config.\+h}} }{\pageref{config_8h}}{}
|
||||
\item\contentsline{section}{src/const/private/\mbox{\hyperlink{const_8cpp}{const.\+cpp}} }{\pageref{const_8cpp}}{}
|
||||
\item\contentsline{section}{src/const/public/\mbox{\hyperlink{const_8h}{const.\+h}} }{\pageref{const_8h}}{}
|
||||
\item\contentsline{section}{src/dobj/private/\mbox{\hyperlink{DObject_8cpp}{DObject.\+cpp}} \\*Implementation of the \mbox{\hyperlink{classDObject}{DObject}} class }{\pageref{DObject_8cpp}}{}
|
||||
\item\contentsline{section}{src/dobj/private/\mbox{\hyperlink{LockableDObject_8cpp}{Lockable\+DObject.\+cpp}} }{\pageref{LockableDObject_8cpp}}{}
|
||||
\item\contentsline{section}{src/dobj/private/\mbox{\hyperlink{Metadata_8cpp}{Metadata.\+cpp}} \\*Implementation of the \mbox{\hyperlink{classMetadata}{Metadata}} class used in the dobj module }{\pageref{Metadata_8cpp}}{}
|
||||
\item\contentsline{section}{src/dobj/public/\mbox{\hyperlink{DObject_8h}{DObject.\+h}} \\*Defines the \mbox{\hyperlink{classDObject}{DObject}} class, a universal data container for the project }{\pageref{DObject_8h}}{}
|
||||
\item\contentsline{section}{src/dobj/public/\mbox{\hyperlink{LockableDObject_8h}{Lockable\+DObject.\+h}} \\*A lightweight wrapper for \mbox{\hyperlink{classDObject}{DObject}} that adds locking capabilities }{\pageref{LockableDObject_8h}}{}
|
||||
\item\contentsline{section}{src/dobj/public/\mbox{\hyperlink{Metadata_8h}{Metadata.\+h}} \\*Public interface for the \mbox{\hyperlink{classMetadata}{Metadata}} class used in the dobj module }{\pageref{Metadata_8h}}{}
|
||||
\item\contentsline{section}{src/mesh\+IO/private/\mbox{\hyperlink{meshIO_8cpp}{mesh\+IO.\+cpp}} }{\pageref{meshIO_8cpp}}{}
|
||||
\item\contentsline{section}{src/mesh\+IO/public/\mbox{\hyperlink{meshIO_8h}{mesh\+IO.\+h}} }{\pageref{meshIO_8h}}{}
|
||||
\item\contentsline{section}{src/dobj/private/\mbox{\hyperlink{_d_object_8cpp}{DObject.\+cpp}} \\*Implementation of the \doxylink{class_d_object}{DObject} class }{\pageref{_d_object_8cpp}}{}
|
||||
\item\contentsline{section}{src/dobj/private/\mbox{\hyperlink{_lockable_d_object_8cpp}{Lockable\+DObject.\+cpp}} }{\pageref{_lockable_d_object_8cpp}}{}
|
||||
\item\contentsline{section}{src/dobj/private/\mbox{\hyperlink{_metadata_8cpp}{Metadata.\+cpp}} \\*Implementation of the \doxylink{class_metadata}{Metadata} class used in the dobj module }{\pageref{_metadata_8cpp}}{}
|
||||
\item\contentsline{section}{src/dobj/public/\mbox{\hyperlink{_d_object_8h}{DObject.\+h}} \\*Defines the \doxylink{class_d_object}{DObject} class, a universal data container for the project }{\pageref{_d_object_8h}}{}
|
||||
\item\contentsline{section}{src/dobj/public/\mbox{\hyperlink{_lockable_d_object_8h}{Lockable\+DObject.\+h}} \\*A lightweight wrapper for \doxylink{class_d_object}{DObject} that adds locking capabilities }{\pageref{_lockable_d_object_8h}}{}
|
||||
\item\contentsline{section}{src/dobj/public/\mbox{\hyperlink{_metadata_8h}{Metadata.\+h}} \\*Public interface for the \doxylink{class_metadata}{Metadata} class used in the dobj module }{\pageref{_metadata_8h}}{}
|
||||
\item\contentsline{section}{src/eos/private/\mbox{\hyperlink{eos_i_o_8cpp}{eos\+IO.\+cpp}} }{\pageref{eos_i_o_8cpp}}{}
|
||||
\item\contentsline{section}{src/eos/private/\mbox{\hyperlink{helm_8cpp}{helm.\+cpp}} }{\pageref{helm_8cpp}}{}
|
||||
\item\contentsline{section}{src/eos/public/\mbox{\hyperlink{eos_i_o_8h}{eos\+IO.\+h}} }{\pageref{eos_i_o_8h}}{}
|
||||
\item\contentsline{section}{src/eos/public/\mbox{\hyperlink{helm_8h}{helm.\+h}} }{\pageref{helm_8h}}{}
|
||||
\item\contentsline{section}{src/mesh\+IO/private/\mbox{\hyperlink{mesh_i_o_8cpp}{mesh\+IO.\+cpp}} }{\pageref{mesh_i_o_8cpp}}{}
|
||||
\item\contentsline{section}{src/mesh\+IO/public/\mbox{\hyperlink{mesh_i_o_8h}{mesh\+IO.\+h}} }{\pageref{mesh_i_o_8h}}{}
|
||||
\item\contentsline{section}{src/misc/macros/\mbox{\hyperlink{debug_8h}{debug.\+h}} \\*Defines a macro for triggering a breakpoint in different compilers and platforms }{\pageref{debug_8h}}{}
|
||||
\item\contentsline{section}{src/misc/macros/\mbox{\hyperlink{warning__control_8h}{warning\+\_\+control.\+h}} }{\pageref{warning__control_8h}}{}
|
||||
\item\contentsline{section}{src/network/private/\mbox{\hyperlink{approx8_8cpp}{approx8.\+cpp}} }{\pageref{approx8_8cpp}}{}
|
||||
\item\contentsline{section}{src/network/private/\mbox{\hyperlink{network_8cpp}{network.\+cpp}} }{\pageref{network_8cpp}}{}
|
||||
\item\contentsline{section}{src/network/public/\mbox{\hyperlink{approx8_8h}{approx8.\+h}} \\*Header file for the Approx8 nuclear reaction network }{\pageref{approx8_8h}}{}
|
||||
\item\contentsline{section}{src/network/public/\mbox{\hyperlink{network_8h}{network.\+h}} }{\pageref{network_8h}}{}
|
||||
\item\contentsline{section}{src/opac/public/\mbox{\hyperlink{opac_8h}{opac.\+h}} }{\pageref{opac_8h}}{}
|
||||
\item\contentsline{section}{src/opat\+IO/private/\mbox{\hyperlink{opatIO_8cpp}{opat\+IO.\+cpp}} }{\pageref{opatIO_8cpp}}{}
|
||||
\item\contentsline{section}{src/opat\+IO/public/\mbox{\hyperlink{opatIO_8h}{opat\+IO.\+h}} }{\pageref{opatIO_8h}}{}
|
||||
\item\contentsline{section}{src/poly/coeff/private/\mbox{\hyperlink{polyCoeff_8cpp}{poly\+Coeff.\+cpp}} }{\pageref{polyCoeff_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/coeff/public/\mbox{\hyperlink{polyCoeff_8h}{poly\+Coeff.\+h}} }{\pageref{polyCoeff_8h}}{}
|
||||
\item\contentsline{section}{src/poly/utils/private/\mbox{\hyperlink{polyIO_8cpp}{poly\+IO.\+cpp}} }{\pageref{polyIO_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/utils/private/\mbox{\hyperlink{polyMFEMUtils_8cpp}{poly\+MFEMUtils.\+cpp}} }{\pageref{polyMFEMUtils_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/utils/public/\mbox{\hyperlink{polyIO_8h}{poly\+IO.\+h}} }{\pageref{polyIO_8h}}{}
|
||||
\item\contentsline{section}{src/poly/utils/public/\mbox{\hyperlink{polyMFEMUtils_8h}{poly\+MFEMUtils.\+h}} }{\pageref{polyMFEMUtils_8h}}{}
|
||||
\item\contentsline{section}{tests/config/\mbox{\hyperlink{configTest_8cpp}{config\+Test.\+cpp}} \\*Unit tests for the \mbox{\hyperlink{classConfig}{Config}} class }{\pageref{configTest_8cpp}}{}
|
||||
\item\contentsline{section}{tests/const/\mbox{\hyperlink{constTest_8cpp}{const\+Test.\+cpp}} \\*Unit tests for the const class }{\pageref{constTest_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj/\mbox{\hyperlink{DObjectTest_8cpp}{DObject\+Test.\+cpp}} \\*Unit tests for the \mbox{\hyperlink{classDObject}{DObject}} class }{\pageref{DObjectTest_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj/\mbox{\hyperlink{LockableDObjectTest_8cpp}{Lockable\+DObject\+Test.\+cpp}} \\*Unit tests for the \mbox{\hyperlink{classLockableDObject}{Lockable\+DObject}} class }{\pageref{LockableDObjectTest_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj/\mbox{\hyperlink{MetadataTest_8cpp}{Metadata\+Test.\+cpp}} \\*Unit tests and integration tests for the \mbox{\hyperlink{classMetadata}{Metadata}} class }{\pageref{MetadataTest_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj\+\_\+sandbox/\mbox{\hyperlink{testDObject_8cpp}{test\+DObject.\+cpp}} }{\pageref{testDObject_8cpp}}{}
|
||||
\item\contentsline{section}{tests/mesh\+IO/\mbox{\hyperlink{meshIOTest_8cpp}{mesh\+IOTest.\+cpp}} }{\pageref{meshIOTest_8cpp}}{}
|
||||
\item\contentsline{section}{tests/opat\+IO/\mbox{\hyperlink{opatIOTest_8cpp}{opat\+IOTest.\+cpp}} \\*Unit tests for the \mbox{\hyperlink{classOpatIO}{Opat\+IO}} class and associated structs }{\pageref{opatIOTest_8cpp}}{}
|
||||
\item\contentsline{section}{utils/opatio/build/lib/opatio/\mbox{\hyperlink{build_2lib_2opatio_2____init_____8py}{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} }{\pageref{build_2lib_2opatio_2____init_____8py}}{}
|
||||
\item\contentsline{section}{utils/opatio/build/lib/opatio/opat/\mbox{\hyperlink{build_2lib_2opatio_2opat_2____init_____8py}{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} }{\pageref{build_2lib_2opatio_2opat_2____init_____8py}}{}
|
||||
\item\contentsline{section}{utils/opatio/build/lib/opatio/opat/\mbox{\hyperlink{build_2lib_2opatio_2opat_2opat_8py}{opat.\+py}} }{\pageref{build_2lib_2opatio_2opat_2opat_8py}}{}
|
||||
\item\contentsline{section}{utils/opatio/src/opatio/\mbox{\hyperlink{src_2opatio_2____init_____8py}{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} }{\pageref{src_2opatio_2____init_____8py}}{}
|
||||
\item\contentsline{section}{utils/opatio/src/opatio/opat/\mbox{\hyperlink{src_2opatio_2opat_2____init_____8py}{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} }{\pageref{src_2opatio_2opat_2____init_____8py}}{}
|
||||
\item\contentsline{section}{utils/opatio/src/opatio/opat/\mbox{\hyperlink{src_2opatio_2opat_2opat_8py}{opat.\+py}} }{\pageref{src_2opatio_2opat_2opat_8py}}{}
|
||||
\item\contentsline{section}{utils/opatio/utils/\mbox{\hyperlink{mkTestData_8py}{mk\+Test\+Data.\+py}} }{\pageref{mkTestData_8py}}{}
|
||||
\item\contentsline{section}{src/poly/coeff/private/\mbox{\hyperlink{poly_coeff_8cpp}{poly\+Coeff.\+cpp}} }{\pageref{poly_coeff_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/coeff/public/\mbox{\hyperlink{poly_coeff_8h}{poly\+Coeff.\+h}} }{\pageref{poly_coeff_8h}}{}
|
||||
\item\contentsline{section}{src/poly/solver/private/\mbox{\hyperlink{poly_solver_8cpp}{poly\+Solver.\+cpp}} }{\pageref{poly_solver_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/solver/public/\mbox{\hyperlink{poly_solver_8h}{poly\+Solver.\+h}} }{\pageref{poly_solver_8h}}{}
|
||||
\item\contentsline{section}{src/poly/utils/private/\mbox{\hyperlink{integrators_8cpp}{integrators.\+cpp}} }{\pageref{integrators_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/utils/private/\mbox{\hyperlink{polytrope_operator_8cpp}{polytrope\+Operator.\+cpp}} }{\pageref{polytrope_operator_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/utils/private/\mbox{\hyperlink{utilities_8cpp}{utilities.\+cpp}} }{\pageref{utilities_8cpp}}{}
|
||||
\item\contentsline{section}{src/poly/utils/public/\mbox{\hyperlink{integrators_8h}{integrators.\+h}} \\*A collection of utilities for working with MFEM and solving the lane-\/emden equation }{\pageref{integrators_8h}}{}
|
||||
\item\contentsline{section}{src/poly/utils/public/\mbox{\hyperlink{polytrope_operator_8h}{polytrope\+Operator.\+h}} }{\pageref{polytrope_operator_8h}}{}
|
||||
\item\contentsline{section}{src/poly/utils/public/\mbox{\hyperlink{utilities_8h}{utilities.\+h}} }{\pageref{utilities_8h}}{}
|
||||
\item\contentsline{section}{src/probe/private/\mbox{\hyperlink{probe_8cpp}{probe.\+cpp}} }{\pageref{probe_8cpp}}{}
|
||||
\item\contentsline{section}{src/probe/public/\mbox{\hyperlink{probe_8h}{probe.\+h}} }{\pageref{probe_8h}}{}
|
||||
\item\contentsline{section}{src/resource/private/\mbox{\hyperlink{resource_manager_8cpp}{resource\+Manager.\+cpp}} }{\pageref{resource_manager_8cpp}}{}
|
||||
\item\contentsline{section}{src/resource/private/\mbox{\hyperlink{resource_manager_types_8cpp}{resource\+Manager\+Types.\+cpp}} }{\pageref{resource_manager_types_8cpp}}{}
|
||||
\item\contentsline{section}{src/resource/public/\mbox{\hyperlink{resource_manager_8h}{resource\+Manager.\+h}} }{\pageref{resource_manager_8h}}{}
|
||||
\item\contentsline{section}{src/resource/public/\mbox{\hyperlink{resource_manager_types_8h}{resource\+Manager\+Types.\+h}} \\*Defines types and functions for managing resources }{\pageref{resource_manager_types_8h}}{}
|
||||
\item\contentsline{section}{src/types/public/\mbox{\hyperlink{4_d_s_t_a_r_types_8h}{4\+DSTARTypes.\+h}} }{\pageref{4_d_s_t_a_r_types_8h}}{}
|
||||
\item\contentsline{section}{tests/composition/\mbox{\hyperlink{composition_test_8cpp}{composition\+Test.\+cpp}} }{\pageref{composition_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/composition\+\_\+sandbox/\mbox{\hyperlink{comp_8cpp}{comp.\+cpp}} }{\pageref{comp_8cpp}}{}
|
||||
\item\contentsline{section}{tests/config/\mbox{\hyperlink{config_test_8cpp}{config\+Test.\+cpp}} \\*Unit tests for the \doxylink{class_config}{Config} class }{\pageref{config_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/const/\mbox{\hyperlink{const_test_8cpp}{const\+Test.\+cpp}} \\*Unit tests for the const class }{\pageref{const_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj/\mbox{\hyperlink{_d_object_test_8cpp}{DObject\+Test.\+cpp}} \\*Unit tests for the \doxylink{class_d_object}{DObject} class }{\pageref{_d_object_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj/\mbox{\hyperlink{_lockable_d_object_test_8cpp}{Lockable\+DObject\+Test.\+cpp}} \\*Unit tests for the \doxylink{class_lockable_d_object}{Lockable\+DObject} class }{\pageref{_lockable_d_object_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj/\mbox{\hyperlink{_metadata_test_8cpp}{Metadata\+Test.\+cpp}} \\*Unit tests and integration tests for the \doxylink{class_metadata}{Metadata} class }{\pageref{_metadata_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/dobj\+\_\+sandbox/\mbox{\hyperlink{test_d_object_8cpp}{test\+DObject.\+cpp}} }{\pageref{test_d_object_8cpp}}{}
|
||||
\item\contentsline{section}{tests/eos/\mbox{\hyperlink{eos_test_8cpp}{eos\+Test.\+cpp}} }{\pageref{eos_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/mesh\+IO/\mbox{\hyperlink{mesh_i_o_test_8cpp}{mesh\+IOTest.\+cpp}} }{\pageref{mesh_i_o_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/network/\mbox{\hyperlink{approx8_test_8cpp}{approx8\+Test.\+cpp}} }{\pageref{approx8_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/poly/\mbox{\hyperlink{poly_test_8cpp}{poly\+Test.\+cpp}} }{\pageref{poly_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/probe/\mbox{\hyperlink{probe_test_8cpp}{probe\+Test.\+cpp}} }{\pageref{probe_test_8cpp}}{}
|
||||
\item\contentsline{section}{tests/resource/\mbox{\hyperlink{resource_manager_test_8cpp}{resource\+Manager\+Test.\+cpp}} }{\pageref{resource_manager_test_8cpp}}{}
|
||||
\end{DoxyCompactList}
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
\ifdim \dimen@>\z@\vfil\break\fi
|
||||
\global\@colroom\@colht
|
||||
\ifvoid\LT@foot\else
|
||||
\advance\vsize-\ht\LT@foot
|
||||
\global\advance\vsize-\ht\LT@foot
|
||||
\global\advance\@colroom-\ht\LT@foot
|
||||
\dimen@\pagegoal\advance\dimen@-\ht\LT@foot\pagegoal\dimen@
|
||||
\maxdepth\z@
|
||||
@@ -193,9 +193,13 @@
|
||||
\LT@final@warn
|
||||
\fi
|
||||
\endgraf\penalty -\LT@end@pen
|
||||
\ifvoid\LT@foot\else
|
||||
\global\advance\vsize\ht\LT@foot
|
||||
\global\advance\@colroom\ht\LT@foot
|
||||
\dimen@\pagegoal\advance\dimen@\ht\LT@foot\pagegoal\dimen@
|
||||
\fi
|
||||
\endgroup
|
||||
\global\@mparbottom\z@
|
||||
\pagegoal\vsize
|
||||
\endgraf\penalty\z@\addvspace\LTpost
|
||||
\ifvoid\footins\else\insert\footins{}\fi}
|
||||
\def\LT@nofcols#1&{%
|
||||
@@ -392,18 +396,17 @@
|
||||
\setbox\z@\vbox{\unvbox\@cclv}%
|
||||
\ifdim \ht\LT@lastfoot>\ht\LT@foot
|
||||
\dimen@\pagegoal
|
||||
\advance\dimen@\ht\LT@foot
|
||||
\advance\dimen@-\ht\LT@lastfoot
|
||||
\ifdim\dimen@<\ht\z@
|
||||
\setbox\@cclv\vbox{\unvbox\z@\copy\LT@foot\vss}%
|
||||
\@makecol
|
||||
\@outputpage
|
||||
\global\vsize\@colroom
|
||||
\setbox\z@\vbox{\box\LT@head}%
|
||||
\fi
|
||||
\fi
|
||||
\global\@colroom\@colht
|
||||
\global\vsize\@colht
|
||||
\vbox
|
||||
{\unvbox\z@\box\ifvoid\LT@lastfoot\LT@foot\else\LT@lastfoot\fi}%
|
||||
\unvbox\z@\ifvoid\LT@lastfoot\copy\LT@foot\else\box\LT@lastfoot\fi
|
||||
\fi
|
||||
\else
|
||||
\setbox\@cclv\vbox{\unvbox\@cclv\copy\LT@foot\vss}%
|
||||
@@ -438,7 +441,15 @@
|
||||
\the\LT@p@ftn
|
||||
\global\LT@p@ftn{}%
|
||||
\hfil}
|
||||
\def\LT@p@ftntext#1{%
|
||||
%% added \long to prevent:
|
||||
% LaTeX Warning: Command \LT@p@ftntext has changed.
|
||||
%
|
||||
% from the original repository (https://github.com/latex3/latex2e/blob/develop/required/tools/longtable.dtx):
|
||||
% \changes{v4.15}{2021/03/28}
|
||||
% {make long for gh/364}
|
||||
% Inside the `p' column, just save up the footnote text in a token
|
||||
% register.
|
||||
\long\def\LT@p@ftntext#1{%
|
||||
\edef\@tempa{\the\LT@p@ftn\noexpand\footnotetext[\the\c@footnote]}%
|
||||
\global\LT@p@ftn\expandafter{\@tempa{#1}}}%
|
||||
|
||||
|
||||
@@ -1,259 +1,432 @@
|
||||
\let\mypdfximage\pdfximage\def\pdfximage{\immediate\mypdfximage}\documentclass[twoside]{book}
|
||||
|
||||
%% moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
|
||||
\usepackage{ifthen}
|
||||
\ifx\requestedLaTeXdate\undefined
|
||||
\usepackage{array}
|
||||
\else
|
||||
\usepackage{array}[=2016-10-06]
|
||||
\fi
|
||||
%%
|
||||
% Packages required by doxygen
|
||||
\usepackage{fixltx2e}
|
||||
\usepackage{doxygen}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{makeidx}
|
||||
\PassOptionsToPackage{warn}{textcomp}
|
||||
\usepackage{textcomp}
|
||||
\usepackage[nointegrals]{wasysym}
|
||||
\usepackage{ifxetex}
|
||||
|
||||
% Font selection
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[scaled=.90]{helvet}
|
||||
% Handle batch mode
|
||||
% to overcome problems with too many open files
|
||||
\let\mypdfximage\pdfximage\def\pdfximage{\immediate\mypdfximage}
|
||||
\RequirePackage{iftex}
|
||||
\ifLuaTeX
|
||||
\directlua{pdf.setminorversion(7)}
|
||||
\fi
|
||||
\ifXeTeX
|
||||
\special{pdf:minorversion 7}
|
||||
\fi
|
||||
\ifPDFTeX
|
||||
\pdfminorversion=7
|
||||
\fi
|
||||
% Set document class depending on configuration
|
||||
\documentclass[twoside]{book}
|
||||
%% moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
|
||||
\usepackage{ifthen}
|
||||
\ifx\requestedLaTeXdate\undefined
|
||||
\usepackage{array}
|
||||
\else
|
||||
\usepackage{array}[=2016-10-06]
|
||||
\fi
|
||||
%%
|
||||
% Packages required by doxygen
|
||||
\makeatletter
|
||||
\providecommand\IfFormatAtLeastTF{\@ifl@t@r\fmtversion}
|
||||
% suppress package identification of infwarerr as it contains the word "warning"
|
||||
\let\@@protected@wlog\protected@wlog
|
||||
\def\protected@wlog#1{\wlog{package info suppressed}}
|
||||
\RequirePackage{infwarerr}
|
||||
\let\protected@wlog\@@protected@wlog
|
||||
\makeatother
|
||||
\IfFormatAtLeastTF{2016/01/01}{}{\usepackage{fixltx2e}} % for \textsubscript
|
||||
\ifPDFTeX
|
||||
\IfFormatAtLeastTF{2015/01/01}{\pdfsuppresswarningpagegroup=1}{}
|
||||
\fi
|
||||
\usepackage{doxygen}
|
||||
\usepackage{graphicx}
|
||||
\iftutex
|
||||
\usepackage{fontspec}
|
||||
\defaultfontfeatures{Ligatures={TeX}}
|
||||
\usepackage{unicode-math}
|
||||
\else
|
||||
\usepackage[utf8]{inputenc}
|
||||
\fi
|
||||
\usepackage{makeidx}
|
||||
\PassOptionsToPackage{warn}{textcomp}
|
||||
\usepackage{textcomp}
|
||||
\usepackage[nointegrals]{wasysym}
|
||||
\usepackage{ifxetex}
|
||||
% NLS support packages
|
||||
% Define default fonts
|
||||
% Font selection
|
||||
\iftutex
|
||||
\else
|
||||
\usepackage[T1]{fontenc}
|
||||
\fi
|
||||
% set main and monospaced font
|
||||
\usepackage[scaled=.90]{helvet}
|
||||
\usepackage{courier}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
\usepackage{sectsty}
|
||||
\allsectionsfont{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\renewcommand{\DoxyLabelFont}{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
|
||||
|
||||
% Arguments of doxygenemoji:
|
||||
% 1) ':<text>:' form of the emoji, already "LaTeX"-escaped
|
||||
% 2) file with the name of the emoji without the .png extension
|
||||
% in case image exist use this otherwise use the ':<text>:' form
|
||||
\newcommand{\doxygenemoji}[2]{%
|
||||
\IfFileExists{./#2.png}{\raisebox{-0.1em}{\includegraphics[height=0.9em]{./#2.png}}}{#1}%
|
||||
}
|
||||
% Page & text layout
|
||||
\usepackage{geometry}
|
||||
\geometry{%
|
||||
a4paper,%
|
||||
top=2.5cm,%
|
||||
bottom=2.5cm,%
|
||||
left=2.5cm,%
|
||||
right=2.5cm%
|
||||
}
|
||||
\tolerance=750
|
||||
\hfuzz=15pt
|
||||
\hbadness=750
|
||||
\setlength{\emergencystretch}{15pt}
|
||||
\setlength{\parindent}{0cm}
|
||||
\newcommand{\doxynormalparskip}{\setlength{\parskip}{3ex plus 2ex minus 2ex}}
|
||||
\newcommand{\doxytocparskip}{\setlength{\parskip}{1ex plus 0ex minus 0ex}}
|
||||
\doxynormalparskip
|
||||
\makeatletter
|
||||
\renewcommand{\paragraph}{%
|
||||
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@parafont%
|
||||
}%
|
||||
}
|
||||
\renewcommand{\subparagraph}{%
|
||||
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@subparafont%
|
||||
}%
|
||||
}
|
||||
\makeatother
|
||||
|
||||
\makeatletter
|
||||
\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@}
|
||||
\makeatother
|
||||
|
||||
% Headers & footers
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancyplain}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
%
|
||||
\fancypagestyle{fancyplain}{
|
||||
\fancyhf{}
|
||||
\fancyhead[LE, RO]{\bfseries\thepage}
|
||||
\fancyhead[LO]{\bfseries\rightmark}
|
||||
\fancyhead[RE]{\bfseries\leftmark}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
}
|
||||
%
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
\renewcommand{\headrulewidth}{0pt}}
|
||||
%
|
||||
\pagestyle{fancyplain}
|
||||
%
|
||||
\renewcommand{\chaptermark}[1]{%
|
||||
\markboth{#1}{}%
|
||||
}
|
||||
\renewcommand{\sectionmark}[1]{%
|
||||
\markright{\thesection\ #1}%
|
||||
}
|
||||
|
||||
% Indices & bibliography
|
||||
\usepackage{natbib}
|
||||
\usepackage[titles]{tocloft}
|
||||
\setcounter{tocdepth}{3}
|
||||
\setcounter{secnumdepth}{5}
|
||||
\makeindex
|
||||
|
||||
\doxyallsectionsfont{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\renewcommand{\DoxyLabelFont}{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
|
||||
% Arguments of doxygenemoji:
|
||||
% 1) ':<text>:' form of the emoji, already LaTeX-escaped
|
||||
% 2) file with the name of the emoji without the .png extension
|
||||
% in case image exist use this otherwise use the ':<text>:' form
|
||||
\newcommand{\doxygenemoji}[2]{%
|
||||
\IfFileExists{./#2.png}{\raisebox{-0.1em}{\includegraphics[height=0.9em]{./#2.png}}}{#1}%
|
||||
}
|
||||
% Page & text layout
|
||||
\usepackage{geometry}
|
||||
\geometry{%
|
||||
a4paper,%
|
||||
top=2.5cm,%
|
||||
bottom=2.5cm,%
|
||||
left=2.5cm,%
|
||||
right=2.5cm%
|
||||
}
|
||||
\usepackage{changepage}
|
||||
% Allow a bit of overflow to go unnoticed by other means
|
||||
\tolerance=750
|
||||
\hfuzz=15pt
|
||||
\hbadness=750
|
||||
\setlength{\emergencystretch}{15pt}
|
||||
\setlength{\parindent}{0cm}
|
||||
\newcommand{\doxynormalparskip}{\setlength{\parskip}{3ex plus 2ex minus 2ex}}
|
||||
\newcommand{\doxytocparskip}{\setlength{\parskip}{1ex plus 0ex minus 0ex}}
|
||||
\doxynormalparskip
|
||||
% Redefine paragraph/subparagraph environments, using sectsty fonts
|
||||
\makeatletter
|
||||
\renewcommand{\paragraph}{%
|
||||
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@parafont%
|
||||
}%
|
||||
}
|
||||
\renewcommand{\subparagraph}{%
|
||||
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@subparafont%
|
||||
}%
|
||||
}
|
||||
\makeatother
|
||||
\makeatletter
|
||||
\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@}
|
||||
\makeatother
|
||||
% Headers & footers
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancyplain}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
\fancypagestyle{fancyplain}{
|
||||
\fancyhf{}
|
||||
\fancyhead[LE, RO]{\bfseries\thepage}
|
||||
\fancyhead[LO]{\bfseries\rightmark}
|
||||
\fancyhead[RE]{\bfseries\leftmark}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
}
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
}
|
||||
\pagestyle{fancyplain}
|
||||
\renewcommand{\chaptermark}[1]{%
|
||||
\markboth{#1}{}%
|
||||
}
|
||||
\renewcommand{\sectionmark}[1]{%
|
||||
\markright{\thesection\ #1}%
|
||||
}
|
||||
% ToC, LoF, LoT, bibliography, and index
|
||||
% Indices & bibliography
|
||||
\usepackage[numbers]{natbib}
|
||||
\usepackage[titles]{tocloft}
|
||||
\setcounter{tocdepth}{3}
|
||||
\setcounter{secnumdepth}{5}
|
||||
% creating indexes
|
||||
\makeindex
|
||||
\ifPDFTeX
|
||||
\usepackage{newunicodechar}
|
||||
\newunicodechar{⁻}{${}^{-}$}% Superscript minus
|
||||
\newunicodechar{²}{${}^{2}$}% Superscript two
|
||||
\newunicodechar{³}{${}^{3}$}% Superscript three
|
||||
|
||||
% Hyperlinks (required, but should be loaded last)
|
||||
\ifpdf
|
||||
\usepackage[pdftex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\ifxetex
|
||||
\usepackage[pagebackref=true]{hyperref}
|
||||
\else
|
||||
\usepackage[ps2pdf,pagebackref=true]{hyperref}
|
||||
\fi
|
||||
\makeatletter
|
||||
\def\doxynewunicodechar#1#2{%
|
||||
\@tempswafalse
|
||||
\edef\nuc@tempa{\detokenize{#1}}%
|
||||
\if\relax\nuc@tempa\relax
|
||||
\nuc@emptyargerr
|
||||
\else
|
||||
\edef\@tempb{\expandafter\@car\nuc@tempa\@nil}%
|
||||
\nuc@check
|
||||
\if@tempswa
|
||||
\@namedef{u8:\nuc@tempa}{#2}%
|
||||
\fi
|
||||
\fi
|
||||
}
|
||||
\makeatother
|
||||
\doxynewunicodechar{⁻}{${}^{-}$}% Superscript minus
|
||||
\doxynewunicodechar{²}{${}^{2}$}% Superscript two
|
||||
\doxynewunicodechar{³}{${}^{3}$}% Superscript three
|
||||
\fi
|
||||
|
||||
\hypersetup{%
|
||||
colorlinks=true,%
|
||||
linkcolor=blue,%
|
||||
citecolor=blue,%
|
||||
unicode%
|
||||
}
|
||||
|
||||
% Custom commands
|
||||
\newcommand{\clearemptydoublepage}{%
|
||||
\newpage{\pagestyle{empty}\cleardoublepage}%
|
||||
}
|
||||
|
||||
\usepackage{caption}
|
||||
\captionsetup{labelsep=space,justification=centering,font={bf},singlelinecheck=off,skip=4pt,position=top}
|
||||
|
||||
\usepackage{etoc}
|
||||
\etocsettocstyle{\doxytocparskip}{\doxynormalparskip}
|
||||
\renewcommand{\numberline}[1]{#1~}
|
||||
% Hyperlinks
|
||||
% Hyperlinks (required, but should be loaded last)
|
||||
\ifPDFTeX
|
||||
\usepackage[pdftex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\ifXeTeX
|
||||
\usepackage[xetex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\ifLuaTeX
|
||||
\usepackage[luatex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\usepackage[ps2pdf,pagebackref=true]{hyperref}
|
||||
\fi
|
||||
\fi
|
||||
\fi
|
||||
\hypersetup{%
|
||||
colorlinks=true,%
|
||||
linkcolor=blue,%
|
||||
citecolor=blue,%
|
||||
unicode,%
|
||||
pdftitle={SERiF},%
|
||||
pdfsubject={3+1\+D Stellar Structure and Evolution}%
|
||||
}
|
||||
% Custom commands used by the header
|
||||
% Custom commands
|
||||
\newcommand{\clearemptydoublepage}{%
|
||||
\newpage{\pagestyle{empty}\cleardoublepage}%
|
||||
}
|
||||
% caption style definition
|
||||
\usepackage{caption}
|
||||
\captionsetup{labelsep=space,justification=centering,font={bf},singlelinecheck=off,skip=4pt,position=top}
|
||||
% in page table of contents
|
||||
\IfFormatAtLeastTF{2023/05/01}{\usepackage[deeplevels]{etoc}}{\usepackage[deeplevels]{etoc_doxygen}}
|
||||
\etocsettocstyle{\doxytocparskip}{\doxynormalparskip}
|
||||
\etocsetlevel{subsubsubsection}{4}
|
||||
\etocsetlevel{subsubsubsubsection}{5}
|
||||
\etocsetlevel{subsubsubsubsubsection}{6}
|
||||
\etocsetlevel{subsubsubsubsubsubsection}{7}
|
||||
\etocsetlevel{paragraph}{8}
|
||||
\etocsetlevel{subparagraph}{9}
|
||||
% prevent numbers overlap the titles in toc
|
||||
\renewcommand{\numberline}[1]{#1~}
|
||||
% End of preamble, now comes the document contents
|
||||
%===== C O N T E N T S =====
|
||||
|
||||
\begin{document}
|
||||
\raggedbottom
|
||||
|
||||
% Titlepage & ToC
|
||||
\hypersetup{pageanchor=false,
|
||||
bookmarksnumbered=true,
|
||||
pdfencoding=unicode
|
||||
}
|
||||
\pagenumbering{alph}
|
||||
\begin{titlepage}
|
||||
\vspace*{7cm}
|
||||
\begin{center}%
|
||||
{\Large New 4DSSE Code \\[1ex]\large 0.\+0.\+1a }\\
|
||||
\vspace*{1cm}
|
||||
{\large Generated by Doxygen 1.9.1}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{arabic}
|
||||
\hypersetup{pageanchor=true}
|
||||
|
||||
\raggedbottom
|
||||
% Titlepage & ToC
|
||||
% To avoid duplicate page anchors due to reuse of same numbers for
|
||||
% the index (be it as roman numbers)
|
||||
\hypersetup{pageanchor=false,
|
||||
bookmarksnumbered=true,
|
||||
pdfencoding=unicode
|
||||
}
|
||||
\pagenumbering{alph}
|
||||
\begin{titlepage}
|
||||
\vspace*{7cm}
|
||||
\begin{center}%
|
||||
{\Large SERiF}\\
|
||||
[1ex]\large 0.\+0.\+1a \\
|
||||
\vspace*{1cm}
|
||||
{\large Generated by Doxygen 1.13.2}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{arabic}
|
||||
% re-enable anchors again
|
||||
\hypersetup{pageanchor=true}
|
||||
%--- Begin generated contents ---
|
||||
\chapter{opat\+IO python module}
|
||||
\label{md_utils_opatio_readme}
|
||||
\Hypertarget{md_utils_opatio_readme}
|
||||
\input{md_utils_opatio_readme}
|
||||
\chapter{Test List}
|
||||
\label{test}
|
||||
\Hypertarget{test}
|
||||
\input{index}
|
||||
\input{test}
|
||||
\chapter{Namespace Index}
|
||||
\input{namespaces}
|
||||
\chapter{Hierarchical Index}
|
||||
\input{hierarchy}
|
||||
\chapter{Class Index}
|
||||
\input{annotated}
|
||||
\chapter{File Index}
|
||||
\input{files}
|
||||
\chapter{Namespace Documentation}
|
||||
\input{namespacecomposition}
|
||||
\input{namespacehelmholtz}
|
||||
\input{namespacelane_emden}
|
||||
\input{namespacenn_approx8}
|
||||
\input{namespacenuclear_network}
|
||||
\input{namespacepolycoeff}
|
||||
\input{namespacepoly_m_f_e_m_utils}
|
||||
\input{namespace_probe}
|
||||
\input{namespaceserif}
|
||||
\input{namespaceserif_1_1utilities}
|
||||
\input{namespace_s_s_e}
|
||||
\chapter{Class Documentation}
|
||||
\input{classBilinearIntegratorWrapper}
|
||||
\input{classCompositeNonlinearIntegrator}
|
||||
\input{classConfig}
|
||||
\input{classconfigTest}
|
||||
\input{classconfigTestPrivateAccessor}
|
||||
\input{structConstant}
|
||||
\input{classConstants}
|
||||
\input{classconstTest}
|
||||
\input{classDObject}
|
||||
\input{classDObjectTest}
|
||||
\input{structHeader}
|
||||
\input{classLockableDObject}
|
||||
\input{classLockableDObjectTest}
|
||||
\input{classMeshIO}
|
||||
\input{classmeshIOTest}
|
||||
\input{classMetadata}
|
||||
\input{classMetadataTest}
|
||||
\input{classNonlinearPowerIntegrator}
|
||||
\input{classOpatIO}
|
||||
\input{classopatIOTest}
|
||||
\input{structOPATTable}
|
||||
\input{structTableIndex}
|
||||
\input{classnn_approx8_1_1_approx8_network}
|
||||
\input{classapprox8_test}
|
||||
\input{classcomposition_1_1_composition}
|
||||
\input{structcomposition_1_1_composition_entry}
|
||||
\input{classcomposition_test}
|
||||
\input{class_config}
|
||||
\input{classconfig_test}
|
||||
\input{classconfig_test_private_accessor}
|
||||
\input{struct_constant}
|
||||
\input{class_constants}
|
||||
\input{classconst_test}
|
||||
\input{class_d_object}
|
||||
\input{class_d_object_test}
|
||||
\input{structpolycoeff_1_1d_theta_interp_coeff}
|
||||
\input{structhelmholtz_1_1_e_o_s}
|
||||
\input{structhelmholtz_1_1_e_o_s_input}
|
||||
\input{class_eos_i_o}
|
||||
\input{classeos_test}
|
||||
\input{structform_bundle}
|
||||
\input{structcomposition_1_1_global_composition}
|
||||
\input{class_g_m_r_e_s_inverter}
|
||||
\input{structhelmholtz_1_1_h_e_l_m_table}
|
||||
\input{structnn_approx8_1_1_jacobian}
|
||||
\input{class_lockable_d_object}
|
||||
\input{class_lockable_d_object_test}
|
||||
\input{class_probe_1_1_log_manager}
|
||||
\input{class_mesh_i_o}
|
||||
\input{classmesh_i_o_test}
|
||||
\input{class_metadata}
|
||||
\input{class_metadata_test}
|
||||
\input{structnn_approx8_1_1_net}
|
||||
\input{structnuclear_network_1_1_net_in}
|
||||
\input{structnuclear_network_1_1_net_out}
|
||||
\input{classnuclear_network_1_1_network}
|
||||
\input{classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator}
|
||||
\input{structnn_approx8_1_1_o_d_e}
|
||||
\input{class_poly_solver}
|
||||
\input{classpoly_test}
|
||||
\input{class_polytrope_operator}
|
||||
\input{classprobe_test}
|
||||
\input{class_resource_manager}
|
||||
\input{classresource_manager_test}
|
||||
\input{class_schur_compliment}
|
||||
\input{structsolver_bundle}
|
||||
\input{structpolycoeff_1_1x1_interp_coeff}
|
||||
\chapter{File Documentation}
|
||||
\input{mainpage_8md}
|
||||
\input{composition_8cpp}
|
||||
\input{composition_8cpp_source}
|
||||
\input{composition_8h}
|
||||
\input{composition_8h_source}
|
||||
\input{config_8cpp}
|
||||
\input{config_8cpp_source}
|
||||
\input{config_8h}
|
||||
\input{config_8h_source}
|
||||
\input{const_8cpp}
|
||||
\input{const_8cpp_source}
|
||||
\input{const_8h}
|
||||
\input{DObject_8cpp}
|
||||
\input{LockableDObject_8cpp}
|
||||
\input{Metadata_8cpp}
|
||||
\input{DObject_8h}
|
||||
\input{LockableDObject_8h}
|
||||
\input{Metadata_8h}
|
||||
\input{meshIO_8cpp}
|
||||
\input{meshIO_8h}
|
||||
\input{const_8h_source}
|
||||
\input{_d_object_8cpp}
|
||||
\input{_d_object_8cpp_source}
|
||||
\input{_lockable_d_object_8cpp}
|
||||
\input{_lockable_d_object_8cpp_source}
|
||||
\input{_metadata_8cpp}
|
||||
\input{_metadata_8cpp_source}
|
||||
\input{_d_object_8h}
|
||||
\input{_d_object_8h_source}
|
||||
\input{_lockable_d_object_8h}
|
||||
\input{_lockable_d_object_8h_source}
|
||||
\input{_metadata_8h}
|
||||
\input{_metadata_8h_source}
|
||||
\input{eos_i_o_8cpp}
|
||||
\input{eos_i_o_8cpp_source}
|
||||
\input{helm_8cpp}
|
||||
\input{helm_8cpp_source}
|
||||
\input{eos_i_o_8h}
|
||||
\input{eos_i_o_8h_source}
|
||||
\input{helm_8h}
|
||||
\input{helm_8h_source}
|
||||
\input{mesh_i_o_8cpp}
|
||||
\input{mesh_i_o_8cpp_source}
|
||||
\input{mesh_i_o_8h}
|
||||
\input{mesh_i_o_8h_source}
|
||||
\input{debug_8h}
|
||||
\input{debug_8h_source}
|
||||
\input{warning__control_8h}
|
||||
\input{warning__control_8h_source}
|
||||
\input{approx8_8cpp}
|
||||
\input{approx8_8cpp_source}
|
||||
\input{network_8cpp}
|
||||
\input{network_8cpp_source}
|
||||
\input{approx8_8h}
|
||||
\input{approx8_8h_source}
|
||||
\input{network_8h}
|
||||
\input{network_8h_source}
|
||||
\input{opac_8h}
|
||||
\input{opatIO_8cpp}
|
||||
\input{opatIO_8h}
|
||||
\input{polyCoeff_8cpp}
|
||||
\input{polyCoeff_8h}
|
||||
\input{polyIO_8cpp}
|
||||
\input{polyMFEMUtils_8cpp}
|
||||
\input{polyIO_8h}
|
||||
\input{polyMFEMUtils_8h}
|
||||
\input{configTest_8cpp}
|
||||
\input{constTest_8cpp}
|
||||
\input{DObjectTest_8cpp}
|
||||
\input{LockableDObjectTest_8cpp}
|
||||
\input{MetadataTest_8cpp}
|
||||
\input{testDObject_8cpp}
|
||||
\input{meshIOTest_8cpp}
|
||||
\input{opatIOTest_8cpp}
|
||||
\input{build_2lib_2opatio_2____init_____8py}
|
||||
\input{build_2lib_2opatio_2opat_2____init_____8py}
|
||||
\input{src_2opatio_2____init_____8py}
|
||||
\input{src_2opatio_2opat_2____init_____8py}
|
||||
\input{build_2lib_2opatio_2opat_2opat_8py}
|
||||
\input{src_2opatio_2opat_2opat_8py}
|
||||
\input{readme_8md}
|
||||
\input{mkTestData_8py}
|
||||
\input{opac_8h_source}
|
||||
\input{poly_coeff_8cpp}
|
||||
\input{poly_coeff_8cpp_source}
|
||||
\input{poly_coeff_8h}
|
||||
\input{poly_coeff_8h_source}
|
||||
\input{poly_solver_8cpp}
|
||||
\input{poly_solver_8cpp_source}
|
||||
\input{poly_solver_8h}
|
||||
\input{poly_solver_8h_source}
|
||||
\input{integrators_8cpp}
|
||||
\input{integrators_8cpp_source}
|
||||
\input{polytrope_operator_8cpp}
|
||||
\input{polytrope_operator_8cpp_source}
|
||||
\input{utilities_8cpp}
|
||||
\input{utilities_8cpp_source}
|
||||
\input{integrators_8h}
|
||||
\input{integrators_8h_source}
|
||||
\input{polytrope_operator_8h}
|
||||
\input{polytrope_operator_8h_source}
|
||||
\input{utilities_8h}
|
||||
\input{utilities_8h_source}
|
||||
\input{probe_8cpp}
|
||||
\input{probe_8cpp_source}
|
||||
\input{probe_8h}
|
||||
\input{probe_8h_source}
|
||||
\input{resource_manager_8cpp}
|
||||
\input{resource_manager_8cpp_source}
|
||||
\input{resource_manager_types_8cpp}
|
||||
\input{resource_manager_types_8cpp_source}
|
||||
\input{resource_manager_8h}
|
||||
\input{resource_manager_8h_source}
|
||||
\input{resource_manager_types_8h}
|
||||
\input{resource_manager_types_8h_source}
|
||||
\input{4_d_s_t_a_r_types_8h}
|
||||
\input{4_d_s_t_a_r_types_8h_source}
|
||||
\input{composition_test_8cpp}
|
||||
\input{composition_test_8cpp_source}
|
||||
\input{comp_8cpp}
|
||||
\input{comp_8cpp_source}
|
||||
\input{config_test_8cpp}
|
||||
\input{config_test_8cpp_source}
|
||||
\input{const_test_8cpp}
|
||||
\input{const_test_8cpp_source}
|
||||
\input{_d_object_test_8cpp}
|
||||
\input{_d_object_test_8cpp_source}
|
||||
\input{_lockable_d_object_test_8cpp}
|
||||
\input{_lockable_d_object_test_8cpp_source}
|
||||
\input{_metadata_test_8cpp}
|
||||
\input{_metadata_test_8cpp_source}
|
||||
\input{test_d_object_8cpp}
|
||||
\input{test_d_object_8cpp_source}
|
||||
\input{eos_test_8cpp}
|
||||
\input{eos_test_8cpp_source}
|
||||
\input{mesh_i_o_test_8cpp}
|
||||
\input{mesh_i_o_test_8cpp_source}
|
||||
\input{approx8_test_8cpp}
|
||||
\input{approx8_test_8cpp_source}
|
||||
\input{poly_test_8cpp}
|
||||
\input{poly_test_8cpp_source}
|
||||
\input{probe_test_8cpp}
|
||||
\input{probe_test_8cpp_source}
|
||||
\input{resource_manager_test_8cpp}
|
||||
\input{resource_manager_test_8cpp_source}
|
||||
\chapter{Examples}
|
||||
\input{_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2composition_2public_2composition_8h-example}
|
||||
\input{_constructing-example}
|
||||
\input{_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2network_2public_2approx8_8h-example}
|
||||
\input{_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2poly_2solver_2public_2poly_solver_8h-example}
|
||||
%--- End generated contents ---
|
||||
|
||||
% Index
|
||||
\backmatter
|
||||
\newpage
|
||||
\phantomsection
|
||||
\clearemptydoublepage
|
||||
\addcontentsline{toc}{chapter}{\indexname}
|
||||
\printindex
|
||||
|
||||
\backmatter
|
||||
\newpage
|
||||
\phantomsection
|
||||
\clearemptydoublepage
|
||||
\addcontentsline{toc}{chapter}{\indexname}
|
||||
\printindex
|
||||
% Required for some languages (in combination with latexdocumentpre from the header)
|
||||
\end{document}
|
||||
|
||||
22
docs/static/doxygen-awesome-css/.github/workflows/publish.yaml
vendored
Normal file
22
docs/static/doxygen-awesome-css/.github/workflows/publish.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: publish
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: set version
|
||||
run: echo "PROJECT_NUMBER = `git describe --tags`" >> Doxyfile
|
||||
- name: Generate Documentation
|
||||
uses: mattnotmitt/doxygen-action@edge
|
||||
- name: Publish generated content to GitHub Pages
|
||||
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
|
||||
with:
|
||||
dir: docs/html
|
||||
branch: gh-pages
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user