Searched refs:PETSC_VIEWER_LOAD_BALANCE (Results 1 – 14 of 14) sorted by relevance
55 PETSC_VIEWER_LOAD_BALANCE
58 LOAD_BALANCE = PETSC_VIEWER_LOAD_BALANCE
32 if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMView_DA_1d()
27 if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMView_DA_2d()
34 if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMView_DA_3d()
177 PETSC_VIEWER_LOAD_BALANCE, enumerator
782 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in VecView()805 …if ((format == PETSC_VIEWER_NATIVE || format == PETSC_VIEWER_LOAD_BALANCE) && vec->ops->viewnative… in VecView()
67 if (format == PETSC_VIEWER_LOAD_BALANCE) { in VecView_MPI_ASCII()
337 The `PetscViewer` format `PETSC_VIEWER_LOAD_BALANCE` will cause certain361 `PETSC_VIEWER_LOAD_BALANCE`.
1131 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in MatView()1222 …if ((format == PETSC_VIEWER_NATIVE || format == PETSC_VIEWER_LOAD_BALANCE) && mat->ops->viewnative… in MatView()
1001 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in DMView()
1353 case PETSC_VIEWER_LOAD_BALANCE: { in DMView_ASCII_pforest()
1275 if (format == PETSC_VIEWER_LOAD_BALANCE) { in MatView_MPIAIJ_ASCIIorDraworSocket()
1527 } else if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMPlexView_Ascii()