Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Ddmproductimpl.h6 #define DMPRODUCT_MAX_DIM 3 macro
9 DM dm[DMPRODUCT_MAX_DIM];
10 PetscInt dim[DMPRODUCT_MAX_DIM]; /* Which dimension in the sub DM for this slot? */
/petsc/src/dm/impls/product/ !
H A Dproduct.c9 for (d = 0; d < DMPRODUCT_MAX_DIM; ++d) PetscCall(DMDestroy(&product->dm[d])); in DMDestroy_Product()
20 for (d = 0; d < DMPRODUCT_MAX_DIM; ++d) { in DMView_Product()
73 for (d = 0; d < DMPRODUCT_MAX_DIM; ++d) product->dm[d] = NULL; in DMCreate_Product()
74 for (d = 0; d < DMPRODUCT_MAX_DIM; ++d) product->dim[d] = -1; in DMCreate_Product()