Lines Matching refs:htInc
724 …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()
1077 PetscCall(PetscDualSpaceGetAllPointsUnion(Nf, sp, dim - htInc, funcs, &quad)); in DMProjectLocal_Generic_Plex()
1080 …PetscCall(DMFieldCreateFEGeom(coordField, pointIS, quad, (htInc && h == minHeight) ? PETSC_FEGEOM_… in DMProjectLocal_Generic_Plex()
1085 …(dm, dsEff, plexIn, encIn, dsEffIn, plexAux, encAux, dsEffAux, chunkgeom, htInc, time, localU, loc… in DMProjectLocal_Generic_Plex()