Searched defs:neighbors (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 337 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 D | dmstagimpl.h | 35 PetscMPIInt *neighbors; /* dim^3 local ranks */ member
|
| H A D | characteristicimpl.h | 74 PetscMPIInt *neighbors; /* Ranks of neighbors */ member
|
| H A D | dmdaimpl.h | 42 PetscMPIInt *neighbors; /* ranks of all neighbors and self */ member
|
| H A D | dmpleximpl.h | 234 PetscMPIInt *neighbors; member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 345 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 D | plexdistribute.c | 354 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 D | plexpartition.c | 1256 const PetscInt *local, *neighbors; in DMPlexPartitionLabelInvert() local 1399 const PetscInt *remoteRoots, *neighbors; in DMPlexPartitionLabelCreateSF() local
|
| H A D | plexfem.c | 5576 PetscInt *faces, *neighbors; in DMPlexComputeResidualHybridByKey() local 6657 PetscInt *faces, *neighbors; in DMPlexComputeJacobianHybridByKey() local
|
| H A D | plexgeometry.c | 3270 PetscInt (*neighbors)[2]; in BuildGradientReconstruction_Internal_Tree() local
|
| /petsc/src/dm/tutorials/ |
| H A D | swarm_ex3.c | 89 …tscErrorCode DMGetNeighbors_DMDARegular(DM dm, PetscInt *nneighbors, const PetscMPIInt **neighbors) in DMGetNeighbors_DMDARegular()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 555 …#define MPI_Graph_neighbors(comm, rank, maxneighbors, neighbors) … argument
|