Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmproduct.h9 PETSC_EXTERN PetscErrorCode DMProductSetDimensionIndex(DM, PetscInt, PetscInt);
/petsc/src/dm/impls/product/
H A Dproductutils.c83 PetscErrorCode DMProductSetDimensionIndex(DM dm, PetscInt slot, PetscInt idx) in DMProductSetDimensionIndex() function
/petsc/src/dm/impls/stag/
H A Dstagutils.c1561 PetscCall(DMProductSetDimensionIndex(dmc, d, 0)); in DMStagSetUniformCoordinatesProduct()