Searched refs:dsDef (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dm.c | 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() [all …]
|