/usr/share/doc/libdune-grid-glue-doc/doxygen/a00156.html is in libdune-grid-glue-doc 2.3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!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.8"/>
<title>dune-grid-glue: Member List</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="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 style="padding-left: 0.5em;">
<div id="projectname">dune-grid-glue
 <span id="projectnumber">2.3.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<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="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00096.html">Dune</a></li><li class="navelem"><a class="el" href="a00097.html">GridGlue</a></li><li class="navelem"><a class="el" href="a00041.html">OverlappingMerge</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="a00041.html">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="a00060.html#a897bf9b8ffbbfd9ca20b5a4f4f4ea9cf">build</a>(const std::vector< Dune::FieldVector< T, dimworld > > &grid1_Coords, const std::vector< unsigned int > &grid1_elements, const std::vector< Dune::GeometryType > &grid1_element_types, const std::vector< Dune::FieldVector< T, dimworld > > &grid2_coords, const std::vector< unsigned int > &grid2_elements, const std::vector< Dune::GeometryType > &grid2_element_types)</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="a00060.html#a9a6b1956c495b15462dc88447dec49b9">clear</a>()</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#a13012944e400594879ef54970c458a77">computeIntersection</a>(unsigned int candidate0, unsigned int candidate1, const std::vector< Dune::FieldVector< T, dimworld > > &grid1Coords, const std::vector< Dune::GeometryType > &grid1_element_types, std::bitset<(1<< grid1Dim)> &neighborIntersects1, const std::vector< Dune::FieldVector< T, dimworld > > &grid2Coords, const std::vector< Dune::GeometryType > &grid2_element_types, std::bitset<(1<< grid2Dim)> &neighborIntersects2, bool insert=true)</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a00041.html#a739ac76619859eb8b989acdcd65ccdaf">computeIntersections</a>(const Dune::GeometryType &grid1ElementType, const std::vector< Dune::FieldVector< T, dimworld > > &grid1ElementCorners, std::bitset<(1<< dim1)> &neighborIntersects1, unsigned int grid1Index, const Dune::GeometryType &grid2ElementType, const std::vector< Dune::FieldVector< T, dimworld > > &grid2ElementCorners, std::bitset<(1<< dim2)> &neighborIntersects2, unsigned int grid2Index, std::vector< RemoteSimplicialIntersection > &intersections)</td><td class="entry"><a class="el" href="a00041.html">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#aca2c5f25b7aff6d36d509777091cbb76">StandardMerge< T, dim1, dim2, dimworld >::computeIntersections</a>(const Dune::GeometryType &grid1ElementType, const std::vector< Dune::FieldVector< T, dimworld > > &grid1ElementCorners, std::bitset<(1<< grid1Dim)> &neighborIntersects1, unsigned int grid1Index, const Dune::GeometryType &grid2ElementType, const std::vector< Dune::FieldVector< T, dimworld > > &grid2ElementCorners, std::bitset<(1<< grid2Dim)> &neighborIntersects2, unsigned int grid2Index, std::vector< RemoteSimplicialIntersection > &intersections)=0</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="a00037.html#aadcac4e32bc555512a9456ed2eb8937f">counter</a></td><td class="entry"><a class="el" href="a00037.html">Merger< T, grid1Dim, grid2Dim, dimworld ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00041.html#afb01dde845883251e7c0797c080fb207">ctype</a> typedef</td><td class="entry"><a class="el" href="a00041.html">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="a00060.html#a48be02776d66f5ff63eb0e9957e8f8de">elementNeighbors1_</a></td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#ab1ef167c95e66d25300e0783ce0350be">elementNeighbors2_</a></td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a00060.html#ac86620757456c8cedee35209d5a3362b">Grid1Coords</a> typedef</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#a9059c9e004e07a00ed3cfb24daa59563">grid1ElementCorners_</a></td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a00060.html#ab49516cdda46911e66bfbfdcb625f86d">Grid2Coords</a> typedef</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#a65d95e3f443288cf5d89ab96c9ee71e1">grid2ElementCorners_</a></td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a00060.html#a3992c20967d1510ae56cba439901640d">intersections_</a></td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#a5193082ff6a6a9462ae396b18f45095c">nSimplices</a>() const</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="a00041.html#a2b22b369b3cc6d8d41b29ee681396e23">OverlappingMerge</a>()</td><td class="entry"><a class="el" href="a00041.html">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00037.html#a94684f6ad412381eaa678af3ecb91590">parent</a>(unsigned int idx, unsigned int parId=0) const</td><td class="entry"><a class="el" href="a00037.html">Merger< T, grid1Dim, grid2Dim, dimworld ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a00037.html#a66735dd8a198b4562fe19084eea12514">parentLocal</a>(unsigned int idx, unsigned int corner, unsigned int parId=0) const</td><td class="entry"><a class="el" href="a00037.html">Merger< T, grid1Dim, grid2Dim, dimworld ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00037.html#a3c7638562d4873a13cb31736d692b163">parents</a>(unsigned int idx) const</td><td class="entry"><a class="el" href="a00037.html">Merger< T, grid1Dim, grid2Dim, dimworld ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a00041.html#a143cebd96f0bb3a45f03846502b08faa">RemoteSimplicialIntersection</a> typedef</td><td class="entry"><a class="el" href="a00041.html">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00037.html#ac5cbaeddc767e950f67b6d34984bed28">simplexRefined</a>(unsigned int idx, std::vector< unsigned int > &indices) const</td><td class="entry"><a class="el" href="a00037.html">Merger< T, grid1Dim, grid2Dim, dimworld ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a00060.html#a226d03f5d3f28ce0b80520b1d6c24eb4">StandardMerge</a>()</td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00060.html#a5071c1c04dd932ccb3203a54894c4eb7">valid</a></td><td class="entry"><a class="el" href="a00060.html">StandardMerge< T, dim1, dim2, dimworld ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a00041.html#ae253f08e3f2eb7ce23d4c38a044e1695">WorldCoords</a> typedef</td><td class="entry"><a class="el" href="a00041.html">Dune::GridGlue::OverlappingMerge< dim1, dim2, dimworld, T ></a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Oct 8 2014 22:41:11 for dune-grid-glue by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
|