| 62015213 | 15-Mar-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscViewerFileSetName_VTK: Do not use PetscViewerPushFormat()
There is no point for this call to consume one entry of the format stack. We could use PetscViewerSetFormat() but it was deprecated lon
PetscViewerFileSetName_VTK: Do not use PetscViewerPushFormat()
There is no point for this call to consume one entry of the format stack. We could use PetscViewerSetFormat() but it was deprecated long ago.
show more ...
|
| a97b86ec | 15-Mar-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscOptionsGetViewer: Get VTK format from viewer if not specified
PetscViewerSetName() for the VTK viewer pushes a specific VTK format chosen from the file extension, so let's use as a better defau
PetscOptionsGetViewer: Get VTK format from viewer if not specified
PetscViewerSetName() for the VTK viewer pushes a specific VTK format chosen from the file extension, so let's use as a better default.
show more ...
|