Searched refs:global_min_max (Results 1 – 1 of 1) sorted by relevance
387 PetscInt local_min_max[2] = {0}, global_min_max[2] = {0, PETSC_INT_MAX}; in MatCreateCeed() local390 …PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm_x), local_min_max, global_min_max)); in MatCreateCeed()391 max_vblock_size = global_min_max[1]; in MatCreateCeed()