Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscviewer.h338 PETSC_EXTERN PetscViewer PETSC_VIEWER_STDERR_(MPI_Comm);
356 #define PETSC_VIEWER_STDERR_SELF PETSC_VIEWER_STDERR_(PETSC_COMM_SELF)
363 #define PETSC_VIEWER_STDERR_WORLD PETSC_VIEWER_STDERR_(PETSC_COMM_WORLD)
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dvcreatea.c115 PetscViewer PETSC_VIEWER_STDERR_(MPI_Comm comm) in PETSC_VIEWER_STDERR_() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi136 PetscViewer PETSC_VIEWER_STDERR_(MPI_Comm) except? NULL
H A DViewer.pyx600 viewer.vwr = PETSC_VIEWER_STDERR_(ccomm)
/petsc/src/dm/impls/plex/tests/
H A Dex18.c1417 PetscViewer errv = PETSC_VIEWER_STDERR_(comm); in DMPlexComparePointSFWithInterface_Private()