| #
6725e60d
|
| 29-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex SFC: periodicity working in serial
-dm_plex_box_sfc -dm_plex_box_bd periodic,none,none
* 1-element periodicity * Single global representation of coordinates * DMGlobalToLocal applies offset
DMPlex SFC: periodicity working in serial
-dm_plex_box_sfc -dm_plex_box_bd periodic,none,none
* 1-element periodicity * Single global representation of coordinates * DMGlobalToLocal applies offset to periodic points * periodicity is only supported in one dimension at present
show more ...
|
| #
4e2e9504
|
| 28-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex SFC: create face periodicity
This introduces a new DMPlexSetPeriodicFaceSF(), but does not yet use it when creating global spaces.
|
| #
c77877e3
|
| 28-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex SFC: document assumptions and make utility a PetscFunction
|
| #
3431e603
|
| 28-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex SFC: add "Face Sets" and normalize coordinate space
libCEED fluids examples run with this
|
| #
3e72e933
|
| 08-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DM: experimental box mesh in parallel using Z-order
Adding -dm_plex_box_sfc activates this feature. The elements are equally partitioned and Z-order is used to identify vertices. A partitioner can b
DM: experimental box mesh in parallel using Z-order
Adding -dm_plex_box_sfc activates this feature. The elements are equally partitioned and Z-order is used to identify vertices. A partitioner can be used to clean up, or use -dm_distribute 0 to keep the z-order distribution.
show more ...
|