Searched refs:pend (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 316 …Destination(MatPartitioning part, IS partitioning, PetscInt pstart, PetscInt pend, IS *destination) in MatPartitioningHierarchical_DetermineDestination() argument 327 …pend - pstart) <= size, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "range [%" PetscInt_FMT ", %" Petsc… in MatPartitioningHierarchical_DetermineDestination() 328 …k(pstart <= pend, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, " pstart %" PetscInt_FMT " should be smal… in MatPartitioningHierarchical_DetermineDestination() 336 if (part_indices[i] < pstart || part_indices[i] >= pend) target = -1; in MatPartitioningHierarchical_DetermineDestination()
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 825 PetscInt lstart, lend, pstart, pend, *dnz, *onz; in DMCreateMatrix_DA_2d_MPISELL() local 851 pend = (bx == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, m - i - 1)); in DMCreateMatrix_DA_2d_MPISELL() 862 for (p = pstart; p < pend + 1; p++) { in DMCreateMatrix_DA_2d_MPISELL() 889 pend = (bx == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, m - i - 1)); in DMCreateMatrix_DA_2d_MPISELL() 900 for (p = pstart; p < pend + 1; p++) { in DMCreateMatrix_DA_2d_MPISELL() 1037 PetscInt lstart, lend, pstart, pend, *dnz, *onz; in DMCreateMatrix_DA_2d_MPIAIJ() local 1070 pend = (bx == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, m - i - 1)); in DMCreateMatrix_DA_2d_MPIAIJ() 1081 for (p = pstart; p < pend + 1; p++) { in DMCreateMatrix_DA_2d_MPIAIJ() 1108 pend = (bx == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, m - i - 1)); in DMCreateMatrix_DA_2d_MPIAIJ() 1118 for (p = pstart; p < pend + 1; p++) { in DMCreateMatrix_DA_2d_MPIAIJ() [all …]
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 1559 …NetworkGetSubSection_private(PetscSection main, PetscInt pstart, PetscInt pend, PetscSection *subs… in DMNetworkGetSubSection_private() argument 1565 PetscCall(PetscSectionSetChart(*subsection, 0, pend - pstart)); in DMNetworkGetSubSection_private() 1566 for (i = pstart; i < pend; i++) { in DMNetworkGetSubSection_private() 1576 static PetscErrorCode DMNetworkSetSubMap_private(DM dm, PetscInt pstart, PetscInt pend, ISLocalToGl… in DMNetworkSetSubMap_private() argument 1582 PetscCall(PetscMalloc1(pend - pstart, &subpoints)); in DMNetworkSetSubMap_private() 1583 for (i = pstart; i < pend; i++) subpoints[i - pstart] = i; in DMNetworkSetSubMap_private() 1584 …PetscCall(ISLocalToGlobalMappingCreate(PetscObjectComm((PetscObject)dm), 1, pend - pstart, subpoin… in DMNetworkSetSubMap_private() 3165 PetscInt i, p, pstart, pend, nidx, *idx; in DMNetworkCreateLocalIS() local 3175 pend = network->cloneshared->pEnd; in DMNetworkCreateLocalIS() 3179 …for (p = pstart; p < pend; p++) PetscCall(DMISAddSize_private(network, p, numkeys, keys, blocksize… in DMNetworkCreateLocalIS() [all …]
|