Lines Matching refs:domain_label

27 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)…  in DMFieldToDSField()  argument
34 PetscCall(DMGetRegionDS(dm, domain_label, &field_is, &ds, NULL)); in DMFieldToDSField()
64 PetscErrorCode DMPlexCeedElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedElemRestrictionCreate() argument
70 …PetscCall(DMPlexGetLocalOffsets(dm, domain_label, label_value, height, dm_field, &num_elem, &elem_… in DMPlexCeedElemRestrictionCreate()
94 PetscErrorCode DMPlexCeedElemRestrictionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCoordinateCreate() argument
103 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, re… in DMPlexCeedElemRestrictionCoordinateCreate()
124 static PetscErrorCode DMPlexCeedElemRestrictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label in DMPlexCeedElemRestrictionStridedCreate() argument
137 if (domain_label) { in DMPlexCeedElemRestrictionStridedCreate()
140 PetscCall(DMLabelGetStratumIS(domain_label, label_value, &domain_is)); in DMPlexCeedElemRestrictionStridedCreate()
164 PetscCall(DMGetRegionDS(dm, domain_label, NULL, &ds, NULL)); in DMPlexCeedElemRestrictionStridedCreate()
165 PetscCall(DMFieldToDSField(dm, domain_label, dm_field, &ds_field)); in DMPlexCeedElemRestrictionStridedCreate()
180 PetscCall(DMGetRegionDS(dm, domain_label, NULL, &ds, NULL)); in DMPlexCeedElemRestrictionStridedCreate()
181 PetscCall(DMFieldToDSField(dm, domain_label, dm_field, &ds_field)); in DMPlexCeedElemRestrictionStridedCreate()
211 PetscErrorCode DMPlexCeedElemRestrictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscIn… in DMPlexCeedElemRestrictionQDataCreate() argument
214 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionQDataCreate()
234 PetscErrorCode DMPlexCeedElemRestrictionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCollocatedCreate() argument
237 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionCollocatedCreate()
263 PetscErrorCode BasisCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_val… in BasisCreateFromTabulation() argument
284 if (!domain_label) { in BasisCreateFromTabulation()
293 …PetscCall(DMGetFirstLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height… in BasisCreateFromTabulation()
356 PetscErrorCode CreateBasisFromPlex(Ceed ceed, DM dm, DMLabel domain_label, CeedInt label_value, Cee… in CreateBasisFromPlex() argument
365 PetscCall(DMGetRegionDS(dm, domain_label, NULL, &ds, NULL)); in CreateBasisFromPlex()
366 PetscCall(DMFieldToDSField(dm, domain_label, dm_field, &ds_field)); in CreateBasisFromPlex()
380 …PetscCall(BasisCreateFromTabulation(ceed, dm, domain_label, label_value, height, face, fe, basis_t… in CreateBasisFromPlex()