File: petscspace.h.html

package info (click to toggle)
petsc 3.23.1%2Bdfsg1-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 515,576 kB
  • sloc: ansic: 751,607; cpp: 51,542; python: 38,598; f90: 17,352; javascript: 3,493; makefile: 3,157; sh: 1,502; xml: 619; objc: 445; java: 13; csh: 1
file content (121 lines) | stat: -rw-r--r-- 22,739 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
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
120
121
<center><a href="https://gitlab.com/petsc/petsc/-/blob/966382dc56242773704ef5f5cee7aa2db3ebc577/include/petscspace.h">Actual source code: petscspace.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="#B22222">/*</font>
<a name="line2">  2: </a><font color="#B22222">      Objects which encapsulate finite element spaces</font>
<a name="line3">  3: </a><font color="#B22222">*/</font>
<a name="line4">  4: </a><font color="#A020F0">#pragma once</font>
<a name="line5">  5: </a>#include <A href="../include/petscdm.h.html">&lt;petscdm.h&gt;</A>
<a name="line6">  6: </a>#include <A href="../include/petscdt.h.html">&lt;petscdt.h&gt;</A>

<a name="line8">  8: </a><font color="#B22222">/* MANSEC = <a href="../manualpages/DM/DM.html">DM</a> */</font>
<a name="line9">  9: </a><font color="#B22222">/* SUBMANSEC = SPACE */</font>

<a name="line11"> 11: </a><font color="#B22222">/*S</font>
<a name="line12"> 12: </a><font color="#B22222">  <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> - PETSc object that manages a linear space, e.g. the space of d-dimensional polynomials of given degree</font>

<a name="line14"> 14: </a><font color="#B22222">  Level: beginner</font>

<a name="line16"> 16: </a><font color="#B22222">.seealso: `<a href="../manualpages/SPACE/PetscSpaceCreate.html">PetscSpaceCreate</a>()`, `<a href="../manualpages/DUALSPACE/PetscDualSpace.html">PetscDualSpace</a>`, `<a href="../manualpages/DUALSPACE/PetscDualSpaceCreate.html">PetscDualSpaceCreate</a>()`, `<a href="../manualpages/SPACE/PetscSpaceSetType.html">PetscSpaceSetType</a>()`, `<a href="../manualpages/SPACE/PetscSpaceType.html">PetscSpaceType</a>`, <a href="../manualpages/FE/PetscFE.html">PetscFE</a>`</font>
<a name="line17"> 17: </a><font color="#B22222">S*/</font>
<a name="line18"> 18: </a><font color="#4169E1">typedef struct _p_PetscSpace *<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>;</font>

<a name="line20"> 20: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DM/PetscFEInitializePackage.html">PetscFEInitializePackage</a>(void)</font></strong>;
<a name="line21"> 21: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/DM/PetscFEFinalizePackage.html">PetscFEFinalizePackage</a>(void)</font></strong>;

<a name="line23"> 23: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscClassId.html">PetscClassId</a> PETSCSPACE_CLASSID;

<a name="line25"> 25: </a><font color="#B22222">/*J</font>
<a name="line26"> 26: </a><font color="#B22222">  <a href="../manualpages/SPACE/PetscSpaceType.html">PetscSpaceType</a> - String with the name of a PETSc linear space</font>

<a name="line28"> 28: </a><font color="#B22222">  Values:</font>
<a name="line29"> 29: </a><font color="#B22222">+  `<a href="../manualpages/SPACE/PETSCSPACEPOLYNOMIAL.html">PETSCSPACEPOLYNOMIAL</a>` - a polynomial space, e.g. P1 is the space of linear polynomials</font>
<a name="line30"> 30: </a><font color="#B22222">.  `<a href="../manualpages/SPACE/PETSCSPACEPTRIMMED.html">PETSCSPACEPTRIMMED</a>`   - a trimmed polynomial space</font>
<a name="line31"> 31: </a><font color="#B22222">.  `<a href="../manualpages/SPACE/PETSCSPACETENSOR.html">PETSCSPACETENSOR</a>`     - a space consisting of the tensor product of two or more spaces</font>
<a name="line32"> 32: </a><font color="#B22222">.  `<a href="../manualpages/SPACE/PETSCSPACESUM.html">PETSCSPACESUM</a>`        - a direct or a concatenation sum</font>
<a name="line33"> 33: </a><font color="#B22222">.  `<a href="../manualpages/SPACE/PETSCSPACEPOINT.html">PETSCSPACEPOINT</a>`      - functions defined by values on a set of quadrature points</font>
<a name="line34"> 34: </a><font color="#B22222">.  `PETSCSPACESUBSPACE`   - some kind of subspace, no idea what</font>
<a name="line35"> 35: </a><font color="#B22222">-  `<a href="../manualpages/SPACE/PETSCSPACEWXY.html">PETSCSPACEWXY</a>`        - space that encapsulates the Wheeler-Xu-Yotov enrichments</font>

<a name="line37"> 37: </a><font color="#B22222">  Level: beginner</font>

<a name="line39"> 39: </a><font color="#B22222">.seealso: `<a href="../manualpages/SPACE/PetscSpaceSetType.html">PetscSpaceSetType</a>()`, `<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>`, `<a href="../manualpages/SPACE/PetscSpaceType.html">PetscSpaceType</a>`</font>
<a name="line40"> 40: </a><font color="#B22222">J*/</font>
<a name="line41"> 41: </a><font color="#4169E1">typedef const char *<a href="../manualpages/SPACE/PetscSpaceType.html">PetscSpaceType</a>;</font>
<a name="line42"> 42: </a><strong><font color="#228B22">#define <a href="../manualpages/SPACE/PETSCSPACEPOLYNOMIAL.html">PETSCSPACEPOLYNOMIAL</a> </font><font color="#666666">"poly"</font><font color="#228B22"></font></strong>
<a name="line43"> 43: </a><strong><font color="#228B22">#define <a href="../manualpages/SPACE/PETSCSPACEPTRIMMED.html">PETSCSPACEPTRIMMED</a>   </font><font color="#666666">"ptrimmed"</font><font color="#228B22"></font></strong>
<a name="line44"> 44: </a><strong><font color="#228B22">#define <a href="../manualpages/SPACE/PETSCSPACETENSOR.html">PETSCSPACETENSOR</a>     </font><font color="#666666">"tensor"</font><font color="#228B22"></font></strong>
<a name="line45"> 45: </a><strong><font color="#228B22">#define <a href="../manualpages/SPACE/PETSCSPACESUM.html">PETSCSPACESUM</a>        </font><font color="#666666">"sum"</font><font color="#228B22"></font></strong>
<a name="line46"> 46: </a><strong><font color="#228B22">#define <a href="../manualpages/SPACE/PETSCSPACEPOINT.html">PETSCSPACEPOINT</a>      </font><font color="#666666">"point"</font><font color="#228B22"></font></strong>
<a name="line47"> 47: </a><strong><font color="#228B22">#define PETSCSPACESUBSPACE   </font><font color="#666666">"subspace"</font><font color="#228B22"></font></strong>
<a name="line48"> 48: </a><strong><font color="#228B22">#define <a href="../manualpages/SPACE/PETSCSPACEWXY.html">PETSCSPACEWXY</a>        </font><font color="#666666">"wxy"</font><font color="#228B22"></font></strong>

<a name="line50"> 50: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscFunctionList.html">PetscFunctionList</a> PetscSpaceList;
<a name="line51"> 51: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a>    <a href="../manualpages/SPACE/PetscSpaceCreate.html">PetscSpaceCreate</a>(<a href="../manualpages/Sys/MPI_Comm.html">MPI_Comm</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> *)</font></strong>;
<a name="line52"> 52: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a>    <a href="../manualpages/SPACE/PetscSpaceDestroy.html">PetscSpaceDestroy</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> *)</font></strong>;
<a name="line53"> 53: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a>    <a href="../manualpages/SPACE/PetscSpaceSetType.html">PetscSpaceSetType</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/SPACE/PetscSpaceType.html">PetscSpaceType</a>)</font></strong>;
<a name="line54"> 54: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a>    <a href="../manualpages/SPACE/PetscSpaceGetType.html">PetscSpaceGetType</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/SPACE/PetscSpaceType.html">PetscSpaceType</a> *)</font></strong>;
<a name="line55"> 55: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a>    <a href="../manualpages/SPACE/PetscSpaceSetUp.html">PetscSpaceSetUp</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSetFromOptions.html">PetscSpaceSetFromOptions</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceViewFromOptions.html">PetscSpaceViewFromOptions</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, const char[])</font></strong>;

<a name="line59"> 59: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceView.html">PetscSpaceView</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Viewer/PetscViewer.html">PetscViewer</a>)</font></strong>;
<a name="line60"> 60: </a><strong><font color="#4169E1"><a name="PetscSpaceRegister"></a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceRegister.html">PetscSpaceRegister</a>(const char[], <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> (*)(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>)</font></strong>);
<a name="line61"> 61: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> PetscSpaceRegisterDestroy(void)</font></strong>;

<a name="line63"> 63: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceGetDimension.html">PetscSpaceGetDimension</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSetNumComponents.html">PetscSpaceSetNumComponents</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceGetNumComponents.html">PetscSpaceGetNumComponents</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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> <a href="../manualpages/SPACE/PetscSpaceSetNumVariables.html">PetscSpaceSetNumVariables</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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> <a href="../manualpages/SPACE/PetscSpaceGetNumVariables.html">PetscSpaceGetNumVariables</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSetDegree.html">PetscSpaceSetDegree</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceGetDegree.html">PetscSpaceGetDegree</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line70"> 70: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceEvaluate.html">PetscSpaceEvaluate</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <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="line71"> 71: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceGetHeightSubspace.html">PetscSpaceGetHeightSubspace</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> *)</font></strong>;

<a name="line73"> 73: </a>static inline PETSC_DEPRECATED_FUNCTION(3, 17, 0, <font color="#666666">"&lt;property not used&gt;"</font>, ) <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> PetscSpacePolynomialSetSymmetric(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> sp, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> s)
<a name="line74"> 74: </a>{
<a name="line75"> 75: </a>  <a href="../manualpages/Sys/PetscCheck.html">PetscCheck</a>(!s, <a href="../manualpages/Sys/PetscObjectComm.html">PetscObjectComm</a>((<a href="../manualpages/Sys/PetscObject.html">PetscObject</a>)sp), <a href="../manualpages/Sys/PetscErrorCode.html">PETSC_ERR_SUP</a>, <font color="#666666">"<a href="../manualpages/SPACE/PETSCSPACEPOLYNOMIAL.html">PETSCSPACEPOLYNOMIAL</a> does not support symmetric polynomials"</font>);
<a name="line76"> 76: </a>  <font color="#4169E1">return</font> <a href="../manualpages/Sys/PetscErrorCode.html">PETSC_SUCCESS</a>;
<a name="line77"> 77: </a>}
<a name="line78"> 78: </a>static inline PETSC_DEPRECATED_FUNCTION(3, 17, 0, <font color="#666666">"&lt;property not used&gt;"</font>, ) <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> PetscSpacePolynomialGetSymmetric(PETSC_UNUSED <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> sp, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *s)
<a name="line79"> 79: </a>{
<a name="line80"> 80: </a>  *s = <a href="../manualpages/Sys/PETSC_FALSE.html">PETSC_FALSE</a>;
<a name="line81"> 81: </a>  <font color="#4169E1">return</font> <a href="../manualpages/Sys/PetscErrorCode.html">PETSC_SUCCESS</a>;
<a name="line82"> 82: </a>}
<a name="line83"> 83: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpacePolynomialSetTensor.html">PetscSpacePolynomialSetTensor</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/SPACE/PetscSpacePolynomialGetTensor.html">PetscSpacePolynomialGetTensor</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/SPACE/PetscSpacePTrimmedSetFormDegree.html">PetscSpacePTrimmedSetFormDegree</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/SPACE/PetscSpacePTrimmedGetFormDegree.html">PetscSpacePTrimmedGetFormDegree</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/SPACE/PetscSpaceTensorSetNumSubspaces.html">PetscSpaceTensorSetNumSubspaces</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/SPACE/PetscSpaceTensorGetNumSubspaces.html">PetscSpaceTensorGetNumSubspaces</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/SPACE/PetscSpaceTensorSetSubspace.html">PetscSpaceTensorSetSubspace</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceTensorGetSubspace.html">PetscSpaceTensorGetSubspace</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSumSetNumSubspaces.html">PetscSpaceSumSetNumSubspaces</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>)</font></strong>;
<a name="line95"> 95: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceSumGetNumSubspaces.html">PetscSpaceSumGetNumSubspaces</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line96"> 96: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceSumSetSubspace.html">PetscSpaceSumSetSubspace</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>)</font></strong>;
<a name="line97"> 97: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpaceSumGetSubspace.html">PetscSpaceSumGetSubspace</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSumSetConcatenate.html">PetscSpaceSumSetConcatenate</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSumGetConcatenate.html">PetscSpaceSumGetConcatenate</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</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/SPACE/PetscSpaceSumSetInterleave.html">PetscSpaceSumSetInterleave</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/SPACE/PetscSpaceSumGetInterleave.html">PetscSpaceSumGetInterleave</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line102">102: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> PetscSpaceCreateSum(<a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>[], <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>, <a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a> *)</font></strong>;

<a name="line104">104: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpacePointGetPoints.html">PetscSpacePointGetPoints</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/DT/PetscQuadrature.html">PetscQuadrature</a> *)</font></strong>;
<a name="line105">105: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/SPACE/PetscSpacePointSetPoints.html">PetscSpacePointSetPoints</a>(<a href="../manualpages/SPACE/PetscSpace.html">PetscSpace</a>, <a href="../manualpages/DT/PetscQuadrature.html">PetscQuadrature</a>)</font></strong>;
</pre>
</body>

</html>