Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Ddm_utils.c265 PetscInt first_point; in BasisCreateFromTabulation() local
293 …beledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height, &first_point, NULL)); in BasisCreateFromTabulation()
294 PetscCall(DMPlexGetCellType(dm, first_point, &cell_type)); in BasisCreateFromTabulation()
/libCEED/examples/petsc/src/
H A Dpetscutils.c252 PetscInt first_point; in BasisCreateFromTabulation() local
281 …beledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height, &first_point, NULL)); in BasisCreateFromTabulation()
282 PetscCall(DMPlexGetCellType(dm, first_point, &cell_type)); in BasisCreateFromTabulation()