Searched refs:htIncIn (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 724 …PetscInt dim, dimEmbed, depth, pStart, pEnd, lStart = PETSC_DETERMINE, htInc = 0, htIncIn … in DMProjectLocal_Generic_Plex() local 802 htIncIn = dimIn - dimProj; in DMProjectLocal_Generic_Plex() 821 if (htIncIn) PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &p, NULL)); in DMProjectLocal_Generic_Plex() 829 if (isCohesiveIn) --htIncIn; // Should be rearranged in DMProjectLocal_Generic_Plex() 912 if (!htIncIn) { in DMProjectLocal_Generic_Plex() 914 } else PetscCall(PetscDualSpaceGetHeightSubspace(cellspIn[f], htIncIn, &spIn[f])); in DMProjectLocal_Generic_Plex() 919 if (!htIncIn) { in DMProjectLocal_Generic_Plex() 921 } else PetscCall(PetscFEGetHeightSubspace(fem, htIncIn, &subfem)); in DMProjectLocal_Generic_Plex() 939 PetscInt hEffIn = h - minHeight + htIncIn; in DMProjectLocal_Generic_Plex() 996 … space dimension %" PetscInt_FMT " at height %" PetscInt_FMT, pIn, numValuesIn, totDimIn, htIncIn); in DMProjectLocal_Generic_Plex() [all …]
|