Home
last modified time | relevance | path

Searched refs:PetscDSGetCohesive (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexproject.c89 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectPoint_Func_Private()
297 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectPoint_Field_Private()
468 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectPoint_BdField_Private()
966 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMProjectLocal_Generic_Plex()
988 PetscCall(PetscDSGetCohesive(dsIn, f, &cohesive)); in DMProjectLocal_Generic_Plex()
H A Dplexfem.c1778 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMComputeL2FieldDiff_Plex()
3909 PetscCall(PetscDSGetCohesive(dsIn, f, &cohesive)); in DMPlexGetHybridCellFields()
3943 PetscCall(PetscDSGetCohesive(dsIn, f, &cohesive)); in DMPlexGetHybridCellFields()
5688 PetscCall(PetscDSGetCohesive(dsIn, f, &isCohesiveField)); in DMPlexComputeResidualHybridByKey()
5693 PetscCall(PetscDSGetCohesive(dsIn, g, &isCohesiveField)); in DMPlexComputeResidualHybridByKey()
5780 PetscCall(PetscDSGetCohesive(ds, f, &isCohesiveField)); in DMPlexComputeResidualHybridByKey()
5809 PetscCall(PetscDSGetCohesive(ds, f, &cohesive)); in DMPlexComputeResidualHybridByKey()
6860 PetscCall(PetscDSGetCohesive(ds, fieldI, &isCohesiveField)); in DMPlexComputeJacobianHybridByKey()
6908 PetscCall(PetscDSGetCohesive(ds, fieldI, &cohesive)); in DMPlexComputeJacobianHybridByKey()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c663 PetscCall(PetscDSGetCohesive(ds, field, &isCohesiveField)); in PetscFEIntegrateHybridResidual_Basic()
1129 PetscCall(PetscDSGetCohesive(ds, fieldI, &isCohesiveFieldI)); in PetscFEIntegrateHybridJacobian_Basic()
1130 PetscCall(PetscDSGetCohesive(ds, fieldJ, &isCohesiveFieldJ)); in PetscFEIntegrateHybridJacobian_Basic()
/petsc/src/dm/dt/interface/
H A Ddtds.c922 PetscErrorCode PetscDSGetCohesive(PetscDS ds, PetscInt f, PetscBool *isCohesive) in PetscDSGetCohesive() function
2758 PetscCall(PetscDSGetCohesive(ds, g, &cohesive)); in PetscDSGetFieldOffsetCohesive()
3928 PetscCall(PetscDSGetCohesive(ds, f, &isCohesive)); in PetscDSCopy()
/petsc/include/
H A Dpetscds.h112 PETSC_EXTERN PetscErrorCode PetscDSGetCohesive(PetscDS, PetscInt, PetscBool *);
/petsc/src/dm/dt/fe/interface/
H A Dfe.c2428 PetscCall(PetscDSGetCohesive(ds, f, &isCohesive)); in PetscFEEvaluateFieldJets_Hybrid_Internal()
/petsc/src/dm/interface/
H A Ddm.c6137 if (dsnf) PetscCall(PetscDSGetCohesive(ds, f, &isCohesiveField)); in DMCreateDS()