Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexceed.c284 CeedInt *ceed_ind; in PetscIntArrayIntoCeedInt_Private() local
285 PetscCall(PetscMalloc1(length, &ceed_ind)); in PetscIntArrayIntoCeedInt_Private()
286 for (PetscInt i = 0; i < length; i++) ceed_ind[i] = (*petsc_indices)[i]; in PetscIntArrayIntoCeedInt_Private()
287 *ceed_indices = ceed_ind; in PetscIntArrayIntoCeedInt_Private()