Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Goul-tard authored Dec 22, 2024
1 parent b935f99 commit 156ec53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ The physics is coded in C++, with Python as user interface for easy and fast usa
- [x] Code and test Geometry class.
- [x] Cell
- [x] Lattice.
- [ ] Code Solver module.
- [ ] Code and test angular quadrature
- [ ] Gauss-Legendre
- [ ] Code and test Solver module.
- [ ] Base solver
- [ ] Mesh.
- [ ] Boundary conditions.
Expand All @@ -44,11 +46,11 @@ The physics is coded in C++, with Python as user interface for easy and fast usa
- [x] Setup clang-tidy.
- [x] Fix how to launch clang-tidy locally and on action.
- [x] Move bindings elsewhere
- [ ] Doc style (eg doxygen) and the way to generate it automatically.
- [ ] Choose how to handle asserts: thow user errors at runtime and assert internal error on debug build
- [ ] Add a Logger (spdlog, or nanolog or fmtlog) and std::format.
- [ ] Add a timer.
- [ ] Use doctest for unit tests in c++ and python.
- [ ] Doc style (eg doxygen) and the way to generate it automatically.
- [ ] Maybe switch to include/demeter, src, src/binding, test, extra directory structure
- [ ] Add -Werror flag
- [ ] Setup gcc analizer.
Expand Down

0 comments on commit 156ec53

Please sign in to comment.