Chi-Tech
chi_math__Get1DQuadratureData.h
Go to the documentation of this file.
1
/** \defgroup chi_math__Get1DQuadratureData chi_math.Get1DQuadratureData
2
3
4
\ingroup LuaQuadrature
5
Lua wrapper function for getting the data from a quadrature.
6
7
8
## Function Syntax:
9
\code
10
chi_math.Get1DQuadratureData(INTEGER arg0)
11
\endcode
12
## Required Input parameters
13
\htmlonly
14
15
<div style="display: block;">
16
<button type="button" class="droppy2" style=
17
"
18
background-color: #edf0f5;
19
color: #9373A5;
20
cursor: pointer;
21
border: none;
22
text-align: left;
23
outline: none;
24
font-size: 15px;
25
margin: 2px 2px;
26
border: 2px solid #687372;
27
display: block;
28
width: 100%;
29
vertical-align: middle;
30
padding-top: 4px;
31
padding-bottom: 0px;
32
"
33
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>arg0</B></TT><span style="color: #c4c1c0;">       Handle to the quadrature</span></button>
34
<div class="content" style="display: none;">
35
<p><I>type=</I><span style="color: blue;"><TT>INTEGER</TT></span>. Handle to the quadrature
36
</p>
37
</div>
38
39
</div>
40
\endhtmlonly
41
42
\htmlonly
43
44
<script>
45
46
{
47
var coll = document.getElementsByClassName("droppy2");
48
var i;
49
50
for (i = 0; i < coll.length; i++) {
51
coll[i].addEventListener("click", function() {
52
this.classList.toggle("active");
53
var content = this.nextElementSibling;
54
if (content.style.display === "block") {
55
content.style.display = "none";
56
this.childNodes[0].innerText = "►"
57
} else {
58
content.style.display = "block";
59
this.children[0].innerText = "▼"
60
}
61
});
62
}
63
}</script>
64
65
\endhtmlonly
66
67
### Usage Examples:
68
\ref test_framework_chi_math_Quadrature_quadrature_test1_lua
69
*/
doc
generated_files
input_docs
chi_math__Get1DQuadratureData.h
Generated by
1.9.3