| /petsc/src/vec/is/sf/tests/ |
| H A D | ex18.c | 96 PetscInt i, nroots, nleaves; in PetscSFViewCustom() local 131 PetscInt nroots = ctx->n * ctx->nsfs; in CreateReferenceSF_Regular() local 185 PetscInt nroots = ctx->n + ctx->rank + ctx->nsfs - 1 + ctx->size - 1; in CreateSFs_Irregular() local 246 PetscInt k, nroots = ctx->n; in CreateSFs_Regular() local 260 PetscInt k, nroots = ctx->n * ctx->nsfs; in CreateSFs_Regular() local 274 PetscInt nroots = ctx->n; in CreateSFs_Regular() local
|
| H A D | ex1.c | 8 PetscInt nroots, nleaves; in CheckGraphNotSet() local 26 PetscInt nroots, nleaves; in CheckGraphEmpty() local
|
| H A D | ex24.c | 7 PetscInt nroots, maxleaf; in testOverlappingCommunication() local 72 PetscInt nroots, nleaves; in createSparseSF() local
|
| H A D | ex25.c | 9 PetscInt i, nroots, nleaves; in main() local
|
| H A D | ex20.c | 10 PetscInt height = 2, width = 3, nroots = height, nleaves, dim = 2; in main() local
|
| H A D | ex17.c | 9 PetscInt i, nroots, nleaves; in main() local
|
| H A D | ex19.c | 89 PetscInt nroots = ctx->nLeavesPerRank; in CreateSF0() local 131 PetscInt nroots = ctx->nLeavesPerRank; in CreateSF1() local
|
| H A D | ex10.c | 9 PetscInt nroots, nleaves; in main() local
|
| H A D | ex4k.kokkos.cxx | 37 PetscInt i, j, n, nroots, nleaves, niter = 100, nskip = 10; in main() local
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 43 static PetscErrorCode PetscSFGetGraph_Alltoall(PetscSF sf, PetscInt *nroots, PetscInt *nleaves, con… in PetscSFGetGraph_Alltoall() 67 PetscInt nroots = 1, nleaves = 1, *ilocal; in PetscSFCreateLocalSF_Alltoall() local 93 PetscMPIInt nroots, *roots, nleaves, *leaves, rank, ndiranks, ndranks; in PetscSFCreateEmbeddedRootSF_Alltoall() local
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1.c | 21 PetscInt i, nroots, nleaves; in PetscSFViewCustomLocals_Private() local 40 PetscInt i, bs = 2, nroots, nrootsalloc, nleaves, nleavesalloc, *mine, stride; in main() local 450 const PetscInt nroots = 1 + (PetscInt)(rank == 0); in main() local
|
| H A D | ex3.c | 14 PetscInt nroots, nleaves; in main() local
|
| H A D | ex2.c | 17 PetscInt nroots, nleaves; in main() local
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 456 PetscErrorCode PetscSFSetGraph(PetscSF sf, PetscInt nroots, PetscInt nleaves, PetscInt ilocal[], Pe… in PetscSFSetGraph() 671 PetscInt i, nroots, nleaves, maxlocal, count, *newilocal; in PetscSFCreateInverseSF() local 750 PetscInt nroots, nleaves; in PetscSFDuplicate() local 804 PetscErrorCode PetscSFGetGraph(PetscSF sf, PetscInt *nroots, PetscInt *nleaves, const PetscInt *ilo… in PetscSFGetGraph() 1341 PetscInt i, j, n, nroots, nleaves, esf_nleaves, *new_ilocal, minleaf, maxleaf, maxlocal; in PetscSFCreateEmbeddedRootSF() local 1429 PetscInt i, nroots, *leaves, *new_ilocal; in PetscSFCreateEmbeddedLeafSF() local 1795 PetscInt i, nroots = sf->nroots, maxlocal; in PetscSFComputeDegreeBegin() local 1866 PetscInt k = 0, nroots, nmroots; in PetscSFComputeMultiRootOriginalNumbering() local 2245 PetscInt i, j, nroots, nleaves, lnleaves, *lilocal; in PetscSFCreateLocalSF_Private() local
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 127 PetscInt nroots = -1, nleaves = -1, *ilocal; in main() local
|
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 17 PetscInt *indices_ov_rd, nroots, nleaves, *localoffsets, *indices_recv; in MatIncreaseOverlapSplit_Single() local
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 33 PetscInt i, nroots, ls = -1, ln = -1; in PetscSFSetGraphLayout() local 135 PetscInt pStart, pEnd, p, nroots, nleaves = 0, l; in PetscSFSetGraphSection() local 243 PetscInt numFields, nroots, rpStart, rpEnd, lpStart = PETSC_INT_MAX, lpEnd = -1, f, c; in PetscSFDistributeSection() local 531 PetscInt i, nroots, nleaves = 0; in PetscSFCreateFromLayouts() local
|
| H A D | sfcoord.c | 118 PetscErrorCode PetscSFSetGraphFromCoordinates(PetscSF sf, PetscInt nroots, PetscInt nleaves, PetscI… in PetscSFSetGraphFromCoordinates()
|
| /petsc/src/vec/is/sf/interface/ftn-custom/ |
| H A D | zsf.c | 31 PETSC_EXTERN void petscsfgetgraph_(PetscSF *sf, PetscInt *nroots, PetscInt *nleaves, F90Array1d *ai… in petscsfgetgraph_() 46 PETSC_EXTERN void petscsfrestoregraph_(PetscSF *sf, PetscInt *nroots, PetscInt *nleaves, F90Array1d… in petscsfrestoregraph_()
|
| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.c | 4 PETSC_INTERN PetscErrorCode PetscSFGetGraph_Allgatherv(PetscSF sf, PetscInt *nroots, PetscInt *nlea… in PetscSFGetGraph_Allgatherv() 407 PetscInt i, nroots, nleaves, rstart, *ilocal; in PetscSFCreateLocalSF_Allgatherv() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcheckinterface.c | 169 PetscInt nleaves, nroots; in DMPlexCheckInterfaceCones() local
|
| H A D | plexdistribute.c | 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 1491 PetscInt p, nroots, nleaves, idx, npointLeaves; in DMPlexCreatePointSF() local 1622 PetscInt dim, cdim, nroots; in DMPlexMigrate() local 1699 PetscInt nroots, nleaves, noldleaves; in DMPlexRemapMigrationSF() local
|
| H A D | plexinterpolate.c | 806 PetscInt nroots, p, nleaves, maxConeSize = 0; in DMPlexOrientInterface_Internal() local 1604 PetscInt nroots; in DMPlexInterpolate() local 1628 PetscInt nroots; in DMPlexInterpolate() local
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | eige.c | 234 static PetscErrorCode PolyEval(PetscInt nroots, const PetscReal *r, const PetscReal *c, PetscReal x… in PolyEval()
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 555 PetscInt i, maxlocal, nroots, nleaves, *globals, *ltog; in ISLocalToGlobalMappingCreateSF() local 1231 PetscInt nroots, nleaves, newnleaves, bs, i, j, m, mnroots, p; in ISLocalToGlobalMappingSetUpBlockInfo_Private() local
|