IPPL-framework / ippl

IPPL is a C++ library to develop performance portable code for fully Eulerian, Lagrangian or hybrid Eulerian-Lagrangian methods.
https://ippl-framework.github.io/ippl/
GNU General Public License v3.0
21 stars 20 forks source link

Documentation for Preconditioner and SolverAlgorithm #283

Closed Felixiose closed 7 months ago

Felixiose commented 7 months ago

Added in /doc/examples/ "CustomPreconditioner.hpp" and "CustomSolver.hpp", documenting their usage. Changed /doc/extras/Basics.md to include the new files.