| 79d2656e | 02-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPforestGetTransferSF_Point(): try to match parents
Corner case: in AMR, the cells on either side of a facet switch from (fine,coarse) to (coarse,fine). If we rely on the cells to map the pre-facet
DMPforestGetTransferSF_Point(): try to match parents
Corner case: in AMR, the cells on either side of a facet switch from (fine,coarse) to (coarse,fine). If we rely on the cells to map the pre-facet to the post-facet, then there's never a case where the same cell appears in both meshes to clue us into the fact that the facets correlate.
show more ...
|
| ab894e88 | 24-May-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: construct plex data in setup
Ideally (if there are every optimized routines that don't depend of plex data), the plex data would only be constructed as needed. But right now labels don't t
DMP4est: construct plex data in setup
Ideally (if there are every optimized routines that don't depend of plex data), the plex data would only be constructed as needed. But right now labels don't transfer until plex data is constructed, and we would like labels to be transfered right away, so that the adaptivity forest can be cleared right afer DMSetUp() is called on the new forest.
show more ...
|
| bff67a9b | 24-May-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMBoundary: avoid caching the associated label
I would like to be able to add a boundary before the topology is fixed/determined in DMForest. This means, however, that if a boundary is declared wit
DMBoundary: avoid caching the associated label
I would like to be able to add a boundary before the topology is fixed/determined in DMForest. This means, however, that if a boundary is declared with a name that isn't in the existing labels, that DMIsBoundaryPoint() can be really bad: searching for a label for every point. A better solution needs to be implemented.
show more ...
|