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
|
<center><a href="https://gitlab.com/petsc/petsc/-/blob/b522cb8c110832b61be366220eb7433134308289/include/petscfvceed.h">Actual source code: petscfvceed.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/petscfv.h.html"><petscfv.h></A>
<a name="line5"> 5: </a><font color="#B22222">/* MANSEC = <a href="../manualpages/DM/DM.html">DM</a> */</font>
<a name="line7"> 7: </a><font color="#A020F0">#if defined(PETSC_HAVE_LIBCEED)</font>
<a name="line8"> 8: </a><font color="#A020F0"> #include <ceed.h></font>
<a name="line10"> 10: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/FV/PetscFVGetCeedBasis.html">PetscFVGetCeedBasis</a>(<a href="../manualpages/FV/PetscFV.html">PetscFV</a>, CeedBasis *)</font></strong>;
<a name="line11"> 11: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/FV/PetscFVSetCeed.html">PetscFVSetCeed</a>(<a href="../manualpages/FV/PetscFV.html">PetscFV</a>, Ceed)</font></strong>;
<a name="line12"> 12: </a><font color="#A020F0">#endif</font>
</pre>
</body>
</html>
|