Searched defs:_n_PetscGridHash (Results 1 – 1 of 1) sorted by relevance
82 struct _n_PetscGridHash { struct83 PetscInt dim;84 PetscReal lower[3]; /* The lower-left corner */85 PetscReal upper[3]; /* The upper-right corner */86 PetscReal extent[3]; /* The box size */87 PetscReal h[3]; /* The subbox size */88 PetscInt n[3]; /* The number of subboxes */89 PetscSection cellSection; /* Offsets for cells in each subbox*/90 IS cells; /* List of cells in each subbox */91 DMLabel cellsSparse; /* Sparse storage for cell map */