Searched refs:restr_indices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 64 PetscInt *restr_indices; in DMPlexGetLocalOffsets() local 117 PetscCall(PetscMalloc1(restr_size, &restr_indices)); in DMPlexGetLocalOffsets() 155 restr_indices[cell_offset++] = loc; in DMPlexGetLocalOffsets() 164 *offsets = restr_indices; in DMPlexGetLocalOffsets() 320 PetscInt num_cells, cell_size, num_comp, lvec_size, *restr_indices; in DMPlexGetCeedRestriction() local 324 …el, label_value, height, dm_field, &num_cells, &cell_size, &num_comp, &lvec_size, &restr_indices)); in DMPlexGetCeedRestriction() 328 …ayIntoCeedInt_Private(num_cells * cell_size, lvec_size, "lvec_size", &restr_indices, &ceed_indices… in DMPlexGetCeedRestriction()
|