-
Notifications
You must be signed in to change notification settings - Fork 114
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
Doc: Core aspects of the basic setup #1699
Doc: Core aspects of the basic setup #1699
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
Preview of the tutorial https://host-docs-from-fork-pr.lakemper.eu/tutorials/behind_the_scenes_simulation_setup.html |
This reverts commit 85d6e8b.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the nice tutorial. I've left a few suggestions. Please also commit the scripts you used to generate the nice visualization plots (maybe create a folder named like the tutorial, e.g., tutorial.jl
-> tutorial_plots/
)
Thank you very much for this review, I will add visualization scripts into a folder as you said, but these scripts are unfortunately do not seem to be reusable, because I didn't expect such need und wrote only for one time use by me |
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Daniel Doehring <[email protected]>
Thanks for your help with Riemann solvers :) |
TBH, I am not sure anymore. This is certainly way beyond "getting started". What do the other reviewers think? |
What are the alternatives? Making this an own section labeled "behind the scenes" or similar? |
I believe that yes, exactly this name was floating around a while ago |
The current state of the tutorial, after all reviews available here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again! Please find two comments below.
Co-authored-by: Joshua Lampert <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work!
@DanielDoehring, this PR has disabled checks, because it only adds docs, so auto-merge will not work, as some checks didn't run. So merging should be done manually:) Thank you very much! |
Thanks! |
Can you see the new docs in the |
Ah, okay, it's fine now - just needed some time to update stuff. Thanks again |
Sometimes your browser cookies might also play tricks on you here |
This is a new part of the documentation, that provides explanation of the execution path for Semidiscretization and rhs! for TreeMesh. Closes #1215