Home
last modified time | relevance | path

Searched refs:DMPlexView_GLVis (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h275 PETSC_INTERN PetscErrorCode DMPlexView_GLVis(DM, PetscViewer);
/petsc/src/dm/impls/plex/
H A Dplexglvis.c1180 PetscErrorCode DMPlexView_GLVis(DM dm, PetscViewer viewer) in DMPlexView_GLVis() function
H A Dplex.c2064 if (format == PETSC_VIEWER_ASCII_GLVIS) PetscCall(DMPlexView_GLVis(dm, viewer)); in DMView_Plex()
2081 PetscCall(DMPlexView_GLVis(dm, viewer)); in DMView_Plex()