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/966382dc56242773704ef5f5cee7aa2db3ebc577/include/petscdmplexceed.h">Actual source code: petscdmplexceed.h</a></center><br>
<html>
<head>
<title></title>
<meta name="generator" content="c2html 0.9.6">
<meta name="date" content="2025-04-30T18:14:50+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><font color="#A020F0">#if !defined(PETSC_HAVE_LIBCEED)</font>
<a name="line4"> 4: </a><font color="#A020F0"> #error </font><font color="#666666">"PETSc not configured for libCEED; reconfigrue --with-libceed or --download-libceed"</font><font color="#A020F0"></font>
<a name="line5"> 5: </a><font color="#A020F0">#endif</font>
<a name="line7"> 7: </a>#include <A href="../include/petscdmplex.h.html"><petscdmplex.h></A>
<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/DMPlex/DMPlexGetCeedRestriction.html">DMPlexGetCeedRestriction</a>(<a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, CeedElemRestriction *)</font></strong>;
<a name="line11"> 11: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexCreateCeedRestrictionFVM(<a href="../manualpages/DM/DM.html">DM</a>, CeedElemRestriction *, CeedElemRestriction *)</font></strong>;
<a name="line12"> 12: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexCeedComputeGeometryFVM(<a href="../manualpages/DM/DM.html">DM</a>, CeedVector)</font></strong>;
<a name="line13"> 13: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTSComputeRHSFunctionFVMCEED(<a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>, <a href="../manualpages/Vec/Vec.html">Vec</a>, <a href="../manualpages/Vec/Vec.html">Vec</a>, void *)</font></strong>;
</pre>
</body>
</html>
|