Lines Matching refs:isCohesiveIn

210   PetscBool          isAffine, isCohesive, isCohesiveIn, transform;  in DMProjectPoint_Field_Private()  local
218 PetscCall(PetscDSIsCohesive(dsIn, &isCohesiveIn)); in DMProjectPoint_Field_Private()
228 if (isCohesiveIn) { in DMProjectPoint_Field_Private()
267 if (isCohesiveIn) { in DMProjectPoint_Field_Private()
279 if (isCohesiveIn) { in DMProjectPoint_Field_Private()
315 if (isCohesiveIn) { in DMProjectPoint_Field_Private()
326 if (isCohesiveIn) { in DMProjectPoint_Field_Private()
336 …if (isCohesiveIn) PetscCall(PetscFEEvaluateFieldJets_Hybrid_Internal(dsIn, NfIn, 0, tp, T, face, q… in DMProjectPoint_Field_Private()
353 if (isCohesiveIn) PetscCall(DMPlexRestoreOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_Field_Private()
369 PetscBool isAffine, isCohesive, isCohesiveIn, transform; in DMProjectPoint_BdField_Private() local
377 PetscCall(PetscDSIsCohesive(dsIn, &isCohesiveIn)); in DMProjectPoint_BdField_Private()
387 if (isCohesiveIn) { in DMProjectPoint_BdField_Private()
432 if (isCohesiveIn) { in DMProjectPoint_BdField_Private()
450 if (isCohesiveIn) { in DMProjectPoint_BdField_Private()
484 if (isCohesiveIn) { in DMProjectPoint_BdField_Private()
501 if (isCohesiveIn) { in DMProjectPoint_BdField_Private()
512 …if (isCohesiveIn) PetscCall(PetscFEEvaluateFieldJets_Hybrid_Internal(dsIn, NfIn, 0, tp, T, face, q… in DMProjectPoint_BdField_Private()
529 if (isCohesiveIn) PetscCall(DMPlexRestoreOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_BdField_Private()
725 …, hasFE = PETSC_FALSE, hasFV = PETSC_FALSE, isCohesive = PETSC_FALSE, isCohesiveIn = PETSC_FALSE, … in DMProjectLocal_Generic_Plex() local
828 PetscCall(PetscDSIsCohesive(dsIn, &isCohesiveIn)); in DMProjectLocal_Generic_Plex()
829 if (isCohesiveIn) --htIncIn; // Should be rearranged in DMProjectLocal_Generic_Plex()
991 if (isCohesiveIn && !cohesive) totDimIn += spDim; in DMProjectLocal_Generic_Plex()
996 …PetscCheck(isCohesiveIn || (numValuesIn == totDimIn), PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "The inp… in DMProjectLocal_Generic_Plex()