Home
last modified time | relevance | path

Searched refs:suppSize (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexreorder.c155 PetscInt dim, pStart, pEnd, cStart, cEnd, c, vStart, vEnd, v, suppSize, lastCell = 0; in DMPlexGetOrdering1D() local
167 PetscCall(DMPlexGetSupportSize(dm, v, &suppSize)); in DMPlexGetOrdering1D()
169 if (suppSize == 1) { in DMPlexGetOrdering1D()
183 PetscCall(DMPlexGetSupportSize(dm, v, &suppSize)); in DMPlexGetOrdering1D()
184 if (suppSize == 1) { in DMPlexGetOrdering1D()
463 PetscInt suppSize; in DMCreateSectionPermutation_Plex_Cohesive_Old() local
474 PetscCall(DMPlexGetSupportSize(dm, p, &suppSize)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
475 for (PetscInt s = 0; s < suppSize; ++s) { in DMCreateSectionPermutation_Plex_Cohesive_Old()
491 s = suppSize; in DMCreateSectionPermutation_Plex_Cohesive_Old()
524 s = suppSize; in DMCreateSectionPermutation_Plex_Cohesive_Old()
H A Dplexceed.c389 PetscInt suppSize; in DMPlexCeedComputeGeometryFVM() local
392 PetscCall(DMPlexGetSupportSize(dm, face, &suppSize)); in DMPlexCeedComputeGeometryFVM()
395 if (suppSize == 2) { in DMPlexCeedComputeGeometryFVM()
402 for (PetscInt s = 0; s < suppSize; ++s) { in DMPlexCeedComputeGeometryFVM()
408 for (PetscInt s = 0; s < suppSize; ++s) { in DMPlexCeedComputeGeometryFVM()
431 off += suppSize; in DMPlexCeedComputeGeometryFVM()
H A Dplexorient.c89 PetscInt suppSize, Ns = 0, coneSizeA, coneSizeB, posA = -1, posB = -1; in DMPlexCheckFace_Internal() local
99 PetscCall(DMPlexGetSupportSize(dm, face, &suppSize)); in DMPlexCheckFace_Internal()
102 for (PetscInt s = 0; s < suppSize; ++s) { in DMPlexCheckFace_Internal()
827 PetscInt coneSize, suppSize, nind, c, Ns = 0; in DMPlexOrientCells_Internal() local
829 PetscCall(DMPlexGetSupportSize(dm, face, &suppSize)); in DMPlexOrientCells_Internal()
831 for (PetscInt s = 0; s < suppSize; ++s) { in DMPlexOrientCells_Internal()
890 PetscInt suppSize, Ns = 0; in DMPlexOrientCells_Internal() local
893 PetscCall(DMPlexGetSupportSize(dm, face, &suppSize)); in DMPlexOrientCells_Internal()
894 for (PetscInt s = 0; s < suppSize; ++s) { in DMPlexOrientCells_Internal()
H A Dplexproject.c650 PetscInt suppSize; in DMGetFirstLabeledPoint() local
654 PetscCall(DMPlexGetSupportSize(dm, ls, &suppSize)); in DMGetFirstLabeledPoint()
655 for (PetscInt s = 0; s < suppSize; ++s) { in DMGetFirstLabeledPoint()
H A Dplexsubmesh.c4252 PetscInt suppSize, newsupp[2]; in DMPlexReorderCohesiveSupports() local
4254 PetscCall(DMPlexGetSupportSize(dm, cone[s], &suppSize)); in DMPlexReorderCohesiveSupports()
4256 if (suppSize == 2) { in DMPlexReorderCohesiveSupports()
H A Dplex.c9835 PetscInt suppSize; in DMPlexCheckOrphanVertices() local
9837 PetscCall(DMPlexGetSupportSize(dm, v, &suppSize)); in DMPlexCheckOrphanVertices()
9838 …PetscCheck(suppSize, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Vertex %" PetscInt_FMT " is disconnect… in DMPlexCheckOrphanVertices()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c544 PetscInt suppSize, floc = -1; in DMPlexTransformSetUp_Extrude() local
548 PetscCall(DMPlexGetSupportSize(ex->dmNormal, face, &suppSize)); in DMPlexTransformSetUp_Extrude()
553 if (suppSize == 1 && !shared) { in DMPlexTransformSetUp_Extrude()
651 PetscInt suppSize, coneSize, c; in DMPlexTransformGetSubcellOrientation_Extrude() local
654 PetscCall(DMPlexGetSupportSize(dm, sp, &suppSize)); in DMPlexTransformGetSubcellOrientation_Extrude()
656 …PetscCheck(suppSize == 1, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Source point %" PetscInt_FMT " is… in DMPlexTransformGetSubcellOrientation_Extrude()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c807 PetscInt suppSize, s, coneSize, c, numChildren; in DMFieldComputeFaceData_DS() local
812 PetscCall(DMPlexGetSupportSize(dm, point, &suppSize)); in DMFieldComputeFaceData_DS()
813 …Check(suppSize <= 2, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Point %" PetscInt_FMT " has %" PetscInt_FMT… in DMFieldComputeFaceData_DS()
814 if (!suppSize) continue; in DMFieldComputeFaceData_DS()
816 for (s = 0; s < suppSize; ++s) { in DMFieldComputeFaceData_DS()
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c842 PetscInt suppSize; in PetscDualSpaceSetUp_Sum() local
850 PetscCall(DMPlexGetSupportSize(K, p, &suppSize)); in PetscDualSpaceSetUp_Sum()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2119 PetscInt suppSize, s; in PetscDualSpaceSetUp_Lagrange() local
2122 PetscCall(DMPlexGetSupportSize(dm, p, &suppSize)); in PetscDualSpaceSetUp_Lagrange()
2124 for (s = 0; s < suppSize; s++) { in PetscDualSpaceSetUp_Lagrange()