Skip to content

Commit a12248d

Browse files
committed
update docu
1 parent 61b36be commit a12248d

7 files changed

Lines changed: 23 additions & 0 deletions

docs/src/assets/gauss_scale.png

50.5 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023 German Aerospace Center (Deutsches Zentrum für Luft- und Raumfahrt e.V.; DLR)
2+
3+
SPDX-License-Identifier: CC-BY-NC-ND-3.0-DE
386 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023 German Aerospace Center (Deutsches Zentrum für Luft- und Raumfahrt e.V.; DLR)
2+
3+
SPDX-License-Identifier: CC-BY-NC-ND-3.0-DE

docs/src/assets/point_gaussian.png

53.8 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023 German Aerospace Center (Deutsches Zentrum für Luft- und Raumfahrt e.V.; DLR)
2+
3+
SPDX-License-Identifier: CC-BY-NC-ND-3.0-DE

docs/src/man/getting_started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@ Run PeriLab with two processors:
4949
$ mpiexecjl -n 2 julia -e "using PeriLab; PeriLab.main()" Dogbone.yaml -v
5050
```
5151

52+
## Postprocessing
53+
54+
For post-processing of the Exodus result files [ParaView](paraview.org) is used. You can open the .e file directly. All output data can be find there. At step 0 all zero. They are filled in the first step. The number of steps are defined in the yaml.
55+
56+
The figure shows an example of a plate and the list of possible options.
57+
58+
<img src="../assets/paraview_example.png" width="400">
59+
60+
61+
Because the points are very small, you have the option to use point gaussian as an option. The points get a volume. The standard is a sphere.
62+
The size can be scaled.
63+
<img src="../assets/point_gaussian.png" height="180">
64+
<img src="../assets/gauss_scale.png" height="180">
65+
5266
## Training
5367

5468
The training input is given under the examples folder. The documentation and a video will follow.

0 commit comments

Comments
 (0)