Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c467 PetscInt part_owned_dofs[3], part_local_dofs[3], part_boundary_dofs[3], part_neighbors[3]; in PrintRunInfo() local
536 part_neighbors[0] = gather_buffer[0]; // min in PrintRunInfo()
537 part_neighbors[1] = gather_buffer[comm_size - 1]; // max in PrintRunInfo()
538 part_neighbors[2] = gather_buffer[median_index]; // median in PrintRunInfo()
539 … PetscReal part_neighbors_ratio = (PetscReal)part_neighbors[1] / (PetscReal)part_neighbors[2]; in PrintRunInfo()
541part_neighbors[0], part_neighbors[1], part_neighbors[2], part_neighbors_ratio)); in PrintRunInfo()
561 part_neighbors[0] = gather_buffer[0]; // min in PrintRunInfo()
562 part_neighbors[1] = gather_buffer[comm_size - 1]; // max in PrintRunInfo()
563 part_neighbors[2] = gather_buffer[median_index]; // median in PrintRunInfo()
564 … PetscReal part_neighbors_ratio = (PetscReal)part_neighbors[1] / (PetscReal)part_neighbors[2]; in PrintRunInfo()
[all …]