| dea2a3c7 | 20-Jun-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: enhancements for the GMSH reader
- added cellType to gmsh struct - added support for reading hybrid meshes from GMSH - added support for reading wedge cells in GMSH - fix for embedded meshes
DMPlex: enhancements for the GMSH reader
- added cellType to gmsh struct - added support for reading hybrid meshes from GMSH - added support for reading wedge cells in GMSH - fix for embedded meshes - added prefix and uniform command line options - skip high order nodes for quadratic wedges
show more ...
|
| 99836e0e | 20-Jun-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: added support to interpolate hybrid meshes
We start numbering from non-hybrid faces of hybrid cells (if any), so that their edges will be numbered first too. Those faces and edges will all g
DMPlex: added support to interpolate hybrid meshes
We start numbering from non-hybrid faces of hybrid cells (if any), so that their edges will be numbered first too. Those faces and edges will all get orientation 0, since non-hybrid faces of hybrid cells are all disjoint
show more ...
|