Searched refs:part_local_dofs (Results 1 – 1 of 1) sorted by relevance
364 PetscInt part_owned_dofs[3], part_local_dofs[3], part_boundary_dofs[3], part_neighbors[3]; in PrintRunInfo() local384 part_local_dofs[0] = gather_buffer[0]; // min in PrintRunInfo()385 part_local_dofs[1] = gather_buffer[comm_size - 1]; // max in PrintRunInfo()386 part_local_dofs[2] = gather_buffer[median_index]; // median in PrintRunInfo()387 … PetscReal part_local_dof_ratio = (PetscReal)part_local_dofs[1] / (PetscReal)part_local_dofs[2]; in PrintRunInfo()390 …num_comp_q, part_local_dofs[0] / num_comp_q, part_local_dofs[1] / num_comp_q, part_local_dofs[2] /… in PrintRunInfo()