| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex6.c | 7 PetscInt pStart, pEnd; /* The label chart */ member 63 const PetscInt pEnd = user->pEnd; in TestLookup() local 83 PetscInt pStart = user->pStart, pEnd = user->pEnd, p; in TestClear() local
|
| H A D | ex97.c | 9 PetscInt pStart, pEnd, p; in main() local
|
| H A D | ex48.c | 11 PetscInt pStart, pEnd, p; in main() local
|
| H A D | ex40.c | 11 PetscInt pStart, pEnd, p; in LabelPoints() local
|
| H A D | ex21.c | 198 PetscInt pStart = -1, pEnd = -1; in main() local 400 PetscInt pStart = -1, pEnd = -1, p = -1; in main() local
|
| H A D | ex98.c | 11 PetscInt sdim, s, pStart, pEnd, p, numVS, numPoints; in main() local
|
| H A D | ex37.c | 33 PetscInt dim, pStart, pEnd, p, pid; in ComputeVolume() local
|
| H A D | ex35.c | 8 PetscInt cdim, depth, d, pStart, pEnd, p, Nd[4] = {0, 0, 0, 0}, lsize = 0, rmem = 0, imem = 0; in EstimateMemory() local
|
| H A D | ex31.c | 49 …PetscInt pStart, pEnd, p, minBefore, maxBefore, minAfter, maxAfter, gSizeBefore, gSizeAfte… in main() local
|
| /petsc/src/dm/dt/dualspace/impls/refined/ |
| H A D | dualspacerefined.c | 36 PetscInt pStart, pEnd; in PetscDualSpaceRefinedSetCellSpaces_Refined() local 65 PetscInt pStart, pEnd, depth; in PetscDualSpaceSetUp_Refined() local 133 PetscInt pStart, pEnd; in PetscDualSpaceRefinedView_Ascii() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexreorder.c | 8 PetscInt depth, d, pStart, pEnd, fStart, fMax, fEnd, p; in DMPlexCreateOrderingClosure_Static() local 72 …ULL, *adjacency = NULL, *cperm, *clperm = NULL, *invclperm = NULL, *mask, *xls, pStart, pEnd, c, i; in DMPlexGetOrdering() local 155 PetscInt dim, pStart, pEnd, cStart, cEnd, c, vStart, vEnd, v, suppSize, lastCell = 0; in DMPlexGetOrdering1D() local 202 PetscInt pStart, pEnd, p; in DMPlexRemapCoordinates_Private() local 300 PetscInt n, pStart, pEnd, p; in DMPlexPermute() local 436 PetscInt pStart, pEnd; in DMCreateSectionPermutation_Plex_Reverse() local 454 PetscInt pStart, pEnd, i = 0; in DMCreateSectionPermutation_Plex_Cohesive_Old() local 571 PetscInt dim, pStart, pEnd, i = 0; in DMCreateSectionPermutation_Plex_Cohesive() local
|
| H A D | plexindices.c | 24 PetscInt pStart, pEnd, sStart, sEnd, point, clSize; in DMPlexCreateClosureIndex() local
|
| H A D | plexdistribute.c | 183 PetscInt depth, maxC, maxS, maxP, pStart, pEnd, asiz, maxAnchors = 1; in DMPlexGetMaxAdjacencySize_Internal() local 355 PetscInt pStart, pEnd, p, numLeaves, l, numNeighbors, n; in DMPlexCreateTwoSidedProcessSF() local 445 PetscInt pStart, pEnd, p, nedges; in DMPlexDistributeOwnership() local 504 PetscInt pStart, pEnd, p, sStart, sEnd, nleaves, l; in DMPlexCreateOverlapLabel() local 670 PetscInt pStart, pEnd, p, sStart, sEnd, nleaves, l, el; in DMPlexCreateOverlapLabelFromLabels() local 777 PetscInt d, dim, p, pStart, pEnd, nroots, nleaves, newLeaves, point, numSharedPoints; in DMPlexCreateOverlapMigrationSF() local 888 PetscInt d, ldepth, depth, dim, p, pStart, pEnd, nroots, nleaves; in DMPlexStratifyMigrationSF() local 1165 PetscInt pStart, pEnd; in DMPlexDistributeCones() local 1346 PetscInt pStart, pEnd; in DMPlexDistributeSetupTree() local 1727 PetscInt pStart, pEnd, point; in DMPlexCreateClosureIndex_CELL() local [all …]
|
| H A D | plexsection.c | 7 PetscInt depth, Nf, f, pStart, pEnd; in DMPlexCreateSectionFields() local 93 PetscInt depth, cellHeight, pStart = 0, pEnd = 0; in DMPlexCreateSectionDof() local 274 PetscInt Nf, cdof, maxDof = 0, pStart, pEnd, p, bc, f, d; in DMPlexCreateSectionBCIndicesField() local 359 PetscInt Nf, maxDof, pStart, pEnd, p, f, d; in DMPlexCreateSectionBCIndices() local
|
| H A D | plexextrude.c | 90 PetscInt dim, pStart, pEnd; in DMPlexExtrude() local
|
| H A D | plex.c | 127 PetscInt cdim, pStart, pEnd, vStart, vEnd, cStart, cEnd, c, depth, cellHeight, t; in DMPlexGetFieldTypes_Internal() local 220 PetscInt cdim, pStart, pEnd, vStart, vEnd, cStart, cEnd; in DMPlexGetFieldType_Internal() local 598 PetscInt pStart, pEnd; in VecView_Plex_Local_VTK() local 914 PetscInt dim, pStart, pEnd, cStart, cEnd, c; in DMPlexView_Ascii_Geometry() local 1022 PetscInt pStart, pEnd, p, numLabels, l; in DMPlexView_Ascii() local 1066 … Nf, Nc, pvStart, pvEnd, pcStart = PETSC_INT_MAX, pcEnd = PETSC_INT_MIN, pStart, pEnd, p; in DMPlexView_Ascii() local 1152 PetscInt pEnd, pStart; in DMPlexView_Ascii() local 1632 PetscInt pStart, pEnd, p, gcStart, gcEnd, gcNum; in DMPlexView_Ascii() local 2931 PetscInt pStart, pEnd, dof, cdof, num_fields; in DMCreateMatrix_Plex() local 3085 PetscErrorCode DMPlexGetChart(DM dm, PetscInt *pStart, PetscInt *pEnd) in DMPlexGetChart() [all …]
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 10 PetscInt pStart, pEnd, p, n; in PetscSectionView_HDF5_SingleField() local 129 PetscInt pStart, pEnd, p, M, m, i, cdof; in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices() local 177 PetscInt pStart, pEnd, p, N, n, M, m; in PetscSectionLoad_HDF5_SingleField() local
|
| /petsc/src/dm/label/tutorials/ |
| H A D | ex1.c | 180 PetscInt p, pStart, pEnd; in main() local 213 PetscInt p, pStart, pEnd; in main() local 297 PetscInt pStart, pEnd, lStart = 5, lEnd = 19; in main() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 195 …, PetscSection sectionGlobal, Vec v, PetscInt field, PetscInt pStart, PetscInt pEnd, IS *is, Vec *… in PetscSectionGetField_Internal() 233 …, PetscSection sectionGlobal, Vec v, PetscInt field, PetscInt pStart, PetscInt pEnd, IS *is, Vec *… in PetscSectionRestoreField_Internal() 259 PetscInt Nf, f, pStart, pEnd; in PetscSectionVecNorm() local
|
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 32 PetscInt pStart, pEnd, p, maxDof; in DMPlexSNESComputeResidualCEED() local
|
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | distribute_field.py | 34 pStart, pEnd = plex.getChart() variable
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex17.c | 9 PetscInt dim, pStart, pEnd, pid; in ComputeVolume() local
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 7 PetscInt localSize, bs, blockSize = -1, pStart, pEnd, p; in DMCreateGlobalVector_Section_Private() local 57 PetscInt localSize, blockSize = -1, pStart, pEnd, p; in DMCreateLocalVector_Section_Private() local 84 PetscInt pStart, pEnd, Nc, subSize = 0, subOff = 0; in PetscSectionSelectFields_Private() local 479 PetscInt subSize, subOff, pStart, pEnd, p, start, end, dummy; in DMCreateSectionSuperDM() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 98 PetscInt numFields, f, c, pStart, pEnd, p; in PetscSectionCopy_Internal() local 252 PetscInt pStart, pEnd, nfields, ncdof, nfcdof, p, f, n1, n2; in PetscSectionCompare() local 633 PetscErrorCode PetscSectionGetChart(PetscSection s, PetscInt *pStart, PetscInt *pEnd) in PetscSectionGetChart() 666 PetscErrorCode PetscSectionSetChart(PetscSection s, PetscInt pStart, PetscInt pEnd) in PetscSectionSetChart() 1480 PetscInt pStart, pEnd, p, dof, cdof, off, globalOff = 0, nroots, nlocal, maxleaf; in PetscSectionCreateGlobalSection() local 1625 PetscInt pStart, pEnd, p, e, dof, cdof, globalOff = 0, nroots; in PetscSectionCreateGlobalSectionCensored() local 1737 PetscInt pStart, pEnd, p, localSize = 0; in PetscSectionGetPointLayout() local 1784 PetscInt pStart, pEnd, p, localSize = 0; in PetscSectionGetValueLayout() local 1983 PetscInt os = 0, oe = 0, pStart, pEnd, p; in PetscSectionGetOffsetRange() local 2029 PetscInt nF, f, c, pStart, pEnd, p, maxCdof = 0; in PetscSectionCreateSubsection() local [all …]
|
| /petsc/include/petsc/private/ |
| H A D | dmlabelimpl.h | 38 PetscInt pStart, pEnd; /* Bounds for index lookup */ member
|