This issue is to collect feedback that I got from students regarding the documentation.
I will continue this issue in the future with more feedback from more students/users.
[ ] Add images of shapes to the docs (rectangle, sphere, etc.).
[ ] Add docs on how to visualize initial conditions for easier simulation setups.
[ ] Continue the method theory page and make it easier for users to find out which methods and corrections, density diffusion, boundary conditions are best for which use case.
[ ] Add more "developing TrixiParticles" information like best practices and conventions (format, comments, etc.).
[x] Make clear that API reference is inside the components docs (#660).
[ ] Clarify update steps. Why is compute_pressure separate from compute_quantities?
This issue is to collect feedback that I got from students regarding the documentation. I will continue this issue in the future with more feedback from more students/users.
using Pkg; Pkg.add("OrdinaryDiffEq", "Plots")
doesn't work (https://github.com/trixi-framework/TrixiParticles.jl/pull/663).compute_pressure
separate fromcompute_quantities
?