Searched refs:ids (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 266 PetscInt ids[1] = {label_value}; in BasisCreateFromTabulation() local 289 ids[0] = depth - height; in BasisCreateFromTabulation() 293 …PetscCall(DMGetFirstLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height… in BasisCreateFromTabulation()
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 253 PetscInt ids[1] = {label_value}; in BasisCreateFromTabulation() local 277 ids[0] = depth - height; in BasisCreateFromTabulation() 281 …PetscCall(DMGetFirstLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height… in BasisCreateFromTabulation()
|