shirnschall / Computing-Eigenfrequencies-using-Finite-Element-Methods-Code

Code used in "Computing Eigenfrequencies using Finite Element Methods"
0 stars 0 forks source link

Code exécution finish with "Process finished with exit code -1073741819 (0xC0000005)" #3

Open Thomas-GT40 opened 3 months ago

Thomas-GT40 commented 3 months ago

Hi,

I'm trying to make your code work on my PC, but i'm stuck on this error. Do you have any idea what can cause that ?

Thanks

shirnschall commented 1 month ago

I think there is a small issue with the initialization of the vector used in our implementation of lobpcg. Have you tried using the lobpcg/pinvit included in ngsolve? I think it is fixed there

https://github.com/NGSolve/ngsolve/blob/19fe7c60c843af979c9a73b23233a6dfe08ccadc/python/eigenvalues.py#L113