Home
last modified time | relevance | path

Searched refs:ceed_indices (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexceed.c276 …, PetscInt max_bound, const char *max_bound_name, PetscInt **petsc_indices, CeedInt **ceed_indices) in PetscIntArrayIntoCeedInt_Private() argument
280 PetscAssertPointer(ceed_indices, 4); in PetscIntArrayIntoCeedInt_Private()
287 *ceed_indices = ceed_ind; in PetscIntArrayIntoCeedInt_Private()
291 *ceed_indices = *petsc_indices; in PetscIntArrayIntoCeedInt_Private()
327 CeedInt *ceed_indices; in DMPlexGetCeedRestriction() local
328 …IntoCeedInt_Private(num_cells * cell_size, lvec_size, "lvec_size", &restr_indices, &ceed_indices)); in DMPlexGetCeedRestriction()
329 …s, cell_size, num_comp, 1, lvec_size, CEED_MEM_HOST, CEED_COPY_VALUES, ceed_indices, &elem_restr)); in DMPlexGetCeedRestriction()
330 PetscCall(PetscFree(ceed_indices)); in DMPlexGetCeedRestriction()