-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_geometry_8hh_source.html
123 lines (121 loc) · 11.3 KB
/
_geometry_8hh_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!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">
<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 name="viewport" content="width=device-width, initial-scale=1"/>
<title>adamantine: /home/bt2/Documents/adamantine_doc/doxygen/adamantine-master/source/Geometry.hh 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>
<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>
<link href="doxygen.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">adamantine
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<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-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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Geometry.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="_geometry_8hh.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* SPDX-FileCopyrightText: Copyright (c) 2016 - 2024, the adamantine authors.</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>  </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#ifndef GEOMETRY_HH</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define GEOMETRY_HH</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>  </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <deal.II/distributed/tria.h></span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <boost/property_tree/ptree.hpp></span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="keyword">namespace </span><a class="code" href="namespaceadamantine.html">adamantine</a></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> {</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">template</span> <<span class="keywordtype">int</span> dim></div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classadamantine_1_1_geometry.html"> 18</a></span> <span class="keyword">class </span><a class="code" href="classadamantine_1_1_geometry.html">Geometry</a></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> {</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <a class="code" href="classadamantine_1_1_geometry.html#a7944b1702c8bdeb3c14c5ffccf1471e5">Geometry</a>(MPI_Comm <span class="keyword">const</span> &communicator,</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  boost::property_tree::ptree <span class="keyword">const</span> &database,</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  boost::optional<boost::property_tree::ptree const &> <span class="keyword">const</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  &units_optional_database);</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  dealii::parallel::distributed::Triangulation<dim> &<a class="code" href="classadamantine_1_1_geometry.html#abcf34ad1225fbb7e14aa91d7e20e0385">get_triangulation</a>();</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classadamantine_1_1_geometry.html#a36f01a2a0adb8a9bd54334171e63dfce"> 38</a></span>  dealii::parallel::distributed::Triangulation<dim> <a class="code" href="classadamantine_1_1_geometry.html#a36f01a2a0adb8a9bd54334171e63dfce">_triangulation</a>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_geometry.html#a4cb3306f04c39135add7e776737ca1b9">assign_material_state</a>(boost::property_tree::ptree <span class="keyword">const</span> &database);</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> };</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">template</span> <<span class="keywordtype">int</span> dim></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">inline</span> dealii::parallel::distributed::Triangulation<dim> &</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classadamantine_1_1_geometry.html#abcf34ad1225fbb7e14aa91d7e20e0385"> 48</a></span> <a class="code" href="classadamantine_1_1_geometry.html#abcf34ad1225fbb7e14aa91d7e20e0385">Geometry<dim>::get_triangulation</a>()</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> {</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordflow">return</span> _triangulation;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> }</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> } <span class="comment">// namespace adamantine</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclassadamantine_1_1_geometry_html"><div class="ttname"><a href="classadamantine_1_1_geometry.html">adamantine::Geometry</a></div><div class="ttdef"><b>Definition:</b> <a href="_geometry_8hh_source.html#l00018">Geometry.hh:19</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_geometry_html_a36f01a2a0adb8a9bd54334171e63dfce"><div class="ttname"><a href="classadamantine_1_1_geometry.html#a36f01a2a0adb8a9bd54334171e63dfce">adamantine::Geometry::_triangulation</a></div><div class="ttdeci">dealii::parallel::distributed::Triangulation< dim > _triangulation</div><div class="ttdef"><b>Definition:</b> <a href="_geometry_8hh_source.html#l00038">Geometry.hh:38</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_geometry_html_a4cb3306f04c39135add7e776737ca1b9"><div class="ttname"><a href="classadamantine_1_1_geometry.html#a4cb3306f04c39135add7e776737ca1b9">adamantine::Geometry::assign_material_state</a></div><div class="ttdeci">void assign_material_state(boost::property_tree::ptree const &database)</div><div class="ttdef"><b>Definition:</b> <a href="_geometry_8cc_source.html#l00159">Geometry.cc:159</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_geometry_html_a7944b1702c8bdeb3c14c5ffccf1471e5"><div class="ttname"><a href="classadamantine_1_1_geometry.html#a7944b1702c8bdeb3c14c5ffccf1471e5">adamantine::Geometry::Geometry</a></div><div class="ttdeci">Geometry(MPI_Comm const &communicator, boost::property_tree::ptree const &database, boost::optional< boost::property_tree::ptree const & > const &units_optional_database)</div><div class="ttdef"><b>Definition:</b> <a href="_geometry_8cc_source.html#l00022">Geometry.cc:22</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_geometry_html_abcf34ad1225fbb7e14aa91d7e20e0385"><div class="ttname"><a href="classadamantine_1_1_geometry.html#abcf34ad1225fbb7e14aa91d7e20e0385">adamantine::Geometry::get_triangulation</a></div><div class="ttdeci">dealii::parallel::distributed::Triangulation< dim > & get_triangulation()</div><div class="ttdef"><b>Definition:</b> <a href="_geometry_8hh_source.html#l00048">Geometry.hh:48</a></div></div>
<div class="ttc" id="anamespaceadamantine_html"><div class="ttname"><a href="namespaceadamantine.html">adamantine</a></div><div class="ttdef"><b>Definition:</b> <a href="_beam_heat_source_properties_8hh_source.html#l00014">BeamHeatSourceProperties.hh:15</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
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
</small></address>
</body>
</html>