Searched refs:newCones (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1106 PetscInt *remoteOffsets, *cones, *globCones, *newCones, newConesSize; in DMPlexDistributeCones() local 1132 PetscCall(DMPlexGetCones(dmParallel, &newCones)); in DMPlexDistributeCones() 1133 PetscCall(PetscSFBcastBegin(coneSF, MPIU_INT, globCones, newCones, MPI_REPLACE)); in DMPlexDistributeCones() 1134 PetscCall(PetscSFBcastEnd(coneSF, MPIU_INT, globCones, newCones, MPI_REPLACE)); in DMPlexDistributeCones() 1137 …lobalToLocalMappingApplyBlock(renumbering, IS_GTOLM_MASK, newConesSize, newCones, NULL, newCones)); in DMPlexDistributeCones() 1142 if (newCones[p] < 0) { in DMPlexDistributeCones() 1158 PetscCall(DMPlexGetConeOrientations(dmParallel, &newCones)); in DMPlexDistributeCones() 1159 PetscCall(PetscSFBcastBegin(coneSF, MPIU_INT, cones, newCones, MPI_REPLACE)); in DMPlexDistributeCones() 1160 PetscCall(PetscSFBcastEnd(coneSF, MPIU_INT, cones, newCones, MPI_REPLACE)); in DMPlexDistributeCones()
|
| H A D | plextree.c | 1766 PetscInt numNewCones, *newConeSizes, *newCones, *newOrientations; in DMPlexTreeRefineCell() local 1898 PetscCall(PetscMalloc2(numNewCones, &newCones, numNewCones, &newOrientations)); in DMPlexTreeRefineCell() 1917 newCones[offset] = (cone[l] - pOldStart[d + 1]) + pNewStart[d + 1]; in DMPlexTreeRefineCell() 1939 newCones[offset] = Kembedding[q]; in DMPlexTreeRefineCell() 2022 …PetscCall(DMPlexCreateFromDAG(*ncdm, dim, pNewCount, newConeSizes, newCones, newOrientations, newV… in DMPlexTreeRefineCell() 2030 PetscCall(PetscFree2(newCones, newOrientations)); in DMPlexTreeRefineCell()
|