Searched refs:cellspIn (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 721 PetscDualSpace *sp, *cellsp, *spIn, *cellspIn; in DMProjectLocal_Generic_Plex() local 849 if (maxHeight > 0) PetscCall(PetscMalloc2(Nf, &cellsp, NfIn, &cellspIn)); in DMProjectLocal_Generic_Plex() 852 cellspIn = spIn; in DMProjectLocal_Generic_Plex() 886 PetscCall(PetscFEGetDualSpace(fe, &cellspIn[f])); in DMProjectLocal_Generic_Plex() 891 PetscCall(PetscFVGetDualSpace(fv, &cellspIn[f])); in DMProjectLocal_Generic_Plex() 893 cellspIn[f] = NULL; in DMProjectLocal_Generic_Plex() 913 spIn[f] = cellspIn[f]; in DMProjectLocal_Generic_Plex() 914 } else PetscCall(PetscDualSpaceGetHeightSubspace(cellspIn[f], htIncIn, &spIn[f])); in DMProjectLocal_Generic_Plex() 1106 if (maxHeight > 0) PetscCall(PetscFree2(cellsp, cellspIn)); in DMProjectLocal_Generic_Plex()
|