-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_thermal_operator_base_8hh_source.html
147 lines (145 loc) · 18.7 KB
/
_thermal_operator_base_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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!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/ThermalOperatorBase.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">ThermalOperatorBase.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="_thermal_operator_base_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 THERMAL_OPERATOR_BASE_HH</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define THERMAL_OPERATOR_BASE_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 <<a class="code" href="_operator_8hh.html">Operator.hh</a>></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 <deal.II/dofs/dof_handler.h></span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <deal.II/hp/q_collection.h></span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <deal.II/lac/affine_constraints.h></span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">namespace </span><a class="code" href="namespaceadamantine.html">adamantine</a></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> {</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">template</span> <<span class="keywordtype">int</span> dim, <span class="keyword">typename</span> MemorySpaceType></div>
<div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html"> 17</a></span> <span class="keyword">class </span><a class="code" href="classadamantine_1_1_thermal_operator_base.html">ThermalOperatorBase</a> : <span class="keyword">public</span> <a class="code" href="classadamantine_1_1_operator.html">Operator</a><MemorySpaceType></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> {</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#af9fe2e0094fe1cb8dc66c557c08f0cd3"> 20</a></span>  <a class="code" href="classadamantine_1_1_thermal_operator_base.html#af9fe2e0094fe1cb8dc66c557c08f0cd3">ThermalOperatorBase</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a30eb49e100ba70dab7c83c4dbd0b9689"> 22</a></span>  <span class="keyword">virtual</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a30eb49e100ba70dab7c83c4dbd0b9689">~ThermalOperatorBase</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a8c06f58f1081d5eff78f99da06c4737f"> 25</a></span>  <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a8c06f58f1081d5eff78f99da06c4737f">reinit</a>(dealii::DoFHandler<dim> <span class="keyword">const</span> &dof_handler,</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  dealii::AffineConstraints<double> <span class="keyword">const</span> &affine_constraints,</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  dealii::hp::QCollection<1> <span class="keyword">const</span> &q_collection) = 0;</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a12d9facb63ea325c5b6be344f6ba646d"> 29</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a12d9facb63ea325c5b6be344f6ba646d">compute_inverse_mass_matrix</a>(</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  dealii::DoFHandler<dim> <span class="keyword">const</span> &dof_handler,</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  dealii::AffineConstraints<double> <span class="keyword">const</span> &affine_constraints) = 0;</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">virtual</span> std::shared_ptr<</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  dealii::LA::distributed::Vector<double, MemorySpaceType>></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#ac65da5d8a33a3e97ea7faf9976963989"> 35</a></span>  <a class="code" href="classadamantine_1_1_thermal_operator_base.html#ac65da5d8a33a3e97ea7faf9976963989">get_inverse_mass_matrix</a>() <span class="keyword">const</span> = 0;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a73f1e4f99a5d56154c06e50f857012b1"> 37</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a73f1e4f99a5d56154c06e50f857012b1">initialize_dof_vector</a>(</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  dealii::LA::distributed::Vector<double, MemorySpaceType> &vector)</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">const</span> = 0;</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#ab4bee837c9022d60d430064c1f8abc88"> 41</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#ab4bee837c9022d60d430064c1f8abc88">clear</a>() = 0;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a8fe1f5dfd798b6d9bfabc974de0aa98e"> 43</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a8fe1f5dfd798b6d9bfabc974de0aa98e">get_state_from_material_properties</a>() = 0;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a0162d060f031d3c1dbe17d4f34afed15"> 45</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a0162d060f031d3c1dbe17d4f34afed15">set_state_to_material_properties</a>() = 0;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#aff2dd9d56b7e0a7ba6d08a17f3124bb6"> 47</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#aff2dd9d56b7e0a7ba6d08a17f3124bb6">set_material_deposition_orientation</a>(</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  std::vector<double> <span class="keyword">const</span> &deposition_cos,</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  std::vector<double> <span class="keyword">const</span> &deposition_sin) = 0;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classadamantine_1_1_thermal_operator_base.html#a3e47c4ddb0664f2a0364fe7f99b970a0"> 51</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classadamantine_1_1_thermal_operator_base.html#a3e47c4ddb0664f2a0364fe7f99b970a0">set_time_and_source_height</a>(<span class="keywordtype">double</span>, <span class="keywordtype">double</span>) = 0;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> };</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> } <span class="comment">// namespace adamantine</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#endif</span></div>
<div class="ttc" id="a_operator_8hh_html"><div class="ttname"><a href="_operator_8hh.html">Operator.hh</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_operator_html"><div class="ttname"><a href="classadamantine_1_1_operator.html">adamantine::Operator</a></div><div class="ttdef"><b>Definition:</b> <a href="_operator_8hh_source.html#l00020">Operator.hh:21</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html">adamantine::ThermalOperatorBase</a></div><div class="ttdef"><b>Definition:</b> <a href="_thermal_operator_base_8hh_source.html#l00017">ThermalOperatorBase.hh:18</a></div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a0162d060f031d3c1dbe17d4f34afed15"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a0162d060f031d3c1dbe17d4f34afed15">adamantine::ThermalOperatorBase::set_state_to_material_properties</a></div><div class="ttdeci">virtual void set_state_to_material_properties()=0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a12d9facb63ea325c5b6be344f6ba646d"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a12d9facb63ea325c5b6be344f6ba646d">adamantine::ThermalOperatorBase::compute_inverse_mass_matrix</a></div><div class="ttdeci">virtual void compute_inverse_mass_matrix(dealii::DoFHandler< dim > const &dof_handler, dealii::AffineConstraints< double > const &affine_constraints)=0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a30eb49e100ba70dab7c83c4dbd0b9689"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a30eb49e100ba70dab7c83c4dbd0b9689">adamantine::ThermalOperatorBase::~ThermalOperatorBase</a></div><div class="ttdeci">virtual ~ThermalOperatorBase()=default</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a3e47c4ddb0664f2a0364fe7f99b970a0"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a3e47c4ddb0664f2a0364fe7f99b970a0">adamantine::ThermalOperatorBase::set_time_and_source_height</a></div><div class="ttdeci">virtual void set_time_and_source_height(double, double)=0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a73f1e4f99a5d56154c06e50f857012b1"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a73f1e4f99a5d56154c06e50f857012b1">adamantine::ThermalOperatorBase::initialize_dof_vector</a></div><div class="ttdeci">virtual void initialize_dof_vector(dealii::LA::distributed::Vector< double, MemorySpaceType > &vector) const =0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a8c06f58f1081d5eff78f99da06c4737f"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a8c06f58f1081d5eff78f99da06c4737f">adamantine::ThermalOperatorBase::reinit</a></div><div class="ttdeci">virtual void reinit(dealii::DoFHandler< dim > const &dof_handler, dealii::AffineConstraints< double > const &affine_constraints, dealii::hp::QCollection< 1 > const &q_collection)=0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_a8fe1f5dfd798b6d9bfabc974de0aa98e"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#a8fe1f5dfd798b6d9bfabc974de0aa98e">adamantine::ThermalOperatorBase::get_state_from_material_properties</a></div><div class="ttdeci">virtual void get_state_from_material_properties()=0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_ab4bee837c9022d60d430064c1f8abc88"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#ab4bee837c9022d60d430064c1f8abc88">adamantine::ThermalOperatorBase::clear</a></div><div class="ttdeci">virtual void clear()=0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_ac65da5d8a33a3e97ea7faf9976963989"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#ac65da5d8a33a3e97ea7faf9976963989">adamantine::ThermalOperatorBase::get_inverse_mass_matrix</a></div><div class="ttdeci">virtual std::shared_ptr< dealii::LA::distributed::Vector< double, MemorySpaceType > > get_inverse_mass_matrix() const =0</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_af9fe2e0094fe1cb8dc66c557c08f0cd3"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#af9fe2e0094fe1cb8dc66c557c08f0cd3">adamantine::ThermalOperatorBase::ThermalOperatorBase</a></div><div class="ttdeci">ThermalOperatorBase()=default</div></div>
<div class="ttc" id="aclassadamantine_1_1_thermal_operator_base_html_aff2dd9d56b7e0a7ba6d08a17f3124bb6"><div class="ttname"><a href="classadamantine_1_1_thermal_operator_base.html#aff2dd9d56b7e0a7ba6d08a17f3124bb6">adamantine::ThermalOperatorBase::set_material_deposition_orientation</a></div><div class="ttdeci">virtual void set_material_deposition_orientation(std::vector< double > const &deposition_cos, std::vector< double > const &deposition_sin)=0</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>