Advice for students
I am happy to receive applications from students asking for internships, for thesis guidance and project assistant positions in scientific computing. All of my work involves computations and requires proficiency in working with computers and coding. Here is some advice on what you can do to improve your chances of success in scientific computing.
- You need to know some theory. Here is a list of books I recommend.
- Learn to work on Unix/Linux and the command line. Use a proper text editor like Vi/Vim or Emacs.
- Learn a programming language really well, e.g., Fortran and C/C++. I would recommend learning all three of these. (Matlab is not a programming language. I dont have any projects that can be done in Matlab.)
- Learn Python, which is great for scripting, data analysis and visualization.
- Learn to use some visualization tools like gnuplot, Paraview and VisIt. Python also has good support for visualization, see also PyVista.
- Learn to use a version control system like git.
- Learn parallel programming concepts and MPI.
- Learn linear algebra libraries like Petsc and/or Trilinos.
- Learn Latex. Write your reports/cv/application using Latex. (Video)
- Put up your scientific computing project work on github, gitlab or Bitbucket.
- Take the many online courses being offered these days on scientific computing topics. Do the assignments and exams.
- Finally, send your cv/application in PDF format ONLY.
When you write to me, it is highly desirable if you can show me some proof for all/some of the above in terms of actual code, results and project reports. In your CV, mention all the courses, in person or online, that you have done in Physics, Applied Math, Numerical Methods, Scientific Computing, etc.
To work with me
The above advice is fairly general for anybody wanting to work in scientific computing, numerical solution of PDE, finite element methods, computational fluid dynamics, etc. If you want to work with me, it will help if you are able to satisfy some of the above requirements. In addition, you will have a better chance if you have worked with any of the following.
- Deal.II: This is a finite element library written in C++. Work through the tutorials and watch the videos.
- PETSc: A suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations.
- Chapel: A parallel programming language which is great for solving PDEs.
- FEniCS: This is an automated FEM system in python and C++
- Gmsh: A mesh generation tool
- Salome: An open-source software that provides a generic platform for Pre- and Post-Processing for numerical simulation.