Lines Matching refs:label_value

80 …ElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh…  in DMPlexCeedElemRestrictionCreate()  argument
92 label_name ? label_name : "NONE", label_value, height, dm_field)); in DMPlexCeedElemRestrictionCreate()
105 …PetscCall(DMPlexGetLocalOffsets(dm, domain_label, label_value, height, dm_field, &num_elem, &elem_… in DMPlexCeedElemRestrictionCreate()
137 …ctionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionCoordinateCreate() argument
146 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, re… in DMPlexCeedElemRestrictionCoordinateCreate()
166 …trictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionStridedCreate() argument
182 PetscCall(DMLabelGetStratumIS(domain_label, label_value, &domain_is)); in DMPlexCeedElemRestrictionStridedCreate()
252 …estrictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionQDataCreate() argument
255 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionQDataCreate()
274 …ctionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedElemRestrictionCollocatedCreate() argument
277 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionCollocatedCreate()
495 …Code GetGlobalDMPlexPolytopeType(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in GetGlobalDMPlexPolytopeType() argument
498 PetscInt ids[1] = {label_value}; in GetGlobalDMPlexPolytopeType()
764 PetscErrorCode DMPlexCeedBasisCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, … in DMPlexCeedBasisCreate() argument
777 label_name ? label_name : "NONE", label_value, height, dm_field)); in DMPlexCeedBasisCreate()
818 PetscCall(GetGlobalDMPlexPolytopeType(dm, domain_label, label_value, height, &cell_type)); in DMPlexCeedBasisCreate()
879 …BasisCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedBasisCoordinateCreate() argument
884 PetscCall(DMPlexCeedBasisCreate(ceed, dm_coord, domain_label, label_value, height, 0, basis)); in DMPlexCeedBasisCoordinateCreate()
925 …CoordinateCreateField(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt heigh… in DMPlexCeedCoordinateCreateField() argument
930 …PetscCall(DMPlexCeedElemRestrictionCoordinateCreate(ceed, dm, domain_label, label_value, height, &… in DMPlexCeedCoordinateCreateField()
935 …if (basis) PetscCall(DMPlexCeedBasisCoordinateCreate(ceed, dm, domain_label, label_value, height, … in DMPlexCeedCoordinateCreateField()
984 …BasisCellToFaceCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face,… in DMPlexCeedBasisCellToFaceCreate() argument
1007 PetscCall(GetGlobalDMPlexPolytopeType(dm, domain_label, label_value, height, &cell_type)); in DMPlexCeedBasisCellToFaceCreate()
1040 …ToFaceCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face, in DMPlexCeedBasisCellToFaceCoordinateCreate() argument
1049 …PetscCall(DMPlexCeedBasisCellToFaceCreate(ceed, dm_coord, domain_label, label_value, face, 0, basi… in DMPlexCeedBasisCellToFaceCoordinateCreate()