Searched defs:blockOffsets (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 964 …MPI_Aint blockOffsets[2] = {offsetof(struct petsc_mpiu_real_int, v), offsetof(struct petsc_mpi… in PetscInitialize_Common() local 974 …MPI_Aint blockOffsets[2] = {offsetof(struct petsc_mpiu_scalar_int, v), offsetof(struct petsc_m… in PetscInitialize_Common() local 991 …MPI_Aint blockOffsets[] = {offsetof(struct petsc_mpiu_int_mpiint, a), offsetof(struct petsc_mp… in PetscInitialize_Common() local
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2441 …MPI_Aint blockOffsets[4] = {offsetof(p4est_quadrant_t, x), offsetof(p4est_quadrant_t, lev… in DMPforestGetTransferSF_Point() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9994 MPI_Aint blockOffsets[2] = {offsetof(cell_stats_t, min), offsetof(cell_stats_t, count)}; in DMPlexCheckCellShape() local
|