| 5aa44df4 | 09-Dec-2015 |
Toby Isaac <tisaac@uchicago.edu> |
DMLabel: enable explicit control over default label values.
It seemed strange to me that DMLabelGetValue() had a default value that means not set, but that DMLabelSetValue() could set a label to hav
DMLabel: enable explicit control over default label values.
It seemed strange to me that DMLabelGetValue() had a default value that means not set, but that DMLabelSetValue() could set a label to have this value. So now, DMLabelSetValue() will ignore attempts to set a value to the default value, but the user can change what the default value is.
DMLabel: fix DMLabelDistribute()
The recently added default value was not transfered properly, and was accessed by the wrong processes.
typo fix
show more ...
|
| acdc6f61 | 09-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: fix order of setting Coarse DM's when refining
When we move coarse DMs out of the plex structure, we have to modify DMPlexReplace_Static() and DMPlexSwap_Static() to move the hierarchy when th
Plex: fix order of setting Coarse DM's when refining
When we move coarse DMs out of the plex structure, we have to modify DMPlexReplace_Static() and DMPlexSwap_Static() to move the hierarchy when the plexes that are switching places.
show more ...
|