I am very new to this. I recently installed FreeFem 4.13 by compiling the source. I see the following failures on “make check” :
XFAIL: Stokes-P2pnc3d.edp
FAIL: LapComplexEigenValue.edp
FAIL: LapnosymComplexEigenValue.edp
FAIL: LapEigenValueFuncComplex.edp
The full make log is available at :
https://netdrms02.nispdc.nso.edu/noien/makeCheck.html
I suspect at least part of the problem is this known issue :
https://community.freefem.org/t/make-check-failures-on-macos/556
If this is the issue, I don’t understand where I should switch from using EigenValue()
to EPSSolve()
or what, if any, type casting I need to do to give EPSSolve()
the type of argument it needs. Perhaps the change could be made in the repo to avoid this known issue?
I’m also not sure how much this matters, perhaps they are simply demonstration programs that I can live without?
Any thoughts appreciated.
Thanks,
Niles.