| e8ecbf3f | 14-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMBoundary: temporary fix to plex section boundary issue
DMPlexCreateSection isn't handling the case where there are more dofs than components on a point properly. There seems to be an ad hoc API th
DMBoundary: temporary fix to plex section boundary issue
DMPlexCreateSection isn't handling the case where there are more dofs than components on a point properly. There seems to be an ad hoc API that if you pass numcomps == 0 to DMAddBoundary, it constraints all components. That's not good, but I documented it and it avoided the plex problem until we can fix it.
show more ...
|
| 3e96840a | 30-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: fix GLvis viewer for non-conforming meshes
fix any nan entry that may cause improper computations of the view in GLVIS when high-order coordinates are present, we need to specify the boundar
DMPlex: fix GLvis viewer for non-conforming meshes
fix any nan entry that may cause improper computations of the view in GLVIS when high-order coordinates are present, we need to specify the boundary attributes
show more ...
|