| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex2.c | 260 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 D | ex1.c | 212 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/dm/impls/plex/ |
| H A D | plexreorder.c | 548 PetscInt cS; in InsertCohesiveBlock_Private() local 554 PetscCall(DMPlexGetConeSize(dm, p, &cS)); in InsertCohesiveBlock_Private() 559 …for (PetscInt c = 2; c < cS; ++c) PetscCall(InsertCohesiveBlock_Private(dm, bt, NULL, cone[c], idx… in InsertCohesiveBlock_Private()
|
| H A D | plexfem.c | 4480 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), num… 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 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), num… 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 D | plexfluent.c | 503 PetscInt newCone[16], newOrnt[16], cS, bottom = 0; in ReorderWedge() local 506 PetscCall(DMPlexGetConeSize(dm, cell, &cS)); in ReorderWedge() 508 for (PetscInt c = 0; c < cS; ++c) { in ReorderWedge()
|
| H A D | plexinterpolate.c | 1682 PetscInt cStartA, cEndA, cStartB, cEndB, cS, cE, cdim; in DMPlexCopyCoordinates() local 1738 PetscCall(PetscSectionGetChart(coordSectionA, &cS, &cE)); in DMPlexCopyCoordinates() 1739 cS = vStartB; in DMPlexCopyCoordinates() 1741 PetscCall(PetscSectionSetChart(coordSectionB, cS, cE)); in DMPlexCopyCoordinates()
|
| H A D | plex.c | 90 PetscInt Nct, cS = PETSC_INT_MAX, cE = 0; in DMPlexGetSimplexOrBoxCells() local 112 cS = PetscMin(cS, ctS); in DMPlexGetSimplexOrBoxCells() 116 if (!Nct || !found) cS = cE = 0; in DMPlexGetSimplexOrBoxCells() 120 if (cStart) *cStart = cS; in DMPlexGetSimplexOrBoxCells()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 86 cS ","{S} 111 {cS}[1-9]([0-9])*L { ; /* omit */ } 112 {cS}"("{S}"ftnlen"{S}")"{S}([0-9])*{S} { ; /* omit */ } 113 {cS}ftnlen({S}{len})? { ; /* omit -- f2c -A */ } 115 {cS}{len} { ; }
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 9463 const PetscInt cS = DMPolytopeTypeGetConeSize(ct); in DMPolytopeMatchOrientation() local 9476 for (c = 0; c < cS; ++c) in DMPolytopeMatchOrientation() 9478 if (c == cS) { in DMPolytopeMatchOrientation() 9548 const PetscInt cS = DMPolytopeTypeGetNumVertices(ct); in DMPolytopeMatchVertexOrientation() local 9561 for (c = 0; c < cS; ++c) in DMPolytopeMatchVertexOrientation() 9563 if (c == cS) { in DMPolytopeMatchVertexOrientation()
|