Searched refs:DMSetRegionDS (Results 1 – 3 of 3) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 319.md | 222 - Now `DMGetCellDS()`, `DMGetRegionDS()`, `DMSetRegionDS()`, `DMGetRegionNumDS()`, `DMSetRegionNumD…
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 86 PetscCall(DMSetRegionDS(v, NULL, NULL, ds, NULL)); in DMCreate() 5712 PetscErrorCode DMSetRegionDS(DM dm, DMLabel label, IS fields, PetscDS ds, PetscDS dsIn) in DMSetRegionDS() function 5998 PetscCall(DMSetRegionDS(dm, NULL, fields, dsDef, NULL)); in DMCreateDS() 6046 PetscCall(DMSetRegionDS(dm, cellLabel, fieldIS, dsDef, NULL)); in DMCreateDS() 6112 PetscCall(DMSetRegionDS(dm, label, fields, ds, dsIn)); in DMCreateDS() 6334 PetscCall(DMSetRegionDS(dm, label, fields, dsNew, dsInNew)); in DMTransferDS_Internal()
|
| /petsc/include/ |
| H A D | petscdm.h | 337 PETSC_EXTERN PetscErrorCode DMSetRegionDS(DM, DMLabel, IS, PetscDS, PetscDS);
|