File: petscmathtool.h.html

package info (click to toggle)
petsc 3.24.1%2Bdfsg1-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 524,004 kB
  • sloc: ansic: 762,842; cpp: 52,564; python: 39,546; f90: 17,688; javascript: 3,493; makefile: 3,206; sh: 1,508; xml: 619; objc: 445; java: 13; csh: 1
file content (29 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download
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
<center><a href="https://gitlab.com/petsc/petsc/-/blob/b522cb8c110832b61be366220eb7433134308289/include/petscmathtool.h">Actual source code: petscmathtool.h</a></center><br>

<html>
<head>
<title></title>
<meta name="generator" content="c2html 0.9.6">
<meta name="date" content="2025-10-29T18:33:44+00:00">
</head>

<body bgcolor="#FFFFFF">
<pre width=80>
<a name="line1">  1: </a><font color="#A020F0">#pragma once</font>

<a name="line3">  3: </a>#include <A href="../include/petscmat.h.html">&lt;petscmat.h&gt;</A>

<a name="line5">  5: </a><font color="#B22222">/* MANSEC = <a href="../manualpages/Mat/Mat.html">Mat</a> */</font>

<a name="line7">  7: </a>namespace htool
<a name="line8">  8: </a>{
<a name="line9">  9: </a>template &lt;class&gt;
<a name="line10"> 10: </a>class DistributedOperator; <font color="#B22222">/* forward definition of a single needed Htool class */</font>
<a name="line11"> 11: </a>} <font color="#B22222">// namespace htool</font>

<a name="line13"> 13: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/Mat/MatHtoolGetHierarchicalMat.html">MatHtoolGetHierarchicalMat</a>(<a href="../manualpages/Mat/Mat.html">Mat</a>, const htool::DistributedOperator&lt;<a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a>&gt; **);
</pre>
</body>

</html>