Searched defs:num_coords (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 28 PetscCount num_coords, num_leaves, num_stems, num_bucket_indices; member 114 PetscCount num_coords = tree->num_coords, range_size = end - start, location; in PetscKDTreeVerifySortedIndices() local 170 PetscCount num_coords = tree->num_coords; in PetscKDTreeBuildStemAndLeaves() local 236 PetscErrorCode PetscKDTreeCreate(PetscCount num_coords, PetscInt dim, const PetscReal coords[], Pet… in PetscKDTreeCreate()
|
| /petsc/src/vec/is/utils/tests/ |
| H A D | ex1.c | 15 PetscInt num_coords, dim, num_rand_points = 0, bucket_size = PETSC_DECIDE; in main() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 177 PetscInt coords_size, num_coords; in DMPlexGetPointsCentroids() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 1165 PetscInt face = donor_faces[f], num_coords; in DMPlexSetBoxLabel_Internal() local 1181 PetscInt face = periodic_faces[f], num_coords; in DMPlexSetBoxLabel_Internal() local
|