Searched refs:offL (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 341 PetscInt *offL, *offR; in DMPlexCreateCeedRestrictionFVM() local 349 …PetscCall(DMPlexGetLocalOffsetsSupport(dm, NULL, 0, &num_faces, &num_comp, &lvec_size, &offL, &off… in DMPlexCreateCeedRestrictionFVM() 352 …PetscCall(PetscIntArrayIntoCeedInt_Private(num_faces * 1, lvec_size, "lvec_size", &offL, &ceed_off… in DMPlexCreateCeedRestrictionFVM()
|