| 64216e05 | 29-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: make separate fe and fv tests |
| b4c04ab9 | 29-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: use MPIU_MAX, not MPI_MAX |
| f2c5ccc7 | 28-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlex: added DMPlexReconstructGradientsFVM() |
| e38fbfed | 28-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex: fix typo in change to cohesive cell creation |
| 2acd0fcf | 27-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex: add ex4 and ex5 to makefile so they can be used for regression tests |
| 317218b9 | 27-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlex: remove overzealous error condition from FV gradient reconstruction
We only care about whether there are enough faces to reconstruct a gradient if a cell is local: ghost cell gradients are br
DMPlex: remove overzealous error condition from FV gradient reconstruction
We only care about whether there are enough faces to reconstruct a gradient if a cell is local: ghost cell gradients are broadcast from their owners anyway, right?
show more ...
|
| 404c08d0 | 27-Aug-2015 |
Matthew G. Knepley <knepley@gmail.com> |
DMLabel+Doc: Adding function documentation |
| 6e21efdc | 27-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlex: correct pointSF size in new point shift approach
I wasn't update the number of roots, getting valgrind errors in parallel |
| 08633170 | 27-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlexMigrate(): use correct global indices when migrating tree |
| ac04eaf7 | 27-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlexMigrate(): Don't invalidate old DM by overwriting cones |
| 8fa177e7 | 27-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: use DMPlexDistributeOverlap()
Is this broken, though? Will test to see. |
| 6a5a2ffd | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlexPartitionLabelClosure: traverse the tree up and down
for FV, it's important for children to be reproduced, even if they aren't referred to by a local cell, because they are needed for flux cal
DMPlexPartitionLabelClosure: traverse the tree up and down
for FV, it's important for children to be reproduced, even if they aren't referred to by a local cell, because they are needed for flux calculations.
show more ...
|
| cead94ed | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
PetscPartitionerSimple: work in parallel
It looks like PetscPartitionerSimple assumed all the points were originally on proc 0: this fixes that. |
| 8626e0b9 | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: try to create overlap for FV computations
This isn't working with the simple partitioner right now: it may not work the way it's supposed to in parallel. |
| 3276a200 | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: don't use limiter in gradient test
We're interested in comparing the exact gradients: the current cell limiter may have some catastrophic cancellation issues(?) that can cause a false posi
Plex ex3: don't use limiter in gradient test
We're interested in comparing the exact gradients: the current cell limiter may have some catastrophic cancellation issues(?) that can cause a false positive (eliminating a correct gradient).
show more ...
|
| 07696d73 | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: small fix to printf args |
| 3b536bc6 | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: use SNES computed geometry in TestFVGrad
This includes the computed: the geometry returned by DMPlexComputeGeometryFVM does not. |
| 5d32112c | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: print FV grad max frobenius error |
| 6995de1e | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
PlexTree: protect against truncated sections when computing anchors
I had only tested on sections that included all points before. Testing on the gradients generated in FVM exposed this. |
| ad4c9a5a | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: try projecting rigid body modes into FVM discretization
These will be used to test cases where gradient reconstruction is exact |
| e6885bbb | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex Tree: small fixes (bounds, frees) for Tree+FVM |
| 6461c1ad | 26-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
DMPlex Tree: fix DMPlexTreeExchangeSupports()
Handle the case when supports have already been shared. |
| bf1202aa | 25-Aug-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-petscviewer-attempt-2 |
| fb4630b5 | 25-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex: fix DMPlexShiftTree_Internal()
I wasn't keeping track of the difference in size between the old section and the new section |
| 8c37df34 | 25-Aug-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: use DMPlexConstructGhostCells in TestFVGrad |