Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmat-ceed.c387 PetscInt local_min_max[2] = {0}, global_min_max[2] = {0, PETSC_INT_MAX}; in MatCreateCeed() local
390 …PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm_x), local_min_max, global_min_max)); in MatCreateCeed()
391 max_vblock_size = global_min_max[1]; in MatCreateCeed()