Skip to content
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 Sep 29, 2025
1dabcb0
Rename Flux to Gradient (du_dx). Print residual and compare gradient…
vidulejs Oct 1, 2025
6c8660c
Fully working Neumann surrogate participant. Scripts: run-partitione…
vidulejs Oct 14, 2025
82accc2
Rename surrogate burgers to neumann-surrogate
vidulejs Oct 14, 2025
2c425e4
activate-env.sh script
vidulejs Oct 14, 2025
5ab08f6
Add readme and requirements.txt. Move DG old files
vidulejs Oct 14, 2025
c5844c1
Rename solver-scipy-fvolumes to solver-scipy. Add proper run and clea…
vidulejs Oct 15, 2025
8b78407
Update README.md. Conform to tutorial images standard. Update run scr…
vidulejs Oct 15, 2025
2357008
add equation to readme
vidulejs Oct 15, 2025
5d66f9f
Remove DG solver
vidulejs Dec 15, 2025
8213367
Create utils directory and move scripts. Create output directory, sep…
vidulejs Dec 15, 2025
6546901
Update run scripts to conform to other preCICE tutorials. Fix package…
vidulejs Dec 15, 2025
20cab48
clean.sh to clean-tutorial.sh
vidulejs Dec 15, 2025
fd63b1d
remove comment from precice-config.xml
vidulejs Dec 15, 2025
9beb26b
Update README and add domain diagram image
vidulejs Dec 15, 2025
1e8b1ea
Specify IC script in readme
vidulejs Dec 15, 2025
11b91fc
Changelog entry
vidulejs Dec 15, 2025
854ad44
Updated format: #704
vidulejs Feb 3, 2026
292a672
Pre-commit formatting
vidulejs Feb 3, 2026
b193d05
Pre-commit formatting fix 2
vidulejs Feb 3, 2026
6c99c35
Allow skipping venv setup
vidulejs Feb 3, 2026
3c66728
Update readme ## Visualization
vidulejs Feb 5, 2026
bb434d9
Pre-commit formatting fix
vidulejs Feb 5, 2026
c06bede
Update changelog-entries/670.md
vidulejs Feb 20, 2026
83218df
Update partitioned-burgers-1d/README.md
vidulejs Feb 20, 2026
602a2b0
Merge branch 'develop' into partitioned-burgers-1d
vidulejs Feb 20, 2026
51d1b2f
Update clean.sh scripts in solver directories to match the other tuto…
vidulejs Feb 20, 2026
ea81634
Exclude utils and output folders in cleaning-tools.sh script. This wi…
vidulejs Feb 20, 2026
e692a53
Update precice-config.xml. Fix logging and change from serial to para…
vidulejs Feb 20, 2026
bbf7f20
Use pytorch CPU version by default, user can configure GPU version by…
vidulejs Feb 20, 2026
9a8dc51
Remove unnecessary comments and commented out code
vidulejs Feb 20, 2026
84cafd5
Fix formatting with pre-commit hook. Why did it flatten one but not t…
vidulejs Feb 20, 2026
a476880
Remove html image formatting from README.md. Change section Visualiza…
vidulejs Feb 20, 2026
1c69601
Update README.md
vidulejs Feb 20, 2026
ad6b1ee
Minor README changes
vidulejs Feb 20, 2026
4f36c9d
Update changelog-entries/670.md
MakisH Jun 11, 2026
d50d7fa
Merge branch 'develop' into partitioned-burgers-1d
MakisH Jun 11, 2026
a64d1ca
Add metadata.yaml
MakisH Jun 11, 2026
285b58e
Update venv handling
MakisH Jun 11, 2026
98cc4a8
Merge branch 'develop' into partitioned-burgers-1d
MakisH Jun 11, 2026
17b1244
Add *.npz to .gitignore
MakisH Jun 11, 2026
6d85d91
Setup logging earlier
MakisH Jun 11, 2026
d18ade4
Update venv handling in additional scripts
MakisH Jun 11, 2026
8bed094
Remove thin helper scripts
MakisH Jun 11, 2026
a739e1e
Adjust requirements.txt
MakisH Jun 11, 2026
7005053
Add more details about using generate_ic.py
MakisH Jun 11, 2026
20f8722
Make utils/generate-training-data.sh use solver-scipy/run.sh
MakisH Jun 11, 2026
ab00a15
Integrate into the system tests
MakisH Jun 11, 2026
5153005
Set TUTORIALS_REF
MakisH Jun 11, 2026
8c5deab
Add reference results for partitioned-burgers-1d
Jun 11, 2026
a57a54a
Reset TUTORIALS_REF
MakisH Jun 11, 2026
5bbae3d
Merge branch 'develop' into partitioned-burgers-1d
MakisH Jun 11, 2026
795f225
Further update venv handling
MakisH Jun 11, 2026
89ce0ad
Merge branch 'develop' into partitioned-burgers-1d
MakisH Jun 11, 2026
0b3ed91
Merge branch 'develop' into partitioned-burgers-1d
MakisH Jun 14, 2026
973de67
Add additional info on the NN checkpoints
Jun 16, 2026
e9124d8
Comment about the visualization timestep argument
Jun 16, 2026
04ff643
Add reference to thesis
Jun 16, 2026
494a5b2
Fix typo in argument
Jun 16, 2026
a224e9a
Optionally point to my development repo?
Jun 16, 2026
b360199
Fix trailing space
Jun 16, 2026
c922b84
Merge branch 'develop' into partitioned-burgers-1d
MakisH Jun 23, 2026
5913f65
Remove confusing mention of monolithic from the post-processing
MakisH Jun 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog-entries/670.md
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@ipvs.uni-stuttgart.de>
  • Loading branch information
vidulejs and uekerman authored Feb 20, 2026
commit c06bede26ec6ae89b1d464d68c27b5c4e2dba794
2 changes: 1 addition & 1 deletion changelog-entries/670.md
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.
Comment thread
MakisH marked this conversation as resolved.
Outdated