-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation from ginkgo-project/ginkgo@4ce46c4929
- Loading branch information
1 parent
ec8f286
commit a957f67
Showing
1,989 changed files
with
5,351 additions
and
5,033 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<!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.8.16"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>Ginkgo: ginkgo/core/distributed/assembly.hpp 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" /> | ||
<link href="stylesheet.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="projectlogo"><img alt="Logo" src="logo_doc.png"/></td> | ||
<td id="projectalign" style="padding-left: 0.5em;"> | ||
<div id="projectname">Ginkgo | ||
 <span id="projectnumber">Generated from pipelines/1565434519 branch based on develop. Ginkgo version 1.9.0</span> | ||
</div> | ||
<div id="projectbrief">A numerical linear algebra library targeting many-core architectures</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.8.16 --> | ||
<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'); | ||
/* @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_a126f3af327e5d52996074ebe9cfe063.html">ginkgo</a></li><li class="navelem"><a class="el" href="dir_4b51d9bcd415f2b2d361511c67a395ad.html">core</a></li><li class="navelem"><a class="el" href="dir_78817d79c77d3fab4f4fa7c2a80cd570.html">distributed</a></li> </ul> | ||
</div> | ||
</div><!-- top --> | ||
<div class="header"> | ||
<div class="headertitle"> | ||
<div class="title">assembly.hpp</div> </div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors</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">// SPDX-License-Identifier: BSD-3-Clause</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 GKO_PUBLIC_CORE_DISTRIBUTED_ASSEMBLY_HPP_</span></div> | ||
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define GKO_PUBLIC_CORE_DISTRIBUTED_ASSEMBLY_HPP_</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>  </div> | ||
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <ginkgo/config.hpp></span></div> | ||
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  </div> | ||
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  </div> | ||
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#if GINKGO_BUILD_MPI</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>  </div> | ||
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <ginkgo/core/base/device_matrix_data.hpp></span></div> | ||
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include <ginkgo/core/base/mpi.hpp></span></div> | ||
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <ginkgo/core/base/range.hpp></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>  </div> | ||
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="keyword">namespace </span><a class="code" href="namespacegko.html">gko</a> {</div> | ||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="keyword">namespace </span>experimental {</div> | ||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">namespace </span>distributed {</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="keyword">template</span> <<span class="keyword">typename</span> LocalIndexType, <span class="keyword">typename</span> GlobalIndexType></div> | ||
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classgko_1_1experimental_1_1distributed_1_1Partition.html"> 26</a></span> <span class="keyword">class </span><a class="code" href="classgko_1_1experimental_1_1distributed_1_1Partition.html">Partition</a>;</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>  </div> | ||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">template</span> <<span class="keyword">typename</span> ValueType, <span class="keyword">typename</span> LocalIndexType, <span class="keyword">typename</span> GlobalIndexType></div> | ||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <a class="code" href="classgko_1_1device__matrix__data.html">device_matrix_data<ValueType, GlobalIndexType></a> <a class="code" href="namespacegko_1_1experimental_1_1distributed.html#afcc07c02b461af86d0aa8eb3dd96ca02">assemble_rows_from_neighbors</a>(</div> | ||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="classgko_1_1experimental_1_1mpi_1_1communicator.html">mpi::communicator</a> comm,</div> | ||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">const</span> <a class="code" href="classgko_1_1device__matrix__data.html">device_matrix_data<ValueType, GlobalIndexType></a>& input,</div> | ||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <a class="code" href="classgko_1_1ptr__param.html">ptr_param</a><<span class="keyword">const</span> <a class="code" href="classgko_1_1experimental_1_1distributed_1_1Partition.html">Partition<LocalIndexType, GlobalIndexType></a>> partition);</div> | ||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div> | ||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div> | ||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> } <span class="comment">// namespace distributed</span></div> | ||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> } <span class="comment">// namespace experimental</span></div> | ||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> } <span class="comment">// namespace gko</span></div> | ||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div> | ||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div> | ||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#endif // GINKGO_BUILD_MPI</span></div> | ||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#endif // GKO_PUBLIC_CORE_DISTRIBUTED_ASSEMBLY_HPP_</span></div> | ||
</div><!-- fragment --></div><!-- contents --> | ||
<div class="ttc" id="anamespacegko_html"><div class="ttname"><a href="namespacegko.html">gko</a></div><div class="ttdoc">The Ginkgo namespace.</div><div class="ttdef"><b>Definition:</b> abstract_factory.hpp:20</div></div> | ||
<div class="ttc" id="aclassgko_1_1experimental_1_1mpi_1_1communicator_html"><div class="ttname"><a href="classgko_1_1experimental_1_1mpi_1_1communicator.html">gko::experimental::mpi::communicator</a></div><div class="ttdoc">A thin wrapper of MPI_Comm that supports most MPI calls.</div><div class="ttdef"><b>Definition:</b> mpi.hpp:408</div></div> | ||
<div class="ttc" id="aclassgko_1_1ptr__param_html"><div class="ttname"><a href="classgko_1_1ptr__param.html">gko::ptr_param</a></div><div class="ttdoc">This class is used for function parameters in the place of raw pointers.</div><div class="ttdef"><b>Definition:</b> utils_helper.hpp:41</div></div> | ||
<div class="ttc" id="aclassgko_1_1experimental_1_1distributed_1_1Partition_html"><div class="ttname"><a href="classgko_1_1experimental_1_1distributed_1_1Partition.html">gko::experimental::distributed::Partition</a></div><div class="ttdoc">Represents a partition of a range of indices [0, size) into a disjoint set of parts.</div><div class="ttdef"><b>Definition:</b> assembly.hpp:26</div></div> | ||
<div class="ttc" id="anamespacegko_1_1experimental_1_1distributed_html_afcc07c02b461af86d0aa8eb3dd96ca02"><div class="ttname"><a href="namespacegko_1_1experimental_1_1distributed.html#afcc07c02b461af86d0aa8eb3dd96ca02">gko::experimental::distributed::assemble_rows_from_neighbors</a></div><div class="ttdeci">device_matrix_data< ValueType, GlobalIndexType > assemble_rows_from_neighbors(mpi::communicator comm, const device_matrix_data< ValueType, GlobalIndexType > &input, ptr_param< const Partition< LocalIndexType, GlobalIndexType >> partition)</div><div class="ttdoc">Assembles device_matrix_data entries owned by this MPI rank from other ranks and communicates entries...</div></div> | ||
<div class="ttc" id="aclassgko_1_1device__matrix__data_html"><div class="ttname"><a href="classgko_1_1device__matrix__data.html">gko::device_matrix_data</a></div><div class="ttdoc">This type is a device-side equivalent to matrix_data.</div><div class="ttdef"><b>Definition:</b> device_matrix_data.hpp:36</div></div> | ||
<!-- 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.16 | ||
</small></address> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.