Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsfimpl.h53 struct _p_PetscSF { struct
55 struct { /* Fields needed to implement VecScatter behavior */
64 } vscat;
67 …scInt nroots; /* Number of root vertices on current process (candidates for incoming edges) */
68 …ves; /* Number of leaf vertices on current process (this process specifies a root for each leaf) */
69 …Int *mine; /* Location of leaves in leafdata arrays provided to the communication routines */
70 PetscInt *mine_alloc;
71 PetscInt minleaf, maxleaf;
72 PetscSFNode *remote; /* Remote references to roots for each local leaf */
73 PetscSFNode *remote_alloc;
[all …]