Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D319.md222 - Now `DMGetCellDS()`, `DMGetRegionDS()`, `DMSetRegionDS()`, `DMGetRegionNumDS()`, `DMSetRegionNumD…
/petsc/src/dm/interface/
H A Ddm.c86 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 Dpetscdm.h337 PETSC_EXTERN PetscErrorCode DMSetRegionDS(DM, DMLabel, IS, PetscDS, PetscDS);