172 lines
8.3 KiB
HTML
172 lines
8.3 KiB
HTML
<!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" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.6"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>2 Dimensional Ising Model: 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>
|
|
<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>
|
|
<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/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
extensions: ["tex2jax.js"],
|
|
jax: ["input/TeX","output/HTML-CSS"],
|
|
});
|
|
</script>
|
|
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="doxygen-awesome.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 id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">2 Dimensional Ising Model
|
|
</div>
|
|
<div id="projectbrief">Simulate the change in energy and magnetization in a ferro magnet</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.6 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @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');
|
|
$(document).ready(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">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('functions.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<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 documented class members with links to the class documentation for each member:</div>
|
|
|
|
<h3><a id="index_d" name="index_d"></a>- d -</h3><ul>
|
|
<li>data_t() : <a class="el" href="classdata__t.html#aa2690d3e5d711b4baf3c8f8b9095faf7">data_t</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_e" name="index_e"></a>- e -</h3><ul>
|
|
<li>E : <a class="el" href="classdata__t.html#a6c1a196d96e177b11ca98c61fae35a2e">data_t</a>, <a class="el" href="classIsingModel.html#a1c8a2a4331c7e60c3e1350c0cf8300b9">IsingModel</a></li>
|
|
<li>E2 : <a class="el" href="classdata__t.html#abb622f9c6cc5ffb9dddb151d2e202f72">data_t</a></li>
|
|
<li>energy_diff : <a class="el" href="classIsingModel.html#a7112dd6433b1bb9512150cbdc1a0b77e">IsingModel</a></li>
|
|
<li>engine : <a class="el" href="classIsingModel.html#a1bbe0cb10abee98058e7b45b22b9cd0a">IsingModel</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_i" name="index_i"></a>- i -</h3><ul>
|
|
<li>initialize_energy() : <a class="el" href="classIsingModel.html#a59fced38c695e2fa647f53be81b9d2a1">IsingModel</a></li>
|
|
<li>initialize_energy_diff() : <a class="el" href="classIsingModel.html#aff9a1201933fd5408845a1447e4895b4">IsingModel</a></li>
|
|
<li>initialize_engine() : <a class="el" href="classIsingModel.html#aaedc25b7284e04849269f31291590bf5">IsingModel</a></li>
|
|
<li>initialize_lattice() : <a class="el" href="classIsingModel.html#a34a4710949b4a70f3e37ca223aefcf8a">IsingModel</a></li>
|
|
<li>initialize_magnetization() : <a class="el" href="classIsingModel.html#a926cf4964d190d2ce23e5a17201787a4">IsingModel</a></li>
|
|
<li>initialize_neighbors() : <a class="el" href="classIsingModel.html#a6776109105051597c275670dabd0054a">IsingModel</a></li>
|
|
<li>IsingModel() : <a class="el" href="classIsingModel.html#acf281f6f5ed02911ca6ab07004449864">IsingModel</a></li>
|
|
<li>IsingModelTest : <a class="el" href="classIsingModel.html#a2b1cf104e0bda1fce78ed366e1ec7287">IsingModel</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_l" name="index_l"></a>- l -</h3><ul>
|
|
<li>L : <a class="el" href="classIsingModel.html#a2b8ac43baefeb386186266d5aa4de348">IsingModel</a></li>
|
|
<li>lattice : <a class="el" href="classIsingModel.html#a2c3c76c79717c968d7c227c58b46df41">IsingModel</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
|
|
<li>M : <a class="el" href="classdata__t.html#ad08d2488bf913c626157471cf6e8a46a">data_t</a>, <a class="el" href="classIsingModel.html#aef7232b28df08e064ef58eb5ef32f738">IsingModel</a></li>
|
|
<li>M2 : <a class="el" href="classdata__t.html#a71ae3cd4460f2c66239500c11804e70b">data_t</a></li>
|
|
<li>M_abs : <a class="el" href="classdata__t.html#a586475e0f71322dffda2e75f228ab24b">data_t</a></li>
|
|
<li>Metropolis() : <a class="el" href="classIsingModel.html#a56559d68dc9aaff1976d84b157f43488">IsingModel</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_n" name="index_n"></a>- n -</h3><ul>
|
|
<li>neighbors : <a class="el" href="classIsingModel.html#a94093aaf30facca62737f2ac381fdbcd">IsingModel</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
|
|
<li>operator*() : <a class="el" href="classdata__t.html#a7954efc97086ea50e10c33113b203085">data_t</a></li>
|
|
<li>operator*=() : <a class="el" href="classdata__t.html#a6ddf3a7372730ef2393aee8bbcb34992">data_t</a></li>
|
|
<li>operator+() : <a class="el" href="classdata__t.html#a13bc1d73eadeb39c507e89f5872d726f">data_t</a></li>
|
|
<li>operator+=() : <a class="el" href="classdata__t.html#a6cb96b4ff750ab29041038ca53f307cb">data_t</a></li>
|
|
<li>operator/() : <a class="el" href="classdata__t.html#a429a11c53ee7fe08f6a4e75db524521d">data_t</a></li>
|
|
<li>operator/=() : <a class="el" href="classdata__t.html#a88da5be78439fbdecfa473ec007dffd8">data_t</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3><a id="index_t" name="index_t"></a>- t -</h3><ul>
|
|
<li>T : <a class="el" href="classIsingModel.html#a20fc4c0c99d8a119f70a1614784d4e5c">IsingModel</a></li>
|
|
<li>test_2x2_lattice() : <a class="el" href="classIsingModelTest.html#a4ace7013fa2d257ad1747961da6bc4de">IsingModelTest</a></li>
|
|
<li>test_init_functions() : <a class="el" href="classIsingModelTest.html#a717e5852ca51432a61fb6ed38da37931">IsingModelTest</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.6 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|