Searched refs:dimProj (Results 1 – 1 of 1) sorted by relevance
796 PetscInt dimProj = PetscMin(PetscMin(dim, dimIn), dimAux < 0 ? PETSC_INT_MAX : dimAux); in DMProjectLocal_Generic_Plex() local797 PetscInt dimAuxEff = dimAux < 0 ? dimProj : dimAux; in DMProjectLocal_Generic_Plex()799 …PetscCheck(PetscAbsInt(dimProj - dim) <= 1 && PetscAbsInt(dimProj - dimIn) <= 1 && PetscAbsInt(dim… in DMProjectLocal_Generic_Plex()800 if (dimProj < dim) minHeight = 1; in DMProjectLocal_Generic_Plex()801 htInc = dim - dimProj; in DMProjectLocal_Generic_Plex()802 htIncIn = dimIn - dimProj; in DMProjectLocal_Generic_Plex()803 htIncAux = dimAuxEff - dimProj; in DMProjectLocal_Generic_Plex()