Home
last modified time | relevance | path

Searched refs:PetscSectionGetDof (Results 1 – 25 of 70) sorted by relevance

123

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c46 PetscCall(PetscSectionGetDof(aSec, p, &dof)); in DMPlexComputeAnchorAdjacencies()
80 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies()
96 PetscCall(PetscSectionGetDof(section, qAdj, &qAdjDof)); in DMPlexComputeAnchorAdjacencies()
111 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies()
115 PetscCall(PetscSectionGetDof(adjSec, p, &aDof)); in DMPlexComputeAnchorAdjacencies()
130 PetscCall(PetscSectionGetDof(section, qAdj, &qAdjDof)); in DMPlexComputeAnchorAdjacencies()
219 PetscCall(PetscSectionGetDof(myRankPairSection, root_index, &dof)); in AdjancencyContainsLeafRootPair()
359 PetscCall(PetscSectionGetDof(section, p, &dof)); in DMPlexCreateAdjacencySection_Static()
367 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
371 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
[all …]
H A Dplexindices.c40 PetscCall(PetscSectionGetDof(section, points[p], &dof)); in DMPlexCreateClosureIndex()
53 PetscCall(PetscSectionGetDof(closureSection, point, &cldof)); in DMPlexCreateClosureIndex()
58 PetscCall(PetscSectionGetDof(section, points[p], &dof)); in DMPlexCreateClosureIndex()
H A Dplextree.c290 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
325 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
333 PetscCall(PetscSectionGetDof(unionSection, e - pRefStart + (pEnd - pStart), &eDof)); in DMPlexCreateReferenceTree_Union()
370 PetscCall(PetscSectionGetDof(unionSection, v - pRefStart + (pEnd - pStart), &vDof)); in DMPlexCreateReferenceTree_Union()
389 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
399 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
510 PetscCall(PetscSectionGetDof(pSec, p, &dof)); in DMPlexTreeSymmetrize()
544 PetscCall(PetscSectionGetDof(section, p, &dof)); in AnchorsFlatten()
557 PetscCall(PetscSectionGetDof(section, p, &dof)); in AnchorsFlatten()
562 if (q >= pStart && q < pEnd) PetscCall(PetscSectionGetDof(section, q, &qDof)); in AnchorsFlatten()
[all …]
H A Dplexvtu.c82 if (localized) PetscCall(PetscSectionGetDof(cellCoordSection, c, &dof)); in DMPlexGetVTKConnectivity()
216 if (localized) PetscCall(PetscSectionGetDof(cellCoordSection, c, &dof)); in DMPlexVTKWriteAll_VTU()
282 if (cEnd > cStart) PetscCall(PetscSectionGetDof(section, cStart, &bs)); in DMPlexVTKWriteAll_VTU()
376 if (vEnd > vStart) PetscCall(PetscSectionGetDof(section, vStart, &bs)); in DMPlexVTKWriteAll_VTU()
463 PetscCall(PetscSectionGetDof(cellCoordSection, c, &dof)); in DMPlexVTKWriteAll_VTU()
548 if (cEnd > cStart) PetscCall(PetscSectionGetDof(section, cStart, &bs)); in DMPlexVTKWriteAll_VTU()
646 if (vEnd > vStart) PetscCall(PetscSectionGetDof(section, vStart, &bs)); in DMPlexVTKWriteAll_VTU()
775 if (cEnd > cStart) PetscCall(PetscSectionGetDof(section, cStart, &bs)); in DMPlexVTKWriteAll_VTU()
824 if (vEnd > vStart) PetscCall(PetscSectionGetDof(section, vStart, &bs)); in DMPlexVTKWriteAll_VTU()
H A Dplex.c142 …if ((vStart >= pStart) && (vStart < pEnd)) PetscCall(PetscSectionGetDof(section, vStart, &vcdof[DM… in DMPlexGetFieldTypes_Internal()
162 …if ((cStart >= pStart) && (cStart < pEnd)) PetscCall(PetscSectionGetDof(section, cStart, &vcdof[c]… in DMPlexGetFieldTypes_Internal()
233 …if ((vStart >= pStart) && (vStart < pEnd)) PetscCall(PetscSectionGetDof(section, vStart, &vcdof[0]… in DMPlexGetFieldType_Internal()
234 …if ((cStart >= pStart) && (cStart < pEnd)) PetscCall(PetscSectionGetDof(section, cStart, &vcdof[1]… in DMPlexGetFieldType_Internal()
330 PetscCall(PetscSectionGetDof(s, eStart, &cdof)); in DMPlexVecView1D()
331 PetscCall(PetscSectionGetDof(s, vStart, &vdof)); in DMPlexVecView1D()
941 PetscCall(PetscSectionGetDof(coordSection, point, &dof)); in DMPlexView_Ascii_Geometry()
1047 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof)); in DMPlexView_Ascii()
1057 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof)); in DMPlexView_Ascii()
1092 PetscCall(PetscSectionGetDof(coordSection, p, &dof)); in DMPlexView_Ascii()
[all …]
H A Dplexsection.c224 PetscCall(PetscSectionGetDof(section, p, &numConst)); in DMPlexCreateSectionBCDof()
252 PetscCall(PetscSectionGetDof(aSec, a, &dof)); in DMPlexCreateSectionBCDof()
255 PetscCall(PetscSectionGetDof(section, a, &dof)); in DMPlexCreateSectionBCDof()
344 PetscCall(PetscSectionGetDof(aSec, a, &dof)); in DMPlexCreateSectionBCIndicesField()
H A Dplexnatural.c120 PetscCall(PetscSectionGetDof(gSection, p, &dof)); in DMPlexCreateGlobalToNaturalSF()
133 PetscCall(PetscSectionGetDof(gSection, p, &dof)); in DMPlexCreateGlobalToNaturalSF()
H A Dplexreorder.c217 PetscCall(PetscSectionGetDof(*csNew, p, &dof)); in DMPlexRemapCoordinates_Private()
312 PetscCall(PetscSectionGetDof(plexNew->coneSection, pperm[p], &dof)); in DMPlexPermute()
328 PetscCall(PetscSectionGetDof(plexNew->supportSection, pperm[p], &dof)); in DMPlexPermute()
/petsc/src/dm/impls/plex/tests/
H A Dex48.c39 PetscCall(PetscSectionGetDof(section, p, &dof)); in main()
49 PetscCall(PetscSectionGetDof(section, p, &dof)); in main()
H A Dex48f90.F9044 PetscCallA(PetscSectionGetDof(section, p, dof, ierr))
55 PetscCallA(PetscSectionGetDof(section, p, dof, ierr))
H A Dex3.c253 PetscCall(PetscSectionGetDof(coordSection, v, &dof)); in TransformCoordinates()
281 PetscCall(PetscSectionGetDof(coordSection, v, &dof)); in TransformCoordinates()
473 PetscCall(PetscSectionGetDof(aSec, c, &cDof)); in SetupSection()
483 PetscCall(PetscSectionGetDof(cSec, c, &cDof)); in SetupSection()
487 PetscCall(PetscSectionGetDof(section, a, &aDof)); in SetupSection()
/petsc/src/vec/vec/utils/ftn-custom/
H A Dzvsectionf90.c20 *__ierr = PetscSectionGetDof(*section, *point, &len); in vecgetvaluessection_()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c799 if (dof) PetscCall(PetscSectionGetDof(dofSection[0], p, dof)); in PCPatchGetGlobalDofs()
813 PetscCall(PetscSectionGetDof(dofSection[g], p, &fdof)); in PCPatchGetGlobalDofs()
825 if (dof) PetscCall(PetscSectionGetDof(dofSection[f], p, dof)); in PCPatchGetGlobalDofs()
1066 PetscCall(PetscSectionGetDof(pointCounts, v, &dof)); in PCPatchCreateCellPatches()
1068 PetscCall(PetscSectionGetDof(cellCounts, v, &cdof)); in PCPatchCreateCellPatches()
1070 PetscCall(PetscSectionGetDof(intFacetCounts, v, &ifdof)); in PCPatchCreateCellPatches()
1072 PetscCall(PetscSectionGetDof(extFacetCounts, v, &efdof)); in PCPatchCreateCellPatches()
1300 PetscCall(PetscSectionGetDof(cellCounts, v, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1379 PetscCall(PetscSectionGetDof(cellNumbering, c, &cell)); in PCPatchCreateCellPatchDiscretisationInfo()
1479 PetscCall(PetscSectionGetDof(cellCounts, v, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
[all …]
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c126 PetscCall(PetscSectionGetDof(targetSection, p, &tpd)); in PetscPartitionerPartition_ParMetis()
147 for (v = 0; v < nvtxs; ++v) PetscCall(PetscSectionGetDof(vertSection, v, &vwgt[v])); in PetscPartitionerPartition_ParMetis()
153 …for (PetscInt e = 0; e < xadj[nvtxs]; ++e) PetscCall(PetscSectionGetDof(edgeSection, e, &adjwgt[e]… in PetscPartitionerPartition_ParMetis()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c128 PetscCall(PetscSectionGetDof(targetSection, p, &tpd)); in PetscPartitionerPartition_MatPartitioning()
151 for (v = 0; v < numVertices; ++v) PetscCall(PetscSectionGetDof(vertSection, v, &vwgt[v])); in PetscPartitionerPartition_MatPartitioning()
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c239 for (v = 0; v < nvtxs; ++v) PetscCall(PetscSectionGetDof(vertSection, v, &vwgt[v])); in PetscPartitionerPartition_PTScotch()
244 …for (PetscInt e = 0; e < xadj[nvtxs]; ++e) PetscCall(PetscSectionGetDof(edgeSection, e, &adjwgt[e]… in PetscPartitionerPartition_PTScotch()
253 PetscCall(PetscSectionGetDof(targetSection, p, &tpwgts[p])); in PetscPartitionerPartition_PTScotch()
/petsc/src/dm/interface/
H A Ddmi.c16 PetscCall(PetscSectionGetDof(gSection, p, &dof)); in DMCreateGlobalVector_Section_Private()
65 PetscCall(PetscSectionGetDof(section, p, &dof)); in DMCreateLocalVector_Section_Private()
113 PetscCall(PetscSectionGetDof(gs, point, &gdof)); in PetscSectionSelectFields_Private()
170 PetscCall(PetscSectionGetDof(gs, point, &gdof)); in PetscSectionSelectFields_Private()
487 PetscCall(PetscSectionGetDof(sectionGlobals[i], p, &gdof)); in DMCreateSectionSuperDM()
/petsc/src/vec/vec/utils/
H A Dvsection.c205 PetscCall(PetscSectionGetDof(sectionGlobal, p, &gdof)); in PetscSectionGetField_Internal()
213 PetscCall(PetscSectionGetDof(sectionGlobal, p, &gdof)); in PetscSectionGetField_Internal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi23 PetscErrorCode PetscSectionGetDof(PetscSection, PetscInt, PetscInt*)
/petsc/src/vec/is/section/interface/
H A Dsection.c131 PetscCall(PetscSectionGetDof(section, p, &dof)); in PetscSectionCopy_Internal()
286 PetscCall(PetscSectionGetDof(s1, p, &n1)); in PetscSectionCompare()
287 PetscCall(PetscSectionGetDof(s2, p, &n2)); in PetscSectionCompare()
941 PetscErrorCode PetscSectionGetDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetDof() function
1029 PetscCall(PetscSectionGetDof(s->field[field], point, numDof)); in PetscSectionGetFieldDof()
1124 if (s->bc) PetscCall(PetscSectionGetDof(s->bc, point, numDof)); in PetscSectionGetConstraintDof()
1510 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateGlobalSection()
1525 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateGlobalSection()
1654 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateGlobalSectionCensored()
1744 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionGetPointLayout()
[all …]
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c156 PetscCall(PetscSectionGetDof(globalSection, p, &gdof)); in PetscSFSetGraphSection()
167 PetscCall(PetscSectionGetDof(localSection, p, &dof)); in PetscSFSetGraphSection()
171 PetscCall(PetscSectionGetDof(globalSection, p, &gdof)); in PetscSFSetGraphSection()
474 PetscCall(PetscSectionGetDof(leafSection, localPoint, &dof)); in PetscSFCreateSectionSF()
490 PetscCall(PetscSectionGetDof(leafSection, localPoint, &dof)); in PetscSFCreateSectionSF()
/petsc/src/tao/tutorials/
H A Dex3.c239 PetscCall(PetscSectionGetDof(section, points[p], &dof)); in CreateCtx()
244 PetscCall(PetscSectionGetDof(section, points[p], &dof)); in CreateCtx()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c46 PetscCall(PetscSectionGetDof(cs, p, &numCorners)); in DMPlexInvertCells_XDMF_Private()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c21 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionView_HDF5_SingleField()
38 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionView_HDF5_SingleField()
/petsc/src/dm/impls/network/
H A Dnetwork.c1470 PetscCall(PetscSectionGetDof(network->DofSection, p, nvar)); in DMNetworkGetComponent()
1567 PetscCall(PetscSectionGetDof(main, i, &nvar)); in DMNetworkGetSubSection_private()
2517 PetscCall(PetscSectionGetDof(network->DofSection, e, &nrows)); in DMCreateMatrix_Network()
2524 PetscCall(PetscSectionGetDof(network->DofSection, cone[v], &ncols)); in DMCreateMatrix_Network()
2549 PetscCall(PetscSectionGetDof(network->DofSection, v, &nrows)); in DMCreateMatrix_Network()
2567 PetscCall(PetscSectionGetDof(network->DofSection, edges[e], &ncols)); in DMCreateMatrix_Network()
2579 PetscCall(PetscSectionGetDof(network->DofSection, vc, &ncols)); in DMCreateMatrix_Network()
2633 PetscCall(PetscSectionGetDof(network->DofSection, e, &nrows)); in DMCreateMatrix_Network()
2641 PetscCall(PetscSectionGetDof(network->DofSection, cone[v], &ncols)); in DMCreateMatrix_Network()
2662 PetscCall(PetscSectionGetDof(network->DofSection, v, &nrows)); in DMCreateMatrix_Network()
[all …]

123