Lines Matching refs:isCohesive

74   PetscBool isAffine, isCohesive, transform;  in DMProjectPoint_Func_Private()  local
81 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectPoint_Func_Private()
114 …PetscCheck(isCohesive, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Reference spatial dimension %" PetscIn… in DMProjectPoint_Func_Private()
151 if (isCohesive && !cohesive) { in DMProjectPoint_Func_Private()
159 if (isCohesive && !cohesive) { in DMProjectPoint_Func_Private()
210 PetscBool isAffine, isCohesive, isCohesiveIn, transform; in DMProjectPoint_Field_Private() local
216 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectPoint_Field_Private()
301 if (isCohesive && !cohesive) { in DMProjectPoint_Field_Private()
347 if (isCohesive && !cohesive) { in DMProjectPoint_Field_Private()
369 PetscBool isAffine, isCohesive, isCohesiveIn, transform; in DMProjectPoint_BdField_Private() local
375 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectPoint_BdField_Private()
472 if (isCohesive && !cohesive) { in DMProjectPoint_BdField_Private()
523 if (isCohesive && !cohesive) { in DMProjectPoint_BdField_Private()
725 …PetscBool *isFE, hasFE = PETSC_FALSE, hasFV = PETSC_FALSE, isCohesive = PETSC_FALSE, isCohes… in DMProjectLocal_Generic_Plex() local
833 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectLocal_Generic_Plex()
969 if (isCohesive && !cohesive) totDim += spDim; in DMProjectLocal_Generic_Plex()
1035 …PetscCall(PetscDualSpaceGetAllPointsUnion(Nf, sp, isCohesive ? dim - htInc - 1 : dim - htInc, func… in DMProjectLocal_Generic_Plex()