PetMetz / pymls

Python implementation of the dislocation contrast factor calculation reported by Martinez-Garcia, Leoni, and Scardi
Other
0 stars 0 forks source link

Composition of N leads to trivial eigenproblem #1

Open PetMetz opened 2 years ago

PetMetz commented 2 years ago

A good place to start unwinding this ball of string might be figuring out why the tests on the Stroh class are failing. These tests draw largely from the textbook by Ting.

Particularly, if we make the usual assertion that the eigenproblem is nontrivial only for the case:

N x = p x (N - p I) x = 0 det(N - p I) = 0

we find that this test is failing (c.f. test_elastic.test_N_nontrivial )