Skip to content

Commit

Permalink
Rename PTR3D.pvsm (paraview plot file)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Brust committed Nov 4, 2024
1 parent 7a20621 commit fabc85c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data/*
!data/Goell2012
!data/doc/*
!data/IrradiationFluxProfiles/*
!data/IJHMT_3D.pvsm
!data/PTR3D.pvsm
notebooks/experimental
# Manifest.toml
docs/build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ include("scripts/PTR3D.jl")
PTR3D.run()
```

The script will run the simulation and will export the solution in VTK format to a new folder for plotting with [ParaView](https://www.paraview.org/). Use the provided ParaView state file `data/IJHMT_3D.pvsm` to reproduce Figure 5 in Section 4.1.
The script will run the simulation and will export the solution in VTK format to a new folder for plotting with [ParaView](https://www.paraview.org/). Use the provided ParaView state file `data/PTR3D.pvsm` to reproduce Figure 5 in Section 4.1.
File renamed without changes.
2 changes: 1 addition & 1 deletion notebooks/Uphill_Diff1D.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.20.1
# v0.19.43

using Markdown
using InteractiveUtils
Expand Down

0 comments on commit fabc85c

Please sign in to comment.