Home
last modified time | relevance | path

Searched refs:newp (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c579 PetscInt newp = DMPlexShiftPoint_Internal(p, depth, depthShift); in DMPlexShiftSizes_Internal() local
584 PetscCall(DMPlexSetConeSize(dmNew, newp, size)); in DMPlexShiftSizes_Internal()
586 PetscCall(DMPlexSetSupportSize(dmNew, newp, size)); in DMPlexShiftSizes_Internal()
588 PetscCall(DMPlexSetCellType(dmNew, newp, ct)); in DMPlexShiftSizes_Internal()
609 PetscInt size, sizeNew, i, newp = DMPlexShiftPoint_Internal(p, depth, depthShift); in DMPlexShiftPoints_Internal() local
615 PetscCall(DMPlexSetCone(dmNew, newp, newpoints)); in DMPlexShiftPoints_Internal()
616 PetscCall(DMPlexSetConeOrientation(dmNew, newp, orientations)); in DMPlexShiftPoints_Internal()
618 PetscCall(DMPlexGetSupportSize(dmNew, newp, &sizeNew)); in DMPlexShiftPoints_Internal()
622 PetscCall(DMPlexSetSupport(dmNew, newp, newpoints)); in DMPlexShiftPoints_Internal()
1332 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[d… in DMPlexConstructCohesiveCells_Internal() local
[all …]
/petsc/src/mat/graphops/partition/
H A Dpartition.c592 PetscErrorCode MatPartitioningCreate(MPI_Comm comm, MatPartitioning *newp) in MatPartitioningCreate() argument
598 PetscAssertPointer(newp, 2); in MatPartitioningCreate()
610 *newp = part; in MatPartitioningCreate()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1008 PetscInt newp = ctSN, cind; in DMPlexTransformGetTargetPoint() local
1023 newp += off; in DMPlexTransformGetTargetPoint()
1028 newp += rp * rsize[n] + r; in DMPlexTransformGetTargetPoint()
1033newp < ctSN) && !(newp >= ctEN), PETSC_COMM_SELF, PETSC_ERR_PLIB, "New point %" PetscInt_FMT " is … in DMPlexTransformGetTargetPoint()
1034 *pNew = newp; in DMPlexTransformGetTargetPoint()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c1801 IS list[2], newp; in PCBDDCAddPrimalVerticesLocalIS() local
1805 PetscCall(ISConcatenate(PetscObjectComm((PetscObject)pc), 2, list, &newp)); in PCBDDCAddPrimalVerticesLocalIS()
1806 PetscCall(ISSortRemoveDups(newp)); in PCBDDCAddPrimalVerticesLocalIS()
1808 pcbddc->user_primal_vertices_local = newp; in PCBDDCAddPrimalVerticesLocalIS()