Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c797 PetscInt dimAuxEff = dimAux < 0 ? dimProj : dimAux; in DMProjectLocal_Generic_Plex() local
799 …dim) <= 1 && PetscAbsInt(dimProj - dimIn) <= 1 && PetscAbsInt(dimProj - dimAuxEff) <= 1, PETSC_COM… in DMProjectLocal_Generic_Plex()
803 htIncAux = dimAuxEff - dimProj; in DMProjectLocal_Generic_Plex()