Home
last modified time | relevance | path

Searched defs:neighbors (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c337 PetscMPIInt neighbors[9]; in CharacteristicSolve() local
557 …orCode CharacteristicSetNeighbors(Characteristic c, PetscInt numNeighbors, PetscMPIInt neighbors[]) in CharacteristicSetNeighbors()
710 static PetscErrorCode DMDAGetNeighborsRank(DM da, PetscMPIInt neighbors[]) in DMDAGetNeighborsRank()
/petsc/include/petsc/private/
H A Ddmstagimpl.h35 PetscMPIInt *neighbors; /* dim^3 local ranks */ member
H A Dcharacteristicimpl.h74 PetscMPIInt *neighbors; /* Ranks of neighbors */ member
H A Ddmdaimpl.h42 PetscMPIInt *neighbors; /* ranks of all neighbors and self */ member
H A Ddmpleximpl.h234 PetscMPIInt *neighbors; member
/petsc/src/dm/impls/plex/
H A Dplexorient.c345 PetscInt *numNeighbors, **neighbors, *locSupport = NULL; in DMPlexOrient() local
621 const PetscInt *neighbors; in DMPlexOrient() local
747 PetscInt *numNeighbors, **neighbors, *locSupp = NULL; in DMPlexOrientCells_Internal() local
998 const PetscInt *neighbors; in DMPlexOrientCells_Internal() local
H A Dplexdistribute.c354 PetscBT neighbors; in DMPlexCreateTwoSidedProcessSF() local
536 PetscInt adjSize = PETSC_DETERMINE, neighbors = 0, noff, n, a; in DMPlexCreateOverlapLabel() local
598 PetscInt neighbors, el; in HandlePoint_Private() local
H A Dplexpartition.c1256 const PetscInt *local, *neighbors; in DMPlexPartitionLabelInvert() local
1399 const PetscInt *remoteRoots, *neighbors; in DMPlexPartitionLabelCreateSF() local
H A Dplexfem.c5576 PetscInt *faces, *neighbors; in DMPlexComputeResidualHybridByKey() local
6657 PetscInt *faces, *neighbors; in DMPlexComputeJacobianHybridByKey() local
H A Dplexgeometry.c3270 PetscInt (*neighbors)[2]; in BuildGradientReconstruction_Internal_Tree() local
/petsc/src/dm/tutorials/
H A Dswarm_ex3.c89 …tscErrorCode DMGetNeighbors_DMDARegular(DM dm, PetscInt *nneighbors, const PetscMPIInt **neighbors) in DMGetNeighbors_DMDARegular()
/petsc/include/petsc/mpiuni/
H A Dmpi.h555 …#define MPI_Graph_neighbors(comm, rank, maxneighbors, neighbors) … argument