Lines Matching refs:cohesive
86 PetscBool cohesive; in DMProjectPoint_Func_Private() local
89 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectPoint_Func_Private()
151 if (isCohesive && !cohesive) { in DMProjectPoint_Func_Private()
159 if (isCohesive && !cohesive) { in DMProjectPoint_Func_Private()
293 PetscBool cohesive; in DMProjectPoint_Field_Private() local
297 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectPoint_Field_Private()
301 if (isCohesive && !cohesive) { in DMProjectPoint_Field_Private()
347 if (isCohesive && !cohesive) { in DMProjectPoint_Field_Private()
464 PetscBool cohesive; in DMProjectPoint_BdField_Private() local
468 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectPoint_BdField_Private()
472 if (isCohesive && !cohesive) { in DMProjectPoint_BdField_Private()
523 if (isCohesive && !cohesive) { in DMProjectPoint_BdField_Private()
963 PetscBool cohesive; in DMProjectLocal_Generic_Plex() local
966 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectLocal_Generic_Plex()
969 if (isCohesive && !cohesive) totDim += spDim; in DMProjectLocal_Generic_Plex()
985 PetscBool cohesive; in DMProjectLocal_Generic_Plex() local
988 PetscCall(PetscDSGetCohesive(dsIn, f, &cohesive)); in DMProjectLocal_Generic_Plex()
991 if (isCohesiveIn && !cohesive) totDimIn += spDim; in DMProjectLocal_Generic_Plex()