Home
last modified time | relevance | path

Searched defs:nroots (Results 1 – 25 of 49) sorted by relevance

12

/petsc/src/vec/is/sf/tests/
H A Dex18.c96 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 Dex1.c8 PetscInt nroots, nleaves; in CheckGraphNotSet() local
26 PetscInt nroots, nleaves; in CheckGraphEmpty() local
H A Dex24.c7 PetscInt nroots, maxleaf; in testOverlappingCommunication() local
72 PetscInt nroots, nleaves; in createSparseSF() local
H A Dex25.c9 PetscInt i, nroots, nleaves; in main() local
H A Dex20.c10 PetscInt height = 2, width = 3, nroots = height, nleaves, dim = 2; in main() local
H A Dex17.c9 PetscInt i, nroots, nleaves; in main() local
H A Dex19.c89 PetscInt nroots = ctx->nLeavesPerRank; in CreateSF0() local
131 PetscInt nroots = ctx->nLeavesPerRank; in CreateSF1() local
H A Dex10.c9 PetscInt nroots, nleaves; in main() local
H A Dex4k.kokkos.cxx37 PetscInt i, j, n, nroots, nleaves, niter = 100, nskip = 10; in main() local
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c43 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 Dex1.c21 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 Dex3.c14 PetscInt nroots, nleaves; in main() local
H A Dex2.c17 PetscInt nroots, nleaves; in main() local
/petsc/src/vec/is/sf/interface/
H A Dsf.c456 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 Dex5.c127 PetscInt nroots = -1, nleaves = -1, *ilocal; in main() local
/petsc/src/mat/utils/
H A Doverlapsplit.c17 PetscInt *indices_ov_rd, nroots, nleaves, *localoffsets, *indices_recv; in MatIncreaseOverlapSplit_Single() local
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c33 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 Dsfcoord.c118 PetscErrorCode PetscSFSetGraphFromCoordinates(PetscSF sf, PetscInt nroots, PetscInt nleaves, PetscI… in PetscSFSetGraphFromCoordinates()
/petsc/src/vec/is/sf/interface/ftn-custom/
H A Dzsf.c31 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 Dsfallgatherv.c4 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 Dplexcheckinterface.c169 PetscInt nleaves, nroots; in DMPlexCheckInterfaceCones() local
H A Dplexdistribute.c777 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 Dplexinterpolate.c806 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 Deige.c234 static PetscErrorCode PolyEval(PetscInt nroots, const PetscReal *r, const PetscReal *c, PetscReal x… in PolyEval()
/petsc/src/vec/is/utils/
H A Disltog.c555 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

12