History log of /petsc/src/dm/interface/dmglvis.c (Results 26 – 27 of 27)
Revision Date Author Comments
# 2e0aa6f0 05-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'dalcinl/glvis' [PR #1153]

* dalcinl/glvis:
GLVis Enhancements
GLVis: Add command line options
GLVis: Change visualization defaults for 1D/2D mesh/solution
GLVis: Add command line optio

Merge branch 'dalcinl/glvis' [PR #1153]

* dalcinl/glvis:
GLVis Enhancements
GLVis: Add command line options
GLVis: Change visualization defaults for 1D/2D mesh/solution
GLVis: Add command line options to send arbitrary keys and commands
GLVis: Refactor implementation for DMs and Vec
Do not use nonlocal returns (setjmp/longjmp) for I/O error handling.
Add PetscGLVisCollective{Begin|End}() to handle closed windows.
Remove duplicated code in Plex and DA, use instead a routine with a callback in charge of dumping data to the GLVis server.

show more ...


# 0286d493 30-Sep-2018 Lisandro Dalcin <dalcinl@gmail.com>

GLVis: Refactor implementation for DMs and Vec

* Do not use nonlocal returns (setjmp/longjmp) for I/O error handling.
* Add PetscGLVisCollective{Begin|End}() to handle closed windows.
* Remove dupli

GLVis: Refactor implementation for DMs and Vec

* Do not use nonlocal returns (setjmp/longjmp) for I/O error handling.
* Add PetscGLVisCollective{Begin|End}() to handle closed windows.
* Remove duplicated code in Plex and DA, use instead a routine
with a callback in charge of dumping data to the GLVis server.

show more ...


12