Lines Matching refs:label_value
64 …ElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionCreate() argument
70 …PetscCall(DMPlexGetLocalOffsets(dm, domain_label, label_value, height, dm_field, &num_elem, &elem_… in DMPlexCeedElemRestrictionCreate()
94 …ctionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionCoordinateCreate() argument
103 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, re… in DMPlexCeedElemRestrictionCoordinateCreate()
124 …trictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionStridedCreate() argument
140 PetscCall(DMLabelGetStratumIS(domain_label, label_value, &domain_is)); in DMPlexCeedElemRestrictionStridedCreate()
211 …estrictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionQDataCreate() argument
214 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionQDataCreate()
234 …ctionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionCollocatedCreate() argument
237 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionCollocatedCreate()
263 …sCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in BasisCreateFromTabulation() argument
266 PetscInt ids[1] = {label_value}; in BasisCreateFromTabulation()
356 PetscErrorCode CreateBasisFromPlex(Ceed ceed, DM dm, DMLabel domain_label, CeedInt label_value, Cee… in CreateBasisFromPlex() argument
380 …PetscCall(BasisCreateFromTabulation(ceed, dm, domain_label, label_value, height, face, fe, basis_t… in CreateBasisFromPlex()