Lines Matching refs:fieldActive
533 …oundaryConditionType type, PetscVoidFn **funcs, void **ctxs, PetscBool fieldActive[], PetscScalar … in DMProjectPoint_Private() argument
945 PetscBool *fieldActive; in DMProjectLocal_Generic_Plex() local
1002 PetscCall(DMGetWorkArray(dm, NfTot, MPI_INT, &fieldActive)); in DMProjectLocal_Generic_Plex()
1007 for (f = 0; f < NfTot; ++f) fieldActive[f] = PETSC_FALSE; in DMProjectLocal_Generic_Plex()
1008 … for (f = 0; f < Nf; ++f) fieldActive[fields[f]] = (funcs[f] && sp[f]) ? PETSC_TRUE : PETSC_FALSE; in DMProjectLocal_Generic_Plex()
1054 …, localU, localA, hasFE, hasFV, isFE, sp, point, T, TAux, type, funcs, ctxs, fieldActive, values)); in DMProjectLocal_Generic_Plex()
1055 …rm) PetscCall(DMPlexBasisTransformPoint_Internal(plex, tdm, tv, point, fieldActive, PETSC_FALSE, v… in DMProjectLocal_Generic_Plex()
1056 …PetscCall(DMPlexVecSetFieldClosure_Internal(plex, section, localX, fieldActive, point, Ncc, comps,… in DMProjectLocal_Generic_Plex()
1085 …time, localU, localA, hasFE, hasFV, isFE, sp, p, T, TAux, type, funcs, ctxs, fieldActive, values)); in DMProjectLocal_Generic_Plex()
1086 …if (transform) PetscCall(DMPlexBasisTransformPoint_Internal(plex, tdm, tv, p, fieldActive, PETSC_F… in DMProjectLocal_Generic_Plex()
1087 …PetscCall(DMPlexVecSetFieldClosure_Internal(plex, section, localX, fieldActive, p, Ncc, comps, NUL… in DMProjectLocal_Generic_Plex()
1096 PetscCall(DMRestoreWorkArray(dm, Nf, MPI_INT, &fieldActive)); in DMProjectLocal_Generic_Plex()