Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddmglvis.c6 PetscErrorCode DMView_GLVis(DM dm, PetscViewer viewer, PetscErrorCode (*DMView_GLVis_ASCII)(DM, Pet… in DMView_GLVis() function
/petsc/include/petsc/private/
H A Ddmimpl.h354 PETSC_INTERN PetscErrorCode DMView_GLVis(DM, PetscViewer, PetscErrorCode (*)(DM, PetscViewer));
/petsc/src/dm/impls/da/
H A Dgrglvis.c511 PetscCall(DMView_GLVis(dm, viewer, DMDAView_GLVis_ASCII)); in DMView_DA_GLVis()
/petsc/src/dm/impls/plex/
H A Dplexglvis.c1183 PetscCall(DMView_GLVis(dm, viewer, DMPlexView_GLVis_ASCII)); in DMPlexView_GLVis()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1441 #define DMView_GLVis_pforest _append_pforest(DMView_GLVis)