| ef073283 | 29-Aug-2016 |
michael_afanasiev <mafanasiev@gmail.com> |
Added exodus side set names to DMLabel [plex].
By default, the exodusii reader in DMPlex stores all exodus side sets under the DMLabel 'Face Sets'. This PR adds the side set names from the exodusii
Added exodus side set names to DMLabel [plex].
By default, the exodusii reader in DMPlex stores all exodus side sets under the DMLabel 'Face Sets'. This PR adds the side set names from the exodusii file to the set of DMLabels associated with the DM. The facets lying on a specific side set can now be queried later by passing their label.
Previous functionality is also retained: the 'Face Sets' label is still constructed as before. Additionally, if no labelled side sets are present in the exodus file, then no extra labels are added to the DM.
show more ...
|
| 42206fac | 24-Aug-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fixes to builtin hex box mesh generator
* Fix bad handling of twist boundary type in Z-direction * Fix bad X-edge loop count for building Y-faces * Reduce local array size for cell cones and
DMPlex: Fixes to builtin hex box mesh generator
* Fix bad handling of twist boundary type in Z-direction * Fix bad X-edge loop count for building Y-faces * Reduce local array size for cell cones and orientations * Remove whitespace
show more ...
|