Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kennethassogba/Demeter into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Goul-tard committed Dec 22, 2024
2 parents dabab8b + a307166 commit 43814f8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 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 Expand Up @@ -114,9 +116,3 @@ cmake -S . -B build/ -D CMAKE_CXX_COMPILER=clang++-18
```bash
cmake -S . -B build/ -D CMAKE_CXX_FLAGS=-fsanitize=memory
```

## Troubleshooting

## Reference

## License

0 comments on commit 43814f8

Please sign in to comment.