Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi55 PETSC_VIEWER_LOAD_BALANCE
H A DViewer.pyx58 LOAD_BALANCE = PETSC_VIEWER_LOAD_BALANCE
/petsc/src/dm/impls/da/
H A Dda1.c32 if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMView_DA_1d()
H A Dda2.c27 if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMView_DA_2d()
H A Dda3.c34 if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMView_DA_3d()
/petsc/include/
H A Dpetscviewer.h177 PETSC_VIEWER_LOAD_BALANCE, enumerator
/petsc/src/vec/vec/interface/
H A Dvector.c782 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()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c67 if (format == PETSC_VIEWER_LOAD_BALANCE) { in VecView_MPI_ASCII()
/petsc/doc/manual/
H A Dother.md337 The `PetscViewer` format `PETSC_VIEWER_LOAD_BALANCE` will cause certain
361 `PETSC_VIEWER_LOAD_BALANCE`.
/petsc/src/mat/interface/
H A Dmatrix.c1131 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()
/petsc/src/dm/interface/
H A Ddm.c1001 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in DMView()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1353 case PETSC_VIEWER_LOAD_BALANCE: { in DMView_ASCII_pforest()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c1275 if (format == PETSC_VIEWER_LOAD_BALANCE) { in MatView_MPIAIJ_ASCIIorDraworSocket()
/petsc/src/dm/impls/plex/
H A Dplex.c1527 } else if (format == PETSC_VIEWER_LOAD_BALANCE) { in DMPlexView_Ascii()