Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Disimpl.h73 struct _p_ISLocalToGlobalMapping { struct
75 PetscInt n; /* number of local indices */
76 PetscInt bs; /* blocksize; there is one index per block */
77 PetscInt *indices; /* global index of each local index */
78 PetscBool dealloc_indices; /* should indices be deallocated? */
79 PetscInt globalstart; /* first global referenced in indices */
80 PetscInt globalend; /* last + 1 global referenced in indices */
81 PetscInt info_nproc;
82 PetscInt *info_procs;
83 PetscInt *info_numprocs;
[all …]