Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Ddata_ex.h13 struct _p_DMSwarmDataEx { struct
14 PetscInt instance;
15 MPI_Comm comm;
16 PetscMPIInt rank;
17 PetscMPIInt n_neighbour_procs;
18 PetscMPIInt *neighbour_procs; /* [n_neighbour_procs] */
19 PetscInt *messages_to_be_sent; /* [n_neighbour_procs] */
20 PetscInt *message_offsets; /* [n_neighbour_procs] */
21 PetscInt *messages_to_be_recvieved; /* [n_neighbour_procs] */
22 size_t unit_message_size;
[all …]