Searched refs:spIn (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 848 PetscCall(PetscMalloc3(Nf, &isFE, Nf, &sp, NfIn, &spIn)); in DMProjectLocal_Generic_Plex() 852 cellspIn = spIn; 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() 987 if (!spIn[f]) continue; in DMProjectLocal_Generic_Plex() 989 PetscCall(PetscDualSpaceGetDimension(spIn[f], &spDim)); in DMProjectLocal_Generic_Plex() 1105 PetscCall(PetscFree3(isFE, sp, spIn)); in DMProjectLocal_Generic_Plex()
|