|
3 | 3 | Tutorials |
4 | 4 | --------- |
5 | 5 |
|
6 | | -The tutorials go through the steps required to access, analyze, |
7 | | -and transform simulation data using PyDPF-Core. |
| 6 | +The tutorials cover specifics features with detailed demonstrations to help |
| 7 | +understanding the fundamental PyDPF-Core functionalities and clarify some concepts. |
| 8 | +They are designed to teach how to perform a task, providing explanations at each stage. |
8 | 9 |
|
9 | | -Tutorials are more substantive and complex than examples. They are designed to teach how to perform a task and understand |
10 | | -the underlying concepts, providing detailed explanations at each stage, whereas examples showcase end-to-end specific processes. |
| 10 | +:fa:`person-running` Beginner's guide |
| 11 | +************************************* |
11 | 12 |
|
12 | | -.. grid:: 1 1 2 2 |
| 13 | +New to PyDPF-Core? Check our beginner's tutorials. They offer an overview |
| 14 | +of our package background so you can understand how to work with it. |
| 15 | + |
| 16 | +.. grid:: 1 1 3 3 |
13 | 17 | :gutter: 2 |
14 | 18 | :padding: 2 |
15 | 19 | :margin: 2 |
16 | 20 |
|
17 | | - .. grid-item-card:: :fa:`person-running` Onboarding |
| 21 | + .. grid-item-card:: PyDPF-Core language fundamentals |
| 22 | + :link: ref_tutorials_basic |
| 23 | + :link-type: ref |
| 24 | + :text-align: center |
| 25 | + |
| 26 | + These tutorials gives you an overview on how to use PyDPF-Core API |
| 27 | + |
| 28 | + .. grid-item-card:: Processing data basics |
| 29 | + :link: ref_tutorials_others |
| 30 | + :link-type: ref |
| 31 | + :text-align: center |
| 32 | + |
| 33 | + These tutorials shows the basics on how data can be manipulated with PyDPF-Core. |
| 34 | + |
| 35 | + .. grid-item-card:: Post processing simulations basics |
| 36 | + :link: ref_tutorials_others |
| 37 | + :link-type: ref |
| 38 | + :text-align: center |
| 39 | + |
| 40 | + This tutorial shows a basic post-processing procedure using PyDPf-Core |
| 41 | + |
| 42 | +:fa:`book-open-reader` Features usage |
| 43 | +************************************* |
| 44 | + |
| 45 | +.. grid:: 1 1 3 3 |
| 46 | + :gutter: 2 |
| 47 | + :padding: 2 |
| 48 | + :margin: 2 |
| 49 | + |
| 50 | + .. grid-item-card:: Import Data on DPF |
| 51 | + :link: ref_tutorials_basic |
| 52 | + :link-type: ref |
| 53 | + :text-align: center |
| 54 | + |
| 55 | + These tutorials demonstrate how to represent data in DPF: either from manual input either form result files. |
| 56 | + |
| 57 | + .. grid-item-card:: Export data from DPF |
| 58 | + :link: ref_tutorials_others |
| 59 | + :link-type: ref |
| 60 | + :text-align: center |
| 61 | + |
| 62 | + These tutorials provides demonstrations on how to export data from your manipulation. |
| 63 | + |
| 64 | + .. grid-item-card:: Transform data with PyDPF-Core |
| 65 | + :link: ref_tutorials_basic |
| 66 | + :link-type: ref |
| 67 | + :text-align: center |
| 68 | + |
| 69 | + These tutorials demonstrate how to transform and operate on the data to obtain the desired input. |
| 70 | + |
| 71 | + .. grid-item-card:: Mesh analysis |
| 72 | + :link: ref_tutorials_others |
| 73 | + :link-type: ref |
| 74 | + :text-align: center |
| 75 | + |
| 76 | + These tutorials provides detailed demonstrations on how to explore the simulation models mesh. |
| 77 | + |
| 78 | + .. grid-item-card:: Plot |
| 79 | + :link: ref_tutorials_others |
| 80 | + :link-type: ref |
| 81 | + :text-align: center |
| 82 | + |
| 83 | + These tutorials shows how to visualise the data in plots. |
| 84 | + |
| 85 | + .. grid-item-card:: Animate |
| 86 | + :link: ref_tutorials_basic |
| 87 | + :link-type: ref |
| 88 | + :text-align: center |
| 89 | + |
| 90 | + These tutorials shows how to visualise the data in an animation. |
| 91 | + |
| 92 | + .. grid-item-card:: Enriching DPF capabilities |
| 93 | + :link: ref_tutorials_basic |
| 94 | + :link-type: ref |
| 95 | + :text-align: center |
| 96 | + |
| 97 | + These tutorials demonstrate how to enhance DPF capabilities by creating new operator’s libraries. |
| 98 | + |
| 99 | + .. grid-item-card:: Post-process distributed files |
| 100 | + :link: ref_tutorials_others |
| 101 | + :link-type: ref |
| 102 | + :text-align: center |
| 103 | + |
| 104 | + These tutorials provides demonstrations on how to use PyDPF-Core with distributed files. |
| 105 | + |
| 106 | + .. grid-item-card:: DPF server |
18 | 107 | :link: ref_tutorials_basic |
19 | 108 | :link-type: ref |
20 | 109 | :text-align: center |
21 | 110 |
|
22 | | - New to PyDPF-Core? Check our beginner's tutorial. It offers an overview |
23 | | - of our basic key features and links to additional tutorials. |
| 111 | + These tutorial explains how to manipulate DPF client-server architecture |
24 | 112 |
|
25 | | - .. grid-item-card:: :fa:`book-open-reader` Fundamentals and usage |
| 113 | + .. grid-item-card:: Licensing |
26 | 114 | :link: ref_tutorials_others |
27 | 115 | :link-type: ref |
28 | 116 | :text-align: center |
29 | 117 |
|
30 | | - These tutorials provides detailed demonstrations on PyDPF-Core key features. |
| 118 | + These tutorials provide detailed demonstrations on how to access |
| 119 | + the Entry and Premium licensing capabilities |
0 commit comments