Lines Matching refs:dsDef
5611 PetscDS dsDef = NULL; in DMGetCellDS() local
5625 dsDef = dm->probs[s].ds; in DMGetCellDS()
5635 if (ds && !*ds) *ds = dsDef; in DMGetCellDS()
5936 PetscDS dsDef; in DMCreateDS() local
5981 PetscCall(DMGetRegionDS(dm, NULL, NULL, &dsDef, NULL)); in DMCreateDS()
5982 if (!dsDef && Ndef && !Nl) { in DMCreateDS()
5997 PetscCall(PetscDSCreate(PETSC_COMM_SELF, &dsDef)); in DMCreateDS()
5998 PetscCall(DMSetRegionDS(dm, NULL, fields, dsDef, NULL)); in DMCreateDS()
5999 PetscCall(PetscDSDestroy(&dsDef)); in DMCreateDS()
6002 PetscCall(DMGetRegionDS(dm, NULL, NULL, &dsDef, NULL)); in DMCreateDS()
6003 if (dsDef) PetscCall(PetscDSSetCoordinateDimension(dsDef, dE)); in DMCreateDS()
6045 PetscCall(PetscDSCreate(PETSC_COMM_SELF, &dsDef)); in DMCreateDS()
6046 PetscCall(DMSetRegionDS(dm, cellLabel, fieldIS, dsDef, NULL)); in DMCreateDS()
6047 PetscCall(PetscDSSetCoordinateDimension(dsDef, dE)); in DMCreateDS()
6049 PetscCall(PetscDSDestroy(&dsDef)); in DMCreateDS()