Searched refs:ceed_ind (Results 1 – 1 of 1) sorted by relevance
284 CeedInt *ceed_ind; in PetscIntArrayIntoCeedInt_Private() local285 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()