Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexceed.c351 CeedInt *ceed_off; in DMPlexCreateCeedRestrictionFVM() local
352 …tscCall(PetscIntArrayIntoCeedInt_Private(num_faces * 1, lvec_size, "lvec_size", &offL, &ceed_off)); in DMPlexCreateCeedRestrictionFVM()
353 …reate(ceed, num_faces, 1, num_comp, 1, lvec_size, CEED_MEM_HOST, CEED_COPY_VALUES, ceed_off, erL)); in DMPlexCreateCeedRestrictionFVM()
354 PetscCall(PetscFree(ceed_off)); in DMPlexCreateCeedRestrictionFVM()
355 …tscCall(PetscIntArrayIntoCeedInt_Private(num_faces * 1, lvec_size, "lvec_size", &offR, &ceed_off)); in DMPlexCreateCeedRestrictionFVM()
356 …reate(ceed, num_faces, 1, num_comp, 1, lvec_size, CEED_MEM_HOST, CEED_COPY_VALUES, ceed_off, erR)); in DMPlexCreateCeedRestrictionFVM()
357 PetscCall(PetscFree(ceed_off)); in DMPlexCreateCeedRestrictionFVM()