.. femtool documentation master file, created by sphinx-quickstart on Mon Oct 13 08:36:34 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Femtool documentation ===================== Here is the main page of the FemTool documentation. FemTool is a header only C++ library that was developped as a basis for lectures on domain decomposition in the `Master 2 Analyse Modelisation \& Simulation (AMS)`_. .. _Master 2 Analyse Modelisation \& Simulation (AMS): https://uma.ip-paris.fr/ams All the source code of the library is distributed over 12 header files located in the directory ``femtool``. These files cover 4 topics. Linear algebra ============== .. toctree:: :maxdepth: 1 Small vectors Large vectors Large dense matrices Large sparse matrices Linear solvers ============== .. toctree:: :maxdepth: 1 Sparse LU solver Conjugate Gradient (CG) Incomplete Cholesky preconditionner Mesh management =============== .. toctree:: :maxdepth: 1 Point clouds Simplicial elements Simplicial meshes Finite elements =============== .. toctree:: :maxdepth: 1 Finite element space Finite element matrices