Searched refs:useDGGlobal (Results 1 – 1 of 1) sorted by relevance
340 PetscBool isLocalized, sparseLocalize, useDG = PETSC_FALSE, useDGGlobal; in DMLocalizeCoordinates() local412 PetscCallMPI(MPIU_Allreduce(&useDG, &useDGGlobal, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMLocalizeCoordinates()413 if (!useDGGlobal) goto end; in DMLocalizeCoordinates()