Searched refs:PLEX_DIM__ (Results 1 – 1 of 1) sorted by relevance
573 #define PLEX_DIM__ 2 in DMPlex_MatMult2D_Internal() macro574 PetscScalar z[PLEX_DIM__]; in DMPlex_MatMult2D_Internal()576 for (int d = 0; d < PLEX_DIM__; ++d) z[d] = B[d * ldb + j]; in DMPlex_MatMult2D_Internal()578 for (int d = 0; d < PLEX_DIM__; ++d) C[d * ldb + j] = z[d]; in DMPlex_MatMult2D_Internal()581 #undef PLEX_DIM__ in DMPlex_MatMult2D_Internal()585 #define PLEX_DIM__ 3 in DMPlex_MatMult3D_Internal() macro586 PetscScalar z[PLEX_DIM__]; in DMPlex_MatMult3D_Internal()588 for (int d = 0; d < PLEX_DIM__; ++d) z[d] = B[d * ldb + j]; in DMPlex_MatMult3D_Internal()590 for (int d = 0; d < PLEX_DIM__; ++d) C[d * ldb + j] = z[d]; in DMPlex_MatMult3D_Internal()593 #undef PLEX_DIM__ in DMPlex_MatMult3D_Internal()[all …]