Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c724 …PetscInt dim, dimEmbed, depth, pStart, pEnd, lStart = PETSC_DETERMINE, htInc = 0, htIncIn … in DMProjectLocal_Generic_Plex() local
801 htInc = dim - dimProj; in DMProjectLocal_Generic_Plex()
897 if (!htInc) { in DMProjectLocal_Generic_Plex()
899 } else PetscCall(PetscDualSpaceGetHeightSubspace(cellsp[f], htInc, &sp[f])); in DMProjectLocal_Generic_Plex()
908 PetscCall(PetscDualSpaceGetAllPointsUnion(Nf, sp, dim - htInc, funcs, &allPoints)); in DMProjectLocal_Generic_Plex()
938 PetscInt hEff = h - minHeight + htInc; in DMProjectLocal_Generic_Plex()
978 if (htInc) PetscCall(PetscDSGetHeightSubspace(ds, hEff, &dsEff)); in DMProjectLocal_Generic_Plex()
1035 …cCall(PetscDualSpaceGetAllPointsUnion(Nf, sp, isCohesive ? dim - htInc - 1 : dim - htInc, funcs, &… in DMProjectLocal_Generic_Plex()
1038 … PetscFEGeomMode geommode = htInc && h == minHeight ? PETSC_FEGEOM_BOUNDARY : PETSC_FEGEOM_BASIC; in DMProjectLocal_Generic_Plex()
1054 …(dm, dsEff, plexIn, encIn, dsEffIn, plexAux, encAux, dsEffAux, chunkgeom, htInc, time, localU, loc… in DMProjectLocal_Generic_Plex()
[all …]