Home
last modified time | relevance | path

Searched refs:local_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
389 …for (PetscInt i = 0; i < num_blocks; i++) local_min_max[1] = PetscMax(local_min_max[1], vblock_siz… in MatCreateCeed()
390 …PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm_x), local_min_max, global_min_max)); in MatCreateCeed()