Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c721 PetscDualSpace *sp, *cellsp, *spIn, *cellspIn; in DMProjectLocal_Generic_Plex() local
849 if (maxHeight > 0) PetscCall(PetscMalloc2(Nf, &cellsp, NfIn, &cellspIn)); in DMProjectLocal_Generic_Plex()
851 cellsp = sp; in DMProjectLocal_Generic_Plex()
865 PetscCall(PetscFEGetDualSpace(fe, &cellsp[f])); in DMProjectLocal_Generic_Plex()
872 PetscCall(PetscFVGetDualSpace(fv, &cellsp[f])); in DMProjectLocal_Generic_Plex()
875 cellsp[f] = NULL; in DMProjectLocal_Generic_Plex()
898 sp[f] = cellsp[f]; in DMProjectLocal_Generic_Plex()
899 } else PetscCall(PetscDualSpaceGetHeightSubspace(cellsp[f], htInc, &sp[f])); in DMProjectLocal_Generic_Plex()
951 for (f = 0; f < Nf; ++f) PetscCall(PetscDualSpaceGetHeightSubspace(cellsp[f], hEff, &sp[f])); in DMProjectLocal_Generic_Plex()
1106 if (maxHeight > 0) PetscCall(PetscFree2(cellsp, cellspIn)); in DMProjectLocal_Generic_Plex()