| 0dd1b1fe | 22-May-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex + Tree: allow FV discretizations.
This should be trivial (when refining a cell, copy to children), but I can optimize later.
There is a memory leak somewhere that's being attributed to DMGetWo
Plex + Tree: allow FV discretizations.
This should be trivial (when refining a cell, copy to children), but I can optimize later.
There is a memory leak somewhere that's being attributed to DMGetWorkArray, still need to figure this out.
show more ...
|
| 77d9c660 | 22-May-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlexProjectFunctionLocal(): if FV, don't cause error for maxHeight > 0.
maxHeight > 0 (i.e., using faces/edges/etc. to evaluate the dual space) isn't used in FV, but a DM may have FE and FV fields
DMPlexProjectFunctionLocal(): if FV, don't cause error for maxHeight > 0.
maxHeight > 0 (i.e., using faces/edges/etc. to evaluate the dual space) isn't used in FV, but a DM may have FE and FV fields, so just skip the height > 0 loop for FV fields.
show more ...
|