Skip to content

Commit c374aca

Browse files
authored
Fix image path (#659)
* Fix image path * fix typo * Update visualization.md
1 parent 2fef4bc commit c374aca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/src/visualization.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ Follow these steps to view the exported VTK files in ParaView:
1616
5. Hold the left mouse button to move the solution around.
1717

1818
You will now see the following:
19-
![image](https://github.com/svchb/TrixiParticles.jl/assets/10238714/45c90fd2-984b-4eee-b130-e691cefb33ab)
19+
![image](https://github.com/user-attachments/assets/383d323a-3020-4232-9dc3-682b0afe8653)
20+
21+
It is useful to make the particles larger.
22+
For this, **first** make sure you have "fluid_1.pvd" highlighted in the "Pipeline Browser" then in the "Properties" window in the bottom left change "Point Size" to a larger value.
23+
![image](https://github.com/user-attachments/assets/6e975d2c-82ed-4d53-936b-bb0beafaf515)
2024

2125
To now view the result variables **first** make sure you have "fluid_1.pvd" highlighted in the "Pipeline Browser" then select them in the variable selection combo box (see picture below).
2226
Let's, for example, pick "density". To now view the time progression of the result hit the "play button" (see picture below).
23-
![image](https://github.com/svchb/TrixiParticles.jl/assets/10238714/7565a13f-9532-4a69-9f81-e79505400b1c)
27+
![image](https://github.com/user-attachments/assets/10dcf7eb-5808-4d4d-9db8-4beb25b5e51a)
2428

2529
## API
2630

0 commit comments

Comments
 (0)