Searched refs:newl2g (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 2964 PetscBool lnewl2g, newl2g; in MatAssemblyEnd_IS() local 2975 …PetscCallMPI(MPIU_Allreduce(&lnewl2g, &newl2g, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObjec… in MatAssemblyEnd_IS() 2981 …PetscCallMPI(MPIU_Allreduce(&lnewl2g, &newl2g, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObjec… in MatAssemblyEnd_IS() 2987 if (newl2g) { in MatAssemblyEnd_IS()
|