Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92797045
compute__contact_8hh_source.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 23, 19:21
Size
8 KB
Mime Type
text/html
Expires
Mon, Nov 25, 19:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22514895
Attached To
R7581 SP4E Homework
compute__contact_8hh_source.html
View Options
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>particles: compute_contact.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">particles
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- 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 class="header">
<div class="headertitle">
<div class="title">compute_contact.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="compute__contact_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="preprocessor">#ifndef __COMPUTE_CONTACT__HH__</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define __COMPUTE_CONTACT__HH__</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">/* -------------------------------------------------------------------------- */</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "<a class="code" href="compute__interaction_8hh.html">compute_interaction.hh</a>"</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="class_compute_contact.html"> 8</a></span> <span class="keyword">class </span><a class="code" href="class_compute_contact.html">ComputeContact</a> : <span class="keyword">public</span> <a class="code" href="class_compute_interaction.html">ComputeInteraction</a> {</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="comment">// Virtual implementation</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  <span class="keywordtype">void</span> <a class="code" href="class_compute_contact.html#ab1dcda2ce570bb8751e5bb60de048771">compute</a>(<a class="code" href="class_system.html">System</a>& system) <span class="keyword">override</span>;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <span class="comment">// Accessors</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keywordtype">void</span> <a class="code" href="class_compute_contact.html#aa63ba82cc9047afa9ba16d46827a5cf1">setPenalty</a>(<a class="code" href="my__types_8hh.html#a4b04262b81aa7d31eb5d2f607e2a35de">Real</a> <a class="code" href="class_compute_contact.html#a6db7905efc8075be36cbdac6685fb1ae">penalty</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="comment">// Members</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="keyword">protected</span>:</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="class_compute_contact.html#a6db7905efc8075be36cbdac6685fb1ae"> 22</a></span>  <a class="code" href="my__types_8hh.html#a4b04262b81aa7d31eb5d2f607e2a35de">Real</a> <a class="code" href="class_compute_contact.html#a6db7905efc8075be36cbdac6685fb1ae">penalty</a>;</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> </div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">/* -------------------------------------------------------------------------- */</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#endif //__COMPUTE_CONTACT__HH__</span></div><div class="ttc" id="class_compute_contact_html_aa63ba82cc9047afa9ba16d46827a5cf1"><div class="ttname"><a href="class_compute_contact.html#aa63ba82cc9047afa9ba16d46827a5cf1">ComputeContact::setPenalty</a></div><div class="ttdeci">void setPenalty(Real penalty)</div><div class="ttdoc">Set penalty. </div><div class="ttdef"><b>Definition:</b> compute_contact.cc:5</div></div>
<div class="ttc" id="class_compute_interaction_html"><div class="ttname"><a href="class_compute_interaction.html">ComputeInteraction</a></div><div class="ttdoc">Base class for interaction computation. </div><div class="ttdef"><b>Definition:</b> compute_interaction.hh:8</div></div>
<div class="ttc" id="class_compute_contact_html"><div class="ttname"><a href="class_compute_contact.html">ComputeContact</a></div><div class="ttdoc">Compute contact interaction between ping-pong balls. </div><div class="ttdef"><b>Definition:</b> compute_contact.hh:8</div></div>
<div class="ttc" id="class_system_html"><div class="ttname"><a href="class_system.html">System</a></div><div class="ttdoc">Container for particles. </div><div class="ttdef"><b>Definition:</b> system.hh:12</div></div>
<div class="ttc" id="my__types_8hh_html_a4b04262b81aa7d31eb5d2f607e2a35de"><div class="ttname"><a href="my__types_8hh.html#a4b04262b81aa7d31eb5d2f607e2a35de">Real</a></div><div class="ttdeci">double Real</div><div class="ttdef"><b>Definition:</b> my_types.hh:9</div></div>
<div class="ttc" id="compute__interaction_8hh_html"><div class="ttname"><a href="compute__interaction_8hh.html">compute_interaction.hh</a></div></div>
<div class="ttc" id="class_compute_contact_html_ab1dcda2ce570bb8751e5bb60de048771"><div class="ttname"><a href="class_compute_contact.html#ab1dcda2ce570bb8751e5bb60de048771">ComputeContact::compute</a></div><div class="ttdeci">void compute(System &system) override</div><div class="ttdoc">Penalty contact implementation. </div><div class="ttdef"><b>Definition:</b> compute_contact.cc:9</div></div>
<div class="ttc" id="class_compute_contact_html_a6db7905efc8075be36cbdac6685fb1ae"><div class="ttname"><a href="class_compute_contact.html#a6db7905efc8075be36cbdac6685fb1ae">ComputeContact::penalty</a></div><div class="ttdeci">Real penalty</div><div class="ttdef"><b>Definition:</b> compute_contact.hh:22</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
Event Timeline
Log In to Comment