Numerical tours in scientific computing ======================================= This online book is a series of tutorials, intended as a comprehensive introduction to various aspects of scientific computing. It is mainly aimed to graduate students, although the most basic contents should already be available to undergraduates. It might also be useful to researchers that have little prior knowledge about this field and wish to get more familiar with some of its aspects. It is eventually for... me, a selfish excuse to learn many things! These tours are intended to be pedagogic; the presentation is not minimal, and repetitions occur between different sections. They are oriented towards practical and numerical applications. (Sketches of) Proofs are given when they help intuition; further details for the curious reader are provided in appendices, or in hidden boxes. These tours are nowhere set in stone; quite the contrary, they are meant to evolve continuously. Please do not hesitate to contact me for any mistake or inappropriate content... and also to suggest your own application that I will happily upload! Before getting started, let us highlight a few useful references. - The online `$\texttt{FreeFem}$ documentation `_ is a very rich source of various physical problems addressed with $\texttt{FreeFem}$. - The `online $\texttt{FreeFem}$ tutorial `_ by `P. Jolivet `_ is full of interesting mathematical models and advanced $\texttt{FreeFem}$ syntax elements. - The recent book :cite:`hecht2024pde` is focused on PDE-constrained optimization problems, solved with $\texttt{FreeFem}$. It can be freely downloaded `here `_. Additionally, other online tutorials are available about (more or less closely) related topics: - The amazing `Numerical Tours `_ by `G. Peyré `_ offer an exhaustive overview of multiple issues in imaging and learning. - The `Numerical Tours in continuum mechanics `_ by `J. Bleyer `_ revolve around various models in continuum mechanics. - The `NGSolve tutorials `_ contain presentations of a full series of physical models, and their solution with the software $\texttt{NGSolve}$. .. toctree:: :numbered: :maxdepth: 2 :caption: Contents: Generalities Advanced features Structure mechanics Fluid mechanics Optimal design Appendix Bibliography Glossary