Theodore Papadopoulo

Results 23 issues of Theodore Papadopoulo

#436 introduced some small accuracy improvements at zero cost. Check whether this has a noticeable impact for users. Note that I do not expect this makes a big difference at...

This is just for the record. On a branch (jumbo), I'm working on. I have a patch that improves the accuracy of OpenMEEG at zero cost. When we do adaptive...

While making changes, I noticed that the HeadMN1 model is very sensitive to changes in the order of the points and meshes... While the Head matrix is just permuted, its...

It seems that make_nerve is bugged from quite some time. We need to correct it and add a test to avoid unseen regressions....

It looks that GAL has deprecated some of the classes we use. We need to upgrade th CGAL code (ir decide we will not maintain it....). In addition, the code...

Another note is that there seems to be some work ahead to migrate some github service: Compare: 3a77237...a637383 NOTE: This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed...

On 64 bits architectures it is possible to configure MKL to work with the ilp64 mode (long ints instead of ints). This mostly works, but there are some errors in...

Minor stuff: - Some CMakeLists.txt small improvements. - Make more symbols public in the python module (typically those that would be needed for python apps). I hope that the testers...

OK. This is an alternative approach which I prefer (even though it's not totally without defects). I tried to control the symbol exported directly at the swig level. As I...

This is work in progress. Just to show the organisation and how it works. I need at least to add some cmake stuff and to run tests. I'm sure there...