Home
last modified time | relevance | path

Searched refs:ooff (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c194 PetscInt rt, Nc, No, coff, ooff; in DMPlexTransformCohesiveExtrudeSetUp_Segment() local
219 ooff = 2; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
235 ex->ornt[rt][ooff + 0] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
236 ex->ornt[rt][ooff + 1] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
237 ex->ornt[rt][ooff + 2] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
238 ex->ornt[rt][ooff + 3] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
254 ex->ornt[rt][ooff + 0] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
255 ex->ornt[rt][ooff + 1] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
256 ex->ornt[rt][ooff + 2] = -1; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
257 ex->ornt[rt][ooff + 3] = -1; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
[all …]
H A Dplextrextrude.c181 PetscInt Nc, No, coff, ooff; in DMPlexTransformExtrudeSetUp_Segment() local
206 ooff = 2 * Np; in DMPlexTransformExtrudeSetUp_Segment()
223 ex->ornt[ct][ooff + 4 * i + 0] = 0; in DMPlexTransformExtrudeSetUp_Segment()
224 ex->ornt[ct][ooff + 4 * i + 1] = 0; in DMPlexTransformExtrudeSetUp_Segment()
225 ex->ornt[ct][ooff + 4 * i + 2] = 0; in DMPlexTransformExtrudeSetUp_Segment()
226 ex->ornt[ct][ooff + 4 * i + 3] = 0; in DMPlexTransformExtrudeSetUp_Segment()
242 ex->ornt[ct][ooff + 4 * i + 0] = 0; in DMPlexTransformExtrudeSetUp_Segment()
243 ex->ornt[ct][ooff + 4 * i + 1] = 0; in DMPlexTransformExtrudeSetUp_Segment()
244 ex->ornt[ct][ooff + 4 * i + 2] = -1; in DMPlexTransformExtrudeSetUp_Segment()
245 ex->ornt[ct][ooff + 4 * i + 3] = -1; in DMPlexTransformExtrudeSetUp_Segment()
[all …]
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1446 PetscInt c, coff = *coneoff, ooff = *orntoff; in DMPlexTransformGetCone_Internal() local
1467 …PetscInt fo = rornt[ooff++]; /* Orientation of new cone point in pN… in DMPlexTransformGetCone_Internal()
1522 *orntoff = ooff; in DMPlexTransformGetCone_Internal()
1541 PetscInt coff, ooff; in DMPlexTransformSetCones() local
1548 for (n = 0, coff = 0, ooff = 0; n < Nct; ++n) { in DMPlexTransformSetCones()
1553 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, ctNew, rcone, &coff, rornt, &ooff, coneNew… in DMPlexTransformSetCones()
1575 PetscInt maxConeSize = 0, Nct, p, r, n, nr, coff = 0, ooff = 0; in DMPlexTransformGetConeOriented() local
1599 ++ooff; /* Orientation of new cone point */ in DMPlexTransformGetConeOriented()
1604 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, po, ct, qct, rcone, &coff, rornt, &ooff, qcone, q… in DMPlexTransformGetConeOriented()
1616 PetscInt maxConeSize = 0, Nct, p, r, n, nr, coff = 0, ooff = 0; in DMPlexTransformGetCone() local
[all …]
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1474 PetscInt dof, off, Np, ooff, i, j, k, l; in PCPatchCreateCellPatchDiscretisationInfo() local
1482 PetscCall(PetscSectionGetOffset(pointCounts, v, &ooff)); in PCPatchCreateCellPatchDiscretisationInfo()
1552 const PetscInt point = pointsArray[ooff + p]; in PCPatchCreateCellPatchDiscretisationInfo()
1557 offsArray[(ooff + p) * Nf + k] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1560 offsArrayWithArtificial[(ooff + p) * Nf + k] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1564 offsArrayWithAll[(ooff + p) * Nf + k] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()