Closed pbeckman closed 3 months ago
We discussed simply ignoring complex parts of eigenvalues (maybe with a warning if the complex part exceeds 1e-8
or so)
@pbeckman I actually don't get this error:
using FEM matrices loaded from binaries in directory ../../../../butterfly-LBO-models/sphere_meshes/h/5/ (16386 verts)
wrote octree cells to octree_boxes.txt
row tree has depth 9
computed lambda_max = 46489.7 [3.9s]
building frequency tree with depth 2 (k = 8)
streaming full eigenvector matrix
feed: bracket = (-inf, 11.35), num. eigs = 9
- streamed 9 eigs (0.1% of total)
- compressed size: 1.125 MB
- uncompressed size: 1.125 MB
- compression rate: 1.000
feed: bracket = [11.35, 45.40), num. eigs = 41
- streamed 50 eigs (0.3% of total)
- compressed size: 6.013 MB
- uncompressed size: 6.251 MB
- compression rate: 1.039
feed: bracket = [45.40, 102.15), num. eigs = 51
and then I hit that "shouldn't be a leaf node" assert in the other issue.
I'm wondering if you're using out of date MFEM meshes, or if there's some other subtle issue... Let's sort the other issue first and then look at the output we get (plot some decompressed eigenvectors). I bet that will shed light on the issue.
This may have been subtly related to the "bottoming out" issue, because I'm not able to reproduce this error following your recent commit. Both of these smell like inter-platform UMFPACK differences to me, since the only differences in our outputs come from small differences in computed eigs... Again not something we need to solve this second.
For the next mesh
/h/5/
, I believe I get a complex eigenvalue?