Lines Matching refs:height
80 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, 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 …tionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionCoordinateCreate() argument
146 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, re… in DMPlexCeedElemRestrictionCoordinateCreate()
166 …rictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionStridedCreate() argument
178 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate()
209 PetscCall(PetscFEGetHeightSubspace(fe, height, &fe)); in DMPlexCeedElemRestrictionStridedCreate()
225 PetscCall(PetscFEGetHeightSubspace(fe, height, &fe)); in DMPlexCeedElemRestrictionStridedCreate()
252 …strictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionQDataCreate() argument
255 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionQDataCreate()
274 …tionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionCollocatedCreate() argument
277 …PetscCall(DMPlexCeedElemRestrictionStridedCreate(ceed, dm, domain_label, label_value, height, q_da… in DMPlexCeedElemRestrictionCollocatedCreate()
495 …ode GetGlobalDMPlexPolytopeType(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in GetGlobalDMPlexPolytopeType() argument
508 ids[0] = depth - height; in GetGlobalDMPlexPolytopeType()
512 …tLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height, &first_point, NUL… in GetGlobalDMPlexPolytopeType()
764 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in DMPlexCeedBasisCreate() argument
777 label_name ? label_name : "NONE", label_value, height, dm_field)); in DMPlexCeedBasisCreate()
797 PetscCall(PetscFEGetHeightSubspace(fe, height, &fe)); in DMPlexCeedBasisCreate()
818 PetscCall(GetGlobalDMPlexPolytopeType(dm, domain_label, label_value, height, &cell_type)); in DMPlexCeedBasisCreate()
879 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, CeedBasis *basis)… in DMPlexCeedBasisCoordinateCreate() argument
884 PetscCall(DMPlexCeedBasisCreate(ceed, dm_coord, domain_label, label_value, height, 0, basis)); in DMPlexCeedBasisCoordinateCreate()
925 …oordinateCreateField(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, 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()
986 PetscInt ds_field = -1, height = 0; in DMPlexCeedBasisCellToFaceCreate() local
1007 PetscCall(GetGlobalDMPlexPolytopeType(dm, domain_label, label_value, height, &cell_type)); in DMPlexCeedBasisCellToFaceCreate()
1184 …ode DMGetStratumISAtHeight(DM dm, const char name[], PetscInt value, PetscInt height, IS *points) { in DMGetStratumISAtHeight() argument
1192 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMGetStratumISAtHeight()