Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/src/
H A Ddm_utils.c266 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 Dpetscutils.c253 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()