-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework of documentation in problem classes #333
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #333 +/- ##
==========================================
- Coverage 72.68% 72.67% -0.01%
==========================================
Files 256 256
Lines 21355 21350 -5
==========================================
- Hits 15521 15516 -5
Misses 5834 5834
☔ View full report in Codecov by Sentry. |
pySDC/implementations/problem_classes/AdvectionDiffusionEquation_1D_FFT.py
Outdated
Show resolved
Hide resolved
Nice work ! |
Seems like the pySDC/implementations/problem_classes/AdvectionDiffusionEquation_1D_FFT.py was not tested ... I've added this to the list of problem not tested yet in #223 |
Great work, thanks a lot for this! |
I reworked the problem classes (#286). I wrote some more detailed documentation for some problem classes. For all classes I also reworked the documentation for the class methods. Unfortunately, there is still much to do, but I think we are much closer to finish the issue #286.
I have no knowledge about many of the problems.. @tlunet told me documentation for problem classes can be reworked if someone will work with that but I guess some problem classes will be untouched in the near future. I could do the rest but I need references for the problems to finish up the documentations to write down the equations for them..