Lines Matching refs:isFE
70 …, PetscReal time, PetscFEGeom *fegeom, PetscFVCellGeom *fvgeom, PetscBool isFE[], PetscDualSpace s… in DMProjectPoint_Func_Private() argument
92 if (isFE[f]) { in DMProjectPoint_Func_Private()
533 …time, Vec localU, Vec localA, PetscBool hasFE, PetscBool hasFV, PetscBool isFE[], PetscDualSpace s… in DMProjectPoint_Private() argument
545 …PetscCall(DMProjectPoint_Func_Private(dm, ds, dmIn, dsIn, time, fegeom, &fvgeom, isFE, sp, (PetscE… in DMProjectPoint_Private()
725 …PetscBool *isFE, hasFE = PETSC_FALSE, hasFV = PETSC_FALSE, isCohesive = PETSC_FALSE, isCohes… in DMProjectLocal_Generic_Plex() local
848 PetscCall(PetscMalloc3(Nf, &isFE, Nf, &sp, NfIn, &spIn)); in DMProjectLocal_Generic_Plex()
862 isFE[f] = PETSC_TRUE; in DMProjectLocal_Generic_Plex()
869 isFE[f] = PETSC_FALSE; in DMProjectLocal_Generic_Plex()
874 isFE[f] = PETSC_FALSE; in DMProjectLocal_Generic_Plex()
1054 …, encAux, dsEffAux, chunkgeom, htInc, time, localU, localA, hasFE, hasFV, isFE, sp, point, T, TAux… in DMProjectLocal_Generic_Plex()
1085 …, encAux, dsEffAux, chunkgeom, htInc, time, localU, localA, hasFE, hasFV, isFE, sp, p, T, TAux, ty… in DMProjectLocal_Generic_Plex()
1105 PetscCall(PetscFree3(isFE, sp, spIn)); in DMProjectLocal_Generic_Plex()