Searched refs:first_point (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 265 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 D | petscutils.c | 252 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()
|