Searched refs:PetscDSSetCohesive (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscds.h | 113 PETSC_EXTERN PetscErrorCode PetscDSSetCohesive(PetscDS, PetscInt, PetscBool);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 946 PetscErrorCode PetscDSSetCohesive(PetscDS ds, PetscInt f, PetscBool isCohesive) in PetscDSSetCohesive() function 3929 PetscCall(PetscDSSetCohesive(dsNew, f, isCohesive)); in PetscDSCopy()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6102 PetscCall(PetscDSSetCohesive(ds, nf, isCohesive)); in DMCreateDS() 6105 PetscCall(PetscDSSetCohesive(dsIn, nf, isCohesive)); in DMCreateDS()
|