Home
last modified time | relevance | path

Searched refs:isCohesiveField (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c625 PetscBool isCohesiveField, auxOnBd = PETSC_FALSE; in PetscFEIntegrateHybridResidual_Basic() local
663 PetscCall(PetscDSGetCohesive(ds, field, &isCohesiveField)); in PetscFEIntegrateHybridResidual_Basic()
666 if (!isCohesiveField && s == 2) { in PetscFEIntegrateHybridResidual_Basic()
731 if (isCohesiveField) { in PetscFEIntegrateHybridResidual_Basic()
/petsc/src/dm/impls/plex/
H A Dplexfem.c5680 PetscBool isCohesiveField; in DMPlexComputeResidualHybridByKey() local
5688 PetscCall(PetscDSGetCohesive(dsIn, f, &isCohesiveField)); in DMPlexComputeResidualHybridByKey()
5690 if (isCohesiveField) { in DMPlexComputeResidualHybridByKey()
5693 PetscCall(PetscDSGetCohesive(dsIn, g, &isCohesiveField)); in DMPlexComputeResidualHybridByKey()
5694 if (!isCohesiveField) break; in DMPlexComputeResidualHybridByKey()
5762 PetscBool isCohesiveField; in DMPlexComputeResidualHybridByKey() local
5780 PetscCall(PetscDSGetCohesive(ds, f, &isCohesiveField)); in DMPlexComputeResidualHybridByKey()
6842 PetscBool isCohesiveField; in DMPlexComputeJacobianHybridByKey() local
6860 PetscCall(PetscDSGetCohesive(ds, fieldI, &isCohesiveField)); in DMPlexComputeJacobianHybridByKey()
/petsc/src/dm/interface/
H A Ddm.c6133 PetscBool isCohesiveField; in DMCreateDS() local
6137 if (dsnf) PetscCall(PetscDSGetCohesive(ds, f, &isCohesiveField)); in DMCreateDS()
6140 if (!isCohesiveField) { in DMCreateDS()