Lines Matching refs:cohesive
1776 PetscBool cohesive; in DMComputeL2FieldDiff_Plex() local
1778 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMComputeL2FieldDiff_Plex()
1788 if (isCohesive && !cohesive) { in DMComputeL2FieldDiff_Plex()
3907 PetscBool cohesive; in DMPlexGetHybridCellFields() local
3909 PetscCall(PetscDSGetCohesive(dsIn, f, &cohesive)); in DMPlexGetHybridCellFields()
3910 if (!cohesive) continue; in DMPlexGetHybridCellFields()
3941 PetscBool cohesive; in DMPlexGetHybridCellFields() local
3943 PetscCall(PetscDSGetCohesive(dsIn, f, &cohesive)); in DMPlexGetHybridCellFields()
3944 if (cohesive) continue; in DMPlexGetHybridCellFields()
5805 PetscBool cohesive; in DMPlexComputeResidualHybridByKey() local
5809 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMPlexComputeResidualHybridByKey()
5811 …PetscCheck(cohesive, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Scaling should not happen for face fie… in DMPlexComputeResidualHybridByKey()
5816 const PetscInt N = cohesive ? Nb : Nb * 2; in DMPlexComputeResidualHybridByKey()
6904 PetscBool cohesive; in DMPlexComputeJacobianHybridByKey() local
6908 PetscCall(PetscDSGetCohesive(ds, fieldI, &cohesive)); in DMPlexComputeJacobianHybridByKey()
6911 …PetscCheck(cohesive, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Scaling should not happen for face fie… in DMPlexComputeJacobianHybridByKey()
6919 const PetscInt N = cohesive ? Nb : Nb * 2; in DMPlexComputeJacobianHybridByKey()