A new approach discretizing the 2D poloidal plane of fusion devices. (Manuscript)
With major in Scientific Calculus and minor in Computer Science Security (Report and Memoire)
With major in Applied Mathematics and minor in Computer Science
Teaching of the programming language Scilab and introduction to algorithmic to first year students in Economics. Lectures and Practical classes.
Optimization of the Bin Packaging Problem in 2D with polygons using genetics algorithms and exploring new solutions using evolutionary algorithms.
Determinate the risks linked to applications' development and their integration in an information system. Analyzed the best utilities to improve an information system's security level, specifically for a big organization like Strasbourg's Research Hospital.
International Congress For Industrial And Applied Mathematics (ICIAM), Valencia, Spain, July 2019, Beamer, ICIAM 2019 program
Numkin Conference, Garching, Germany, 2018
Third International Conference on Isogeometric Analysis (IGA 2015), Trondheim, Norway, June 2015, Beamer, IGA 2015 program.
Deutsche Physikalische Gesellschaft (DPG), Bochum, Germany, March 2015, Beamer, Abstract in DPG website, or Abstract as PDF.
NUMKIN workshop, Garching, Germany, October 2014, Beamer, Numkin.
CEMRACS Summer School, Marseille, France, August 2014, Beamer.
Eucor International Workshop, Breitenbach, France, 2019
Iter: Diagnostic Division Weekly Meeting, ITER, Cadarache, France, 2018
IRFM RST Meeting, CEA, Cadarache, France, 2017
Seminar, IRMA, Strasbourg, France, 2016
Theory Seminar, Ringberg, Germany, November 2014, Beamer, Film.
HEPP Seminar, Garching, Germany, June 2014, Beamer.
HEPP Colloquium at Strausberg, Germany, September 2013, Poster.
B. Bramas, P. Helluy, L. Mendoza, B. Weber, Journal on Finite Volumes, submitted 2019
E. Franck, L. Mendoza, Journal of Scientific Computing, October 2016, Vol. 69, Issue 1, p. 314-354
J. Badwaik, M. Boileau, D. Coulette, E. Franck, P. Helluy, L. Mendoza, H. Oberlin, ESAIM: Proceedings and Surveys, June 2018, Vol. 63, p. 60-77
L. Mendoza, M. Mehrenberger, C. Prouveur, E. Sonnendrücker, March 2016, ESAIM: Proceedings and Surveys, Vol. 53, p. 149 - 17
Ph.D. Thesis, Laura S. Mendoza, 2017
S. Eberhard, M. Ferreira, L. Mendoza et al., 26-th ECMI Modelling Week at Dresden, Germany, August 2012, Project Report.
After coding for a library for a few months the library decided to add Doxygen documentation to every piece of code on the library. As I had already written a few thousands of lines of code, the task was terribly repetitive and time consuming. Thus, I decided to create a quick script that will add the headers to every function, subroutine and model. It has worked quite well and I was able to work more efficiently since I created it. The code is available at this site for Python versions < 3.0: Python Script, or here for Python versions >=3.0: Python3 Script.
I started writing (pieces of) my Thesis from the first year. Even if I think this was a great decision, I realized by the end of my thesis that what I wrote at the beginning was not always as well written as I would have hoped. Since my Thesis is 150+ pages divided into several files, the process of proof-reading was a nightmare. Furthermore, there are not that many tools to correct Grammar for LaTeX. I found a couple, but they all needed some kind of tweeking (convert LaTeX to PDF, html, plain text...) and since I used XeLaTex, it got even harder. Fortunately, I found a great web-app: Lyx-gc. The problem was that the result had many errors that weren't really errors and polluted my output file. So I created a small script to take out this errors. Is 100% adapted to my thesis, but I think someone could find it useful. You can get it here.
While optimizing the ToFu code, and writing or re-writing many functions on Cython, I discovered many tips and tricks that are not that known in the community. I have written a notebook, with some examples. You can see it here: My notebook.