-
-
Notifications
You must be signed in to change notification settings - Fork 164
New tutorial: Partitioned Burgers eq. 1D #670
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
4149918
Partitioned Burgers eq. 1D initial commit. Dirichlet Neumann coupling.
vidulejs 1dabcb0
Rename Flux to Gradient (du_dx). Print residual and compare gradient…
vidulejs 6c8660c
Fully working Neumann surrogate participant. Scripts: run-partitione…
vidulejs 82accc2
Rename surrogate burgers to neumann-surrogate
vidulejs 2c425e4
activate-env.sh script
vidulejs 5ab08f6
Add readme and requirements.txt. Move DG old files
vidulejs c5844c1
Rename solver-scipy-fvolumes to solver-scipy. Add proper run and clea…
vidulejs 8b78407
Update README.md. Conform to tutorial images standard. Update run scr…
vidulejs 2357008
add equation to readme
vidulejs 5d66f9f
Remove DG solver
vidulejs 8213367
Create utils directory and move scripts. Create output directory, sep…
vidulejs 6546901
Update run scripts to conform to other preCICE tutorials. Fix package…
vidulejs 20cab48
clean.sh to clean-tutorial.sh
vidulejs fd63b1d
remove comment from precice-config.xml
vidulejs 9beb26b
Update README and add domain diagram image
vidulejs 1e8b1ea
Specify IC script in readme
vidulejs 11b91fc
Changelog entry
vidulejs 854ad44
Updated format: #704
vidulejs 292a672
Pre-commit formatting
vidulejs b193d05
Pre-commit formatting fix 2
vidulejs 6c99c35
Allow skipping venv setup
vidulejs 3c66728
Update readme ## Visualization
vidulejs bb434d9
Pre-commit formatting fix
vidulejs c06bede
Update changelog-entries/670.md
vidulejs 83218df
Update partitioned-burgers-1d/README.md
vidulejs 602a2b0
Merge branch 'develop' into partitioned-burgers-1d
vidulejs 51d1b2f
Update clean.sh scripts in solver directories to match the other tuto…
vidulejs ea81634
Exclude utils and output folders in cleaning-tools.sh script. This wi…
vidulejs e692a53
Update precice-config.xml. Fix logging and change from serial to para…
vidulejs bbf7f20
Use pytorch CPU version by default, user can configure GPU version by…
vidulejs 9a8dc51
Remove unnecessary comments and commented out code
vidulejs 84cafd5
Fix formatting with pre-commit hook. Why did it flatten one but not t…
vidulejs a476880
Remove html image formatting from README.md. Change section Visualiza…
vidulejs 1c69601
Update README.md
vidulejs ad6b1ee
Minor README changes
vidulejs 4f36c9d
Update changelog-entries/670.md
MakisH d50d7fa
Merge branch 'develop' into partitioned-burgers-1d
MakisH a64d1ca
Add metadata.yaml
MakisH 285b58e
Update venv handling
MakisH 98cc4a8
Merge branch 'develop' into partitioned-burgers-1d
MakisH 17b1244
Add *.npz to .gitignore
MakisH 6d85d91
Setup logging earlier
MakisH d18ade4
Update venv handling in additional scripts
MakisH 8bed094
Remove thin helper scripts
MakisH a739e1e
Adjust requirements.txt
MakisH 7005053
Add more details about using generate_ic.py
MakisH 20f8722
Make utils/generate-training-data.sh use solver-scipy/run.sh
MakisH ab00a15
Integrate into the system tests
MakisH 5153005
Set TUTORIALS_REF
MakisH 8c5deab
Add reference results for partitioned-burgers-1d
a57a54a
Reset TUTORIALS_REF
MakisH 5bbae3d
Merge branch 'develop' into partitioned-burgers-1d
MakisH 795f225
Further update venv handling
MakisH 89ce0ad
Merge branch 'develop' into partitioned-burgers-1d
MakisH 0b3ed91
Merge branch 'develop' into partitioned-burgers-1d
MakisH 973de67
Add additional info on the NN checkpoints
e9124d8
Comment about the visualization timestep argument
04ff643
Add reference to thesis
494a5b2
Fix typo in argument
a224e9a
Optionally point to my development repo?
b360199
Fix trailing space
c922b84
Merge branch 'develop' into partitioned-burgers-1d
MakisH 5913f65
Remove confusing mention of monolithic from the post-processing
MakisH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update changelog-entries/670.md
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@ipvs.uni-stuttgart.de>
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| New tutorial case: Partitioned Burgers' Equation in 1D solved with Finite Volumes and a Neural Network surrogate model ! | ||
| - Added new case: 1D partitioned Burgers' equation with one finite volume and one NN surrogate participant. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.