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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<center><a href="https://gitlab.com/petsc/petsc/-/blob/966382dc56242773704ef5f5cee7aa2db3ebc577/include/petscdmplextransform.h">Actual source code: petscdmplextransform.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>#include <A href="../include/petscdmplex.h.html"><petscdmplex.h></A>
<a name="line4"> 4: </a>#include <A href="../include/petscdmplextransformtypes.h.html"><petscdmplextransformtypes.h></A>
<a name="line6"> 6: </a><font color="#B22222">/* SUBMANSEC = <a href="../manualpages/DM/DM.html">DM</a> */</font>
<a name="line8"> 8: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscClassId.html">PetscClassId</a> DMPLEXTRANSFORM_CLASSID;
<a name="line10"> 10: </a><font color="#B22222">/*J</font>
<a name="line11"> 11: </a><font color="#B22222"> <a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a> - String with the name of a PETSc `<a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a>`</font>
<a name="line13"> 13: </a><font color="#B22222"> Level: beginner</font>
<a name="line15"> 15: </a><font color="#B22222"> Note:</font>
<a name="line16"> 16: </a><font color="#B22222"> [](plex_transform_table) for a table of available transformation types</font>
<a name="line18"> 18: </a><font color="#B22222">.seealso: [](plex_transform_table), [](ch_unstructured), `<a href="../manualpages/DMPlex/DMPlexTransformCreate.html">DMPlexTransformCreate</a>()`, `<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>`, `<a href="../manualpages/DMPlex/DMPlexTransformRegister.html">DMPlexTransformRegister</a>()`</font>
<a name="line19"> 19: </a><font color="#B22222">J*/</font>
<a name="line20"> 20: </a><font color="#4169E1">typedef const char *<a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a>;</font>
<a name="line21"> 21: </a><strong><font color="#228B22">#define DMPLEXREFINEREGULAR </font><font color="#666666">"refine_regular"</font><font color="#228B22"></font></strong>
<a name="line22"> 22: </a><strong><font color="#228B22">#define DMPLEXREFINEALFELD </font><font color="#666666">"refine_alfeld"</font><font color="#228B22"></font></strong>
<a name="line23"> 23: </a><strong><font color="#228B22">#define DMPLEXREFINEPOWELLSABIN </font><font color="#666666">"refine_powell_sabin"</font><font color="#228B22"></font></strong>
<a name="line24"> 24: </a><strong><font color="#228B22">#define DMPLEXREFINEBOUNDARYLAYER </font><font color="#666666">"refine_boundary_layer"</font><font color="#228B22"></font></strong>
<a name="line25"> 25: </a><strong><font color="#228B22">#define DMPLEXREFINESBR </font><font color="#666666">"refine_sbr"</font><font color="#228B22"></font></strong>
<a name="line26"> 26: </a><strong><font color="#228B22">#define DMPLEXREFINETOBOX </font><font color="#666666">"refine_tobox"</font><font color="#228B22"></font></strong>
<a name="line27"> 27: </a><strong><font color="#228B22">#define DMPLEXREFINETOSIMPLEX </font><font color="#666666">"refine_tosimplex"</font><font color="#228B22"></font></strong>
<a name="line28"> 28: </a><strong><font color="#228B22">#define DMPLEXREFINE1D </font><font color="#666666">"refine_1d"</font><font color="#228B22"></font></strong>
<a name="line29"> 29: </a><strong><font color="#228B22">#define DMPLEXEXTRUDETYPE </font><font color="#666666">"extrude"</font><font color="#228B22"></font></strong>
<a name="line30"> 30: </a><strong><font color="#228B22">#define DMPLEXCOHESIVEEXTRUDE </font><font color="#666666">"cohesive_extrude"</font><font color="#228B22"></font></strong>
<a name="line31"> 31: </a><strong><font color="#228B22">#define DMPLEXTRANSFORMFILTER </font><font color="#666666">"transform_filter"</font><font color="#228B22"></font></strong>
<a name="line33"> 33: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscFunctionList.html">PetscFunctionList</a> DMPlexTransformList;
<a name="line34"> 34: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformCreate.html">DMPlexTransformCreate</a>(<a href="../manualpages/Sys/MPI_Comm.html">MPI_Comm</a>, <a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a> *)</font></strong>;
<a name="line35"> 35: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetType.html">DMPlexTransformSetType</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a>)</font></strong>;
<a name="line36"> 36: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetType.html">DMPlexTransformGetType</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a> *)</font></strong>;
<a name="line37"> 37: </a><strong><font color="#4169E1"><a name="DMPlexTransformRegister"></a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformRegister.html">DMPlexTransformRegister</a>(const char[], <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> (*)(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>)</font></strong>);
<a name="line38"> 38: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformRegisterAll.html">DMPlexTransformRegisterAll</a>(void)</font></strong>;
<a name="line39"> 39: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformRegisterDestroy.html">DMPlexTransformRegisterDestroy</a>(void)</font></strong>;
<a name="line40"> 40: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetFromOptions.html">DMPlexTransformSetFromOptions</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>)</font></strong>;
<a name="line41"> 41: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetUp.html">DMPlexTransformSetUp</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>)</font></strong>;
<a name="line42"> 42: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformView.html">DMPlexTransformView</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Viewer/PetscViewer.html">PetscViewer</a>)</font></strong>;
<a name="line43"> 43: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformDestroy.html">DMPlexTransformDestroy</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a> *)</font></strong>;
<a name="line45"> 45: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexGetTransformType.html">DMPlexGetTransformType</a>(<a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a> *)</font></strong>;
<a name="line46"> 46: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexSetTransformType.html">DMPlexSetTransformType</a>(<a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/DM/DMPlexTransformType.html">DMPlexTransformType</a>)</font></strong>;
<a name="line48"> 48: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetDM.html">DMPlexTransformGetDM</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DM.html">DM</a> *)</font></strong>;
<a name="line49"> 49: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetDM.html">DMPlexTransformSetDM</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DM.html">DM</a>)</font></strong>;
<a name="line50"> 50: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetDimensions.html">DMPlexTransformSetDimensions</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/DM/DM.html">DM</a>)</font></strong>;
<a name="line51"> 51: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetChart(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line52"> 52: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetCellType(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a> *)</font></strong>;
<a name="line53"> 53: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetCellTypeStratum(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line54"> 54: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetDepth(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line55"> 55: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetDepthStratum(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</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> *)</font></strong>;
<a name="line56"> 56: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetActive.html">DMPlexTransformGetActive</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a> *)</font></strong>;
<a name="line57"> 57: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetActive.html">DMPlexTransformSetActive</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a>)</font></strong>;
<a name="line58"> 58: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetTransformTypes.html">DMPlexTransformGetTransformTypes</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a> *)</font></strong>;
<a name="line59"> 59: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetTransformTypes.html">DMPlexTransformSetTransformTypes</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a>)</font></strong>;
<a name="line60"> 60: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetMatchStrata.html">DMPlexTransformGetMatchStrata</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line61"> 61: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformSetMatchStrata.html">DMPlexTransformSetMatchStrata</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>)</font></strong>;
<a name="line63"> 63: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetTargetPoint.html">DMPlexTransformGetTargetPoint</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *)</font></strong>;
<a name="line64"> 64: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetSourcePoint.html">DMPlexTransformGetSourcePoint</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a> *, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line65"> 65: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformCellTransform.html">DMPlexTransformCellTransform</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *[])</font></strong>;
<a name="line66"> 66: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformCellTransformIdentity(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *[])</font></strong>;
<a name="line67"> 67: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetSubcellOrientationIdentity(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line68"> 68: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetSubcellOrientation.html">DMPlexTransformGetSubcellOrientation</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line69"> 69: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformMapCoordinates.html">DMPlexTransformMapCoordinates</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</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>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a>[], <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a>[])</font></strong>;
<a name="line70"> 70: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformCreateDiscLabels(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DM.html">DM</a>)</font></strong>;
<a name="line71"> 71: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformApply.html">DMPlexTransformApply</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/DM/DM.html">DM</a> *)</font></strong>;
<a name="line72"> 72: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetConeSize(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line73"> 73: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetCone(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[], const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[])</font></strong>;
<a name="line74"> 74: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformGetConeOriented(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[], const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[])</font></strong>;
<a name="line75"> 75: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformRestoreCone(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[], const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[])</font></strong>;
<a name="line76"> 76: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetCellVertices.html">DMPlexTransformGetCellVertices</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a> *[])</font></strong>;
<a name="line77"> 77: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformGetSubcellVertices.html">DMPlexTransformGetSubcellVertices</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *[])</font></strong>;
<a name="line78"> 78: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> DMPlexTransformAdaptLabel(<a href="../manualpages/DM/DM.html">DM</a>, <a href="../manualpages/Vec/Vec.html">Vec</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a>, <a href="../manualpages/DM/DMLabel.html">DMLabel</a>, <a href="../manualpages/DM/DM.html">DM</a> *)</font></strong>;
<a name="line80"> 80: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexRefineRegularGetAffineTransforms.html">DMPlexRefineRegularGetAffineTransforms</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[], <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[], <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[])</font></strong>;
<a name="line81"> 81: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexRefineRegularGetAffineFaceTransforms.html">DMPlexRefineRegularGetAffineFaceTransforms</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/DM/DMPolytopeType.html">DMPolytopeType</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[], <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[], <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[], <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *[])</font></strong>;
<a name="line83"> 83: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeGetLayers.html">DMPlexTransformExtrudeGetLayers</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line84"> 84: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetLayers.html">DMPlexTransformExtrudeSetLayers</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>)</font></strong>;
<a name="line85"> 85: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeGetThickness.html">DMPlexTransformExtrudeGetThickness</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *)</font></strong>;
<a name="line86"> 86: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetThickness.html">DMPlexTransformExtrudeSetThickness</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>)</font></strong>;
<a name="line87"> 87: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeGetTensor.html">DMPlexTransformExtrudeGetTensor</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line88"> 88: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetTensor.html">DMPlexTransformExtrudeSetTensor</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>)</font></strong>;
<a name="line89"> 89: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeGetSymmetric.html">DMPlexTransformExtrudeGetSymmetric</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line90"> 90: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetSymmetric.html">DMPlexTransformExtrudeSetSymmetric</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>)</font></strong>;
<a name="line91"> 91: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeGetPeriodic.html">DMPlexTransformExtrudeGetPeriodic</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line92"> 92: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetPeriodic.html">DMPlexTransformExtrudeSetPeriodic</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>)</font></strong>;
<a name="line93"> 93: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeGetNormal.html">DMPlexTransformExtrudeGetNormal</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>[])</font></strong>;
<a name="line94"> 94: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetNormal.html">DMPlexTransformExtrudeSetNormal</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, const <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>[])</font></strong>;
<a name="line95"> 95: </a><strong><font color="#4169E1"><a name="DMPlexTransformExtrudeSetNormalFunction"></a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetNormalFunction.html">DMPlexTransformExtrudeSetNormalFunction</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> (*)(<a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>, const <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>[], <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a>[], void *)</font></strong>);
<a name="line96"> 96: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformExtrudeSetThicknesses.html">DMPlexTransformExtrudeSetThicknesses</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>[])</font></strong>;
<a name="line98"> 98: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformCohesiveExtrudeGetTensor.html">DMPlexTransformCohesiveExtrudeGetTensor</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line99"> 99: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformCohesiveExtrudeSetTensor.html">DMPlexTransformCohesiveExtrudeSetTensor</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>)</font></strong>;
<a name="line100">100: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformCohesiveExtrudeGetWidth.html">DMPlexTransformCohesiveExtrudeGetWidth</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a> *)</font></strong>;
<a name="line101">101: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexTransformCohesiveExtrudeSetWidth.html">DMPlexTransformCohesiveExtrudeSetWidth</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, <a href="../manualpages/Sys/PetscReal.html">PetscReal</a>)</font></strong>;
<a name="line103">103: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DMPlex/DMPlexCreateEphemeral.html">DMPlexCreateEphemeral</a>(<a href="../manualpages/DMPlex/DMPlexTransform.html">DMPlexTransform</a>, const char[], <a href="../manualpages/DM/DM.html">DM</a> *)</font></strong>;
</pre>
</body>
</html>
|