Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmproduct.h10 PETSC_EXTERN PetscErrorCode DMProductGetDimensionIndex(DM, PetscInt, PetscInt *);
/petsc/src/dm/impls/product/
H A Dproductutils.c112 PetscErrorCode DMProductGetDimensionIndex(DM dm, PetscInt slot, PetscInt *idx) in DMProductGetDimensionIndex() function