-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfcint_8h_source.html
More file actions
134 lines (134 loc) · 9.47 KB
/
fcint_8h_source.html
File metadata and controls
134 lines (134 loc) · 9.47 KB
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
<!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/html; charset=iso-8859-1" />
<title>FCLIB : a collection of discrete 3D Frictional Contact (FC) problems </title>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript"
MathJax.Hub.Queue(function () {
parent.page.setIframeHeight();
});
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<p> <br></br>
<span class="logotxt1">FCLIB </span> <br></br>
<span class="logotxt1">a collection of discrete 3D Frictional Contact (FC) problems</span> <br></br>
</p>
<div id="nav">
<a href="index.html">Home</a> |
<a href="download.html">Download</a> |
<!-- <a href="publications.html">Publications</a> | -->
<a href="contact.html">Contact us</a>
</div>
</div>
<div class="main-content">
<!-- <div id="left-column"> -->
<div class="doxygen">
<!-- Generated by Doxygen 1.8.10 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<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></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">fcint.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="fcint_8h.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">/* FCLIB Copyright (C) 2011--2016 FClib project</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</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> <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * you may not use this file except in compliance with the License.</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * See the License for the specific language governing permissions and</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * limitations under the License.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * Contact: fclib-project@lists.gforge.inria.fr</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></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="comment">/* </span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * fcint.h</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * -----------------------------------------</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * frictional contact library internals</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> */</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="preprocessor">#ifndef _fcint_h_</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#define _fcint_h_</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment">/* useful macros */</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="fcint_8h.html#af6a170071ba1da3930abadc6d3f95493"> 29</a></span> <span class="preprocessor">#define ASSERT(Test, ...)\</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor"> do {\</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"> if (! (Test)) { fprintf (stderr, "%s: %d => ", __FILE__, __LINE__);\</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"> fprintf (stderr, __VA_ARGS__);\</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor"> fprintf (stderr, "\n"); exit (1); } } while (0)</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="fcint_8h.html#a7e1b7988c998844258179660bb5f8e69"> 35</a></span> <span class="preprocessor">#define IO(Call) ASSERT ((Call) >= 0, "ERROR: HDF5 call failed")</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="fcint_8h.html#ae5d192dca25b682622b72b1211df96b7"> 36</a></span> <span class="preprocessor">#define MM(Call) ASSERT ((Call), "ERROR: out of memory")</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#endif </span><span class="comment">/* _fcint_h_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- <div id="right-column"> -->
<!-- <div id="main-image"><img src="images/Cradle.jpg" alt="I love Pets" width="153" /></div> -->
<!-- <div class="sidebar"> -->
<!-- <h3>About this Site</h3> -->
<!-- <p></p> -->
<!-- <h3>Related Links</h3> -->
<!-- <div class="box"> -->
<!-- <ul> -->
<!-- <li></li> -->
<!-- </ul> -->
<!-- </div><a href="http://www.web-designers-directory.org/"></a><a href="http://www.medicine-pet.com/"></a> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<br/>
<div id="footer">
<div class="address">
<address>
<small>Generated on Sat Dec 24 2016 16:10:36 for fcint.h Source File, using
<a href="http://www.doxygen.org/index.html">
<img style="width:54px;height:26px" src="doxygen.png" alt="doxygen" align="middle" border="0"/></a> 1.8.10
Valid <a href="http://validator.w3.org/check?uri=referer" target="_blank" title="Check the XHTML validity of this page.">XHTML</a> &
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank" title="Check the CSS validity of this page.">CSS</a>.
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:44px;height:16px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!"/> </a>
</small>
</address>
</div>
</div>
</div>
</div>
</body>
</html>