| 95109d7d | 29-Jan-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: add Vec viewers and loaders via plex
These can be replaced with p4est native vtk routines if need be, but that would require my digging into the layout of dofs to vertices, cells, etc., whi
DMP4est: add Vec viewers and loaders via plex
These can be replaced with p4est native vtk routines if need be, but that would require my digging into the layout of dofs to vertices, cells, etc., which I don't want to do right now.
show more ...
|
| 084eabfa | 29-Jan-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: stop using DMPlex to get global vectors.
It creates confusion in VecGetDM(), and it's only advantage right now is the ability to piggyback off of the VecView*() routines that plex implement
DMP4est: stop using DMPlex to get global vectors.
It creates confusion in VecGetDM(), and it's only advantage right now is the ability to piggyback off of the VecView*() routines that plex implements. We can put those back in later if needed.
show more ...
|