Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c796 PetscInt dimProj = PetscMin(PetscMin(dim, dimIn), dimAux < 0 ? PETSC_INT_MAX : dimAux); in DMProjectLocal_Generic_Plex() local
797 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()