Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c724 … depth, pStart, pEnd, lStart = PETSC_DETERMINE, htInc = 0, htIncIn = 0, htIncAux = 0, minHeight, m… in DMProjectLocal_Generic_Plex() local
803 htIncAux = dimAuxEff - dimProj; in DMProjectLocal_Generic_Plex()
841 if (htIncAux) PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &p, NULL)); in DMProjectLocal_Generic_Plex()
929 if (!htIncAux) { in DMProjectLocal_Generic_Plex()
931 } else PetscCall(PetscFEGetHeightSubspace(fem, htIncAux, &subfem)); in DMProjectLocal_Generic_Plex()
940 PetscInt hEffAux = h - minHeight + htIncAux; in DMProjectLocal_Generic_Plex()
999 if (htIncAux) PetscCall(PetscDSGetHeightSubspace(dsAux, hEffAux, &dsEffAux)); in DMProjectLocal_Generic_Plex()