Searched refs:dimIn (Results 1 – 1 of 1) sorted by relevance
758 PetscInt dim = -1, dimIn = -1, dimAux = -1; in DMProjectLocal_Generic_Plex() local769 dimIn = DMPolytopeTypeGetDim(ctIn); in DMProjectLocal_Generic_Plex()792 dimIn = spmapIn ? 1 : 0; in DMProjectLocal_Generic_Plex()796 PetscInt dimProj = PetscMin(PetscMin(dim, dimIn), dimAux < 0 ? PETSC_INT_MAX : dimAux); in DMProjectLocal_Generic_Plex()799 …PetscCheck(PetscAbsInt(dimProj - dim) <= 1 && PetscAbsInt(dimProj - dimIn) <= 1 && PetscAbsInt(dim… in DMProjectLocal_Generic_Plex()802 htIncIn = dimIn - dimProj; in DMProjectLocal_Generic_Plex()