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 122 123 124 125 126 127 128
|
<center><a href="https://gitlab.com/petsc/petsc/-/blob/966382dc56242773704ef5f5cee7aa2db3ebc577/include/petscsection.h">Actual source code: petscsection.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/petscsys.h.html"><petscsys.h></A>
<a name="line4"> 4: </a>#include <A href="../include/petscis.h.html"><petscis.h></A>
<a name="line5"> 5: </a>#include <A href="../include/petscbt.h.html"><petscbt.h></A>
<a name="line6"> 6: </a>#include <A href="../include/petscsectiontypes.h.html"><petscsectiontypes.h></A>
<a name="line8"> 8: </a><font color="#B22222">/* MANSEC = <a href="../manualpages/Vec/Vec.html">Vec</a> */</font>
<a name="line9"> 9: </a><font color="#B22222">/* SUBMANSEC = <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> */</font>
<a name="line11"> 11: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscClassId.html">PetscClassId</a> PETSC_SECTION_CLASSID;
<a name="line13"> 13: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCreate.html">PetscSectionCreate</a>(<a href="../manualpages/Sys/MPI_Comm.html">MPI_Comm</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line14"> 14: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionClone.html">PetscSectionClone</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line15"> 15: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFromOptions.html">PetscSectionSetFromOptions</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>)</font></strong>;
<a name="line16"> 16: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCopy.html">PetscSectionCopy</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>)</font></strong>;
<a name="line17"> 17: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCompare.html">PetscSectionCompare</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line18"> 18: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetNumFields.html">PetscSectionGetNumFields</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line19"> 19: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetNumFields.html">PetscSectionSetNumFields</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>)</font></strong>;
<a name="line20"> 20: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldName.html">PetscSectionGetFieldName</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const char *[])</font></strong>;
<a name="line21"> 21: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldName.html">PetscSectionSetFieldName</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const char[])</font></strong>;
<a name="line22"> 22: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetComponentName.html">PetscSectionGetComponentName</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const char *[])</font></strong>;
<a name="line23"> 23: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetComponentName.html">PetscSectionSetComponentName</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const char[])</font></strong>;
<a name="line24"> 24: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldComponents.html">PetscSectionGetFieldComponents</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line25"> 25: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldComponents.html">PetscSectionSetFieldComponents</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>)</font></strong>;
<a name="line26"> 26: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetChart.html">PetscSectionGetChart</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line27"> 27: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetChart.html">PetscSectionSetChart</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>)</font></strong>;
<a name="line28"> 28: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetPermutation.html">PetscSectionGetPermutation</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/IS.html">IS</a> *)</font></strong>;
<a name="line29"> 29: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetPermutation.html">PetscSectionSetPermutation</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/IS.html">IS</a>)</font></strong>;
<a name="line30"> 30: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetBlockStarts.html">PetscSectionGetBlockStarts</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBT.html">PetscBT</a> *)</font></strong>;
<a name="line31"> 31: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetBlockStarts.html">PetscSectionSetBlockStarts</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBT.html">PetscBT</a>)</font></strong>;
<a name="line32"> 32: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetPointMajor.html">PetscSectionGetPointMajor</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line33"> 33: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetPointMajor.html">PetscSectionSetPointMajor</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>)</font></strong>;
<a name="line34"> 34: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetIncludesConstraints.html">PetscSectionGetIncludesConstraints</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/PetscSection/PetscSectionSetIncludesConstraints.html">PetscSectionSetIncludesConstraints</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/PetscSection/PetscSectionGetDof.html">PetscSectionGetDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line37"> 37: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetDof.html">PetscSectionSetDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionAddDof.html">PetscSectionAddDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>)</font></strong>;
<a name="line39"> 39: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldDof.html">PetscSectionGetFieldDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line40"> 40: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldDof.html">PetscSectionSetFieldDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line41"> 41: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionAddFieldDof.html">PetscSectionAddFieldDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line42"> 42: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionHasConstraints.html">PetscSectionHasConstraints</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/PetscSection/PetscSectionGetConstraintDof.html">PetscSectionGetConstraintDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a> *)</font></strong>;
<a name="line44"> 44: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetConstraintDof.html">PetscSectionSetConstraintDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionAddConstraintDof.html">PetscSectionAddConstraintDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionGetFieldConstraintDof.html">PetscSectionGetFieldConstraintDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line47"> 47: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldConstraintDof.html">PetscSectionSetFieldConstraintDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line48"> 48: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionAddFieldConstraintDof.html">PetscSectionAddFieldConstraintDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line49"> 49: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetConstraintIndices.html">PetscSectionGetConstraintIndices</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionSetConstraintIndices.html">PetscSectionSetConstraintIndices</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>[])</font></strong>;
<a name="line51"> 51: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldConstraintIndices.html">PetscSectionGetFieldConstraintIndices</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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> *[])</font></strong>;
<a name="line52"> 52: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldConstraintIndices.html">PetscSectionSetFieldConstraintIndices</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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>[])</font></strong>;
<a name="line53"> 53: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetUpBC.html">PetscSectionSetUpBC</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionSetUp.html">PetscSectionSetUp</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionGetMaxDof.html">PetscSectionGetMaxDof</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionGetStorageSize.html">PetscSectionGetStorageSize</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionGetConstrainedStorageSize.html">PetscSectionGetConstrainedStorageSize</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionGetOffset.html">PetscSectionGetOffset</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionSetOffset.html">PetscSectionSetOffset</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</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/PetscSection/PetscSectionGetFieldOffset.html">PetscSectionGetFieldOffset</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line61"> 61: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldOffset.html">PetscSectionSetFieldOffset</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line62"> 62: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldPointOffset.html">PetscSectionGetFieldPointOffset</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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="line63"> 63: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetOffsetRange.html">PetscSectionGetOffsetRange</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionView.html">PetscSectionView</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Viewer/PetscViewer.html">PetscViewer</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/PetscSection/PetscSectionViewFromOptions.html">PetscSectionViewFromOptions</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, const char[])</font></strong>;
<a name="line66"> 66: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionLoad.html">PetscSectionLoad</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Viewer/PetscViewer.html">PetscViewer</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/PetscSection/PetscSectionReset.html">PetscSectionReset</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionDestroy.html">PetscSectionDestroy</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionCreateGlobalSection.html">PetscSectionCreateGlobalSection</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSF/PetscSF.html">PetscSF</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionCreateGlobalSectionCensored.html">PetscSectionCreateGlobalSectionCensored</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSF/PetscSF.html">PetscSF</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>[], <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionCreateSubsection.html">PetscSectionCreateSubsection</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>[], <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line72"> 72: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCreateSupersection.html">PetscSectionCreateSupersection</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>[], <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line73"> 73: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCreateSubmeshSection.html">PetscSectionCreateSubmeshSection</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/IS.html">IS</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line74"> 74: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCreateSubdomainSection.html">PetscSectionCreateSubdomainSection</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/IS.html">IS</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line75"> 75: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionCreateComponentSubsection.html">PetscSectionCreateComponentSubsection</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, const <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>[], <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionGetPointLayout.html">PetscSectionGetPointLayout</a>(<a href="../manualpages/Sys/MPI_Comm.html">MPI_Comm</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/PetscLayout.html">PetscLayout</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/PetscSection/PetscSectionGetValueLayout.html">PetscSectionGetValueLayout</a>(<a href="../manualpages/Sys/MPI_Comm.html">MPI_Comm</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/PetscLayout.html">PetscLayout</a> *)</font></strong>;
<a name="line78"> 78: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionPermute.html">PetscSectionPermute</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/IS.html">IS</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *)</font></strong>;
<a name="line79"> 79: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetField.html">PetscSectionGetField</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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/PetscSection/PetscSectionSetUseFieldOffsets.html">PetscSectionSetUseFieldOffsets</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</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/PetscSection/PetscSectionGetUseFieldOffsets.html">PetscSectionGetUseFieldOffsets</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscBool.html">PetscBool</a> *)</font></strong>;
<a name="line82"> 82: </a><strong><font color="#4169E1"><a name="PetscSectionExtractDofsFromArray"></a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionExtractDofsFromArray.html">PetscSectionExtractDofsFromArray</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, MPI_Datatype, const void *, <a href="../manualpages/IS/IS.html">IS</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *, void *[])</font></strong> PETSC_ATTRIBUTE_MPI_POINTER_WITH_TYPE(3, 2) PETSC_ATTRIBUTE_MPI_POINTER_WITH_TYPE(6, 2);
<a name="line84"> 84: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetClosureIndex.html">PetscSectionSetClosureIndex</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/IS/IS.html">IS</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/PetscSection/PetscSectionGetClosureIndex.html">PetscSectionGetClosureIndex</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, <a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a> *, <a href="../manualpages/IS/IS.html">IS</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/PetscSection/PetscSectionSetClosurePermutation.html">PetscSectionSetClosurePermutation</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/IS/IS.html">IS</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/PetscSection/PetscSectionGetClosurePermutation.html">PetscSectionGetClosurePermutation</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/IS/IS.html">IS</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/PetscSection/PetscSectionGetClosureInversePermutation.html">PetscSectionGetClosureInversePermutation</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscObject.html">PetscObject</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/IS/IS.html">IS</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/PetscSection/PetscSectionResetClosurePermutation.html">PetscSectionResetClosurePermutation</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>)</font></strong>;
<a name="line91"> 91: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscClassId.html">PetscClassId</a> PETSC_SECTION_SYM_CLASSID;
<a name="line93"> 93: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscFunctionList.html">PetscFunctionList</a> PetscSectionSymList;
<a name="line94"> 94: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSymSetType.html">PetscSectionSymSetType</a>(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>, <a href="../manualpages/PetscSection/PetscSectionSymType.html">PetscSectionSymType</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/PetscSection/PetscSectionSymGetType.html">PetscSectionSymGetType</a>(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>, <a href="../manualpages/PetscSection/PetscSectionSymType.html">PetscSectionSymType</a> *)</font></strong>;
<a name="line96"> 96: </a><strong><font color="#4169E1"><a name="PetscSectionSymRegister"></a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSymRegister.html">PetscSectionSymRegister</a>(const char[], <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> (*)(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</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/PetscSection/PetscSectionSymCreate.html">PetscSectionSymCreate</a>(<a href="../manualpages/Sys/MPI_Comm.html">MPI_Comm</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</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/PetscSection/PetscSectionSymDestroy.html">PetscSectionSymDestroy</a>(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</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/PetscSection/PetscSectionSymView.html">PetscSectionSymView</a>(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>, <a href="../manualpages/Viewer/PetscViewer.html">PetscViewer</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/PetscSection/PetscSectionSymCopy.html">PetscSectionSymCopy</a>(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>)</font></strong>;
<a name="line102">102: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSymDistribute.html">PetscSectionSymDistribute</a>(<a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>, <a href="../manualpages/PetscSF/PetscSF.html">PetscSF</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</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/PetscSection/PetscSectionSetSym.html">PetscSectionSetSym</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</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/PetscSection/PetscSectionGetSym.html">PetscSectionGetSym</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a> *)</font></strong>;
<a name="line106">106: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionSetFieldSym.html">PetscSectionSetFieldSym</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a>)</font></strong>;
<a name="line107">107: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldSym.html">PetscSectionGetFieldSym</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</a>, <a href="../manualpages/Sys/PetscInt.html">PetscInt</a>, <a href="../manualpages/PetscSection/PetscSectionSym.html">PetscSectionSym</a> *)</font></strong>;
<a name="line109">109: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetPointSyms.html">PetscSectionGetPointSyms</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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> ***, const <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a> ***)</font></strong>;
<a name="line110">110: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionRestorePointSyms.html">PetscSectionRestorePointSyms</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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> ***, const <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a> ***)</font></strong>;
<a name="line111">111: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionGetFieldPointSyms.html">PetscSectionGetFieldPointSyms</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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> ***, const <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a> ***)</font></strong>;
<a name="line112">112: </a><strong><font color="#4169E1">PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/PetscSection/PetscSectionRestoreFieldPointSyms.html">PetscSectionRestoreFieldPointSyms</a>(<a href="../manualpages/PetscSection/PetscSection.html">PetscSection</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> ***, const <a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a> ***)</font></strong>;
</pre>
</body>
</html>
|