Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h337 PETSC_INTERN PetscErrorCode DMView_PlexCGNS(DM, PetscViewer);
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2009 PetscErrorCode DMView_PlexCGNS(DM dm, PetscViewer viewer) in DMView_PlexCGNS() function
/petsc/src/dm/impls/plex/
H A Dplex.c2103 PetscCall(DMView_PlexCGNS(dm, viewer)); in DMView_Plex()