smdogroup / tacs

Finite-element library for analysis and adjoint-based gradient evaluation
Apache License 2.0
108 stars 75 forks source link

Accept Element Callbacks in caps2tacs + Adapt Mach Wing Example #300

Closed sean-engelstad closed 8 months ago

sean-engelstad commented 8 months ago
sean-engelstad commented 8 months ago

@timryanb note sure why the unittest failed since I didn't change anything associated with that unittest

timryanb commented 8 months ago

@timryanb note sure why the unittest failed since I didn't change anything associated with that unittest

There seems to be an to be an ongoing issue with the eigen solver tests intermittently failing. The tests sometimes fail rarely and randomly, which makes it difficult to reproduce. I think it has to do with the random number generator used to seed the eigenvalue solver. We can try seeding it in the future to make the tests run more consistently. I'll open a separate issue/PR for this shortly, but in the meantime feel free to to continue with this PR