Lines Matching refs:cds
2918 PetscDS cds; in DMPlexCreateHexCylinderMesh_Internal() local
2923 PetscCall(DMGetDS(cdm, &cds)); in DMPlexCreateHexCylinderMesh_Internal()
2924 PetscCall(PetscDSSetConstants(cds, 2, c)); in DMPlexCreateHexCylinderMesh_Internal()
3659 PetscDS cds; in DMPlexCreateSphereMesh_Internal() local
3665 PetscCall(DMGetDS(cdm, &cds)); in DMPlexCreateSphereMesh_Internal()
3666 PetscCall(PetscDSSetConstants(cds, 1, &c)); in DMPlexCreateSphereMesh_Internal()
4876 PetscDS cds; in DMPlexCreateFromOptions_Internal() local
4885 PetscCall(DMGetDS(cdm, &cds)); in DMPlexCreateFromOptions_Internal()
4886 PetscCall(PetscDSSetConstants(cds, 2, bounds)); in DMPlexCreateFromOptions_Internal()
5376 PetscDS cds; in DMSetFromOptions_Plex() local
5380 PetscCall(DMGetDS(cdm, &cds)); in DMSetFromOptions_Plex()
5381 PetscCall(PetscDSGetDiscretization(cds, 0, &obj)); in DMSetFromOptions_Plex()
5554 PetscDS cds; in DMSetFromOptions_Plex() local
5557 PetscCall(DMGetDS(cdm, &cds)); in DMSetFromOptions_Plex()
5558 PetscCall(PetscDSSetConstants(cds, Np, params)); in DMSetFromOptions_Plex()
5576 PetscDS cds; in DMSetFromOptions_Plex() local
5585 PetscCall(DMGetDS(cdm, &cds)); in DMSetFromOptions_Plex()
5586 PetscCall(PetscDSGetNumFields(cds, &Nf)); in DMSetFromOptions_Plex()
5588 PetscCall(PetscDSGetDiscretization(cds, 0, &obj)); in DMSetFromOptions_Plex()