Home
last modified time | relevance | path

Searched refs:cE (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/dt/fe/tests/
H A Dex2.c260 const PetscInt cS = cell, cE = PetscMin(cS + chunkSize, cEnd), Ne = cE - cS; in TestIntegration() local
274 PetscCall(PetscFEGeomGetChunk(geom, cS, cE, &chunkGeom)); in TestIntegration()
H A Dex1.c212 const PetscInt cS = cell, cE = PetscMin(cS + chunkSize, cEnd), Ne = cE - cS; in TestIntegration() local
226 PetscCall(PetscFEGeomGetChunk(geom, cS, cE, &chunkGeom)); in TestIntegration()
/petsc/src/ts/tests/
H A Dex28.c279 …PetscReal n = 0.0, v = 0.0, E = 0.0, T = 0.0, m = 1.0, cn = 0.0, cv = 0.0, cE = 0.0, pE =… in RHSFunctionParticles() local
338 cE += r[p] * m2; in RHSFunctionParticles()
344 …y update: %.8f (%.8f, %.8f)\n", (double)t, (double)cn, (double)cv, (double)cE, (double)pE, (double… in RHSFunctionParticles()
/petsc/src/dm/impls/plex/
H A Dplexfem.c4480 …Int cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells… in DMPlexComputeResidual_Patch_Internal() local
4485 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidual_Patch_Internal()
4539 for (c = cS; c < cE; ++c) { in DMPlexComputeResidual_Patch_Internal()
4570 for (c = cS; c < cE; ++c) { in DMPlexComputeResidual_Patch_Internal()
5283 …Int cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells… in DMPlexComputeResidualByKey() local
5288 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidualByKey()
5350 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualByKey()
5430 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualByKey()
5717 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells = in DMPlexComputeResidualHybridByKey() local
5723 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualHybridByKey()
[all …]
H A Dplexinterpolate.c1682 PetscInt cStartA, cEndA, cStartB, cEndB, cS, cE, cdim; in DMPlexCopyCoordinates() local
1738 PetscCall(PetscSectionGetChart(coordSectionA, &cS, &cE)); in DMPlexCopyCoordinates()
1740 cE = vEndB; in DMPlexCopyCoordinates()
1741 PetscCall(PetscSectionSetChart(coordSectionB, cS, cE)); in DMPlexCopyCoordinates()
H A Dplex.c90 PetscInt Nct, cS = PETSC_INT_MAX, cE = 0; in DMPlexGetSimplexOrBoxCells() local
113 cE = PetscMax(cE, ctE); in DMPlexGetSimplexOrBoxCells()
116 if (!Nct || !found) cS = cE = 0; in DMPlexGetSimplexOrBoxCells()
121 if (cEnd) *cEnd = cE; in DMPlexGetSimplexOrBoxCells()