Searched refs:DMSetUpGLVisViewer_DMDA (Results 1 – 3 of 3) sorted by relevance
122 PETSC_INTERN PetscErrorCode DMSetUpGLVisViewer_DMDA(PetscObject, PetscViewer);
142 PetscErrorCode DMSetUpGLVisViewer_DMDA(PetscObject oda, PetscViewer viewer) in DMSetUpGLVisViewer_DMDA() function368 if (!da) PetscCall(DMSetUpGLVisViewer_DMDA((PetscObject)dm, NULL)); in DMDAView_GLVis_ASCII()
436 …Call(PetscObjectComposeFunction((PetscObject)da, "DMSetUpGLVisViewer_C", DMSetUpGLVisViewer_DMDA)); in DMCreate_DA()