Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddmperiodicity.c340 PetscBool isLocalized, sparseLocalize, useDG = PETSC_FALSE, useDGGlobal; in DMLocalizeCoordinates() local
412 PetscCallMPI(MPIU_Allreduce(&useDG, &useDGGlobal, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMLocalizeCoordinates()
413 if (!useDGGlobal) goto end; in DMLocalizeCoordinates()