|
1 | 1 | .. _ref_tutorials_others: |
2 | 2 |
|
| 3 | +====================== |
3 | 4 | Fundamentals and usage |
4 | | ----------------------- |
| 5 | +====================== |
5 | 6 |
|
6 | 7 | These tutorials cover specifics features with detailed demonstrations to help |
7 | 8 | understanding the fundamental PyDPF-Core functionalities and clarify some concepts. |
8 | 9 |
|
9 | 10 | They are categorised based on PyDPF-Core usage : |
10 | 11 |
|
11 | | -.. grid:: 4 |
| 12 | +Import Data |
| 13 | +----------- |
| 14 | + |
| 15 | +From user input |
| 16 | +*************** |
| 17 | + |
| 18 | +.. grid:: 2 |
12 | 19 | :gutter: 2 |
13 | 20 | :padding: 2 |
14 | 21 | :margin: 2 |
15 | 22 |
|
16 | | - .. grid-item-card:: Results |
17 | | - :link: tutorials_other_feature_1 |
| 23 | + .. grid-item-card:: Import data from csv file |
| 24 | + :link: ref_tutorials |
18 | 25 | :link-type: ref |
19 | 26 | :text-align: center |
20 | 27 |
|
21 | | - .. grid-item-card:: Mesh |
22 | | - :link: tutorials_other_feature_2 |
23 | | - :link-type: ref |
24 | | - :text-align: center |
| 28 | + This tutorial |
25 | 29 |
|
26 | | - .. grid-item-card:: Transform data |
27 | | - :link: tutorials_other_feature_3 |
| 30 | + .. grid-item-card:: Create a data storage structure from scratch |
| 31 | + :link: ref_tutorials |
28 | 32 | :link-type: ref |
29 | 33 | :text-align: center |
30 | 34 |
|
31 | | - .. grid-item-card:: Plot |
32 | | - :link: tutorials_other_feature_4 |
| 35 | + This tutorial |
| 36 | + |
| 37 | + .. grid-item-card:: Create a mesh from scratch |
| 38 | + :link: ref_tutorials |
33 | 39 | :link-type: ref |
34 | 40 | :text-align: center |
35 | 41 |
|
36 | | - .. grid-item-card:: Animate |
37 | | - :link: tutorials_other_feature_5 |
| 42 | + This tutorial |
| 43 | + |
| 44 | +From result files |
| 45 | +***************** |
| 46 | + |
| 47 | +.. grid:: 2 |
| 48 | + :gutter: 2 |
| 49 | + :padding: 2 |
| 50 | + :margin: 2 |
| 51 | + |
| 52 | + .. grid-item-card:: Extract and explore results metadata |
| 53 | + :link: ref_tutorials |
38 | 54 | :link-type: ref |
39 | 55 | :text-align: center |
40 | 56 |
|
41 | | - .. grid-item-card:: Export data |
42 | | - :link: tutorials_other_feature_6 |
| 57 | + This tutorial |
| 58 | + |
| 59 | + .. grid-item-card:: Extract and explore results |
| 60 | + :link: ref_tutorials |
43 | 61 | :link-type: ref |
44 | 62 | :text-align: center |
45 | 63 |
|
46 | | - .. grid-item-card:: Enriching DPF capabilities |
47 | | - :link: tutorials_other_feature_7 |
| 64 | + This tutorial |
| 65 | + |
| 66 | + .. grid-item-card:: Narrow down data (scoping tutorial) |
| 67 | + :link: ref_tutorials |
48 | 68 | :link-type: ref |
49 | 69 | :text-align: center |
50 | 70 |
|
51 | | - .. grid-item-card:: Post-process distributed files |
52 | | - :link: tutorials_other_feature_8 |
| 71 | + This tutorial |
| 72 | + |
| 73 | +Mesh |
| 74 | +---- |
| 75 | + |
| 76 | +.. grid:: 2 |
| 77 | + :gutter: 2 |
| 78 | + :padding: 2 |
| 79 | + :margin: 2 |
| 80 | + |
| 81 | + .. grid-item-card:: Read the mesh metadata |
| 82 | + :link: ref_tutorials |
53 | 83 | :link-type: ref |
54 | 84 | :text-align: center |
55 | 85 |
|
56 | | -.. _tutorials_other_feature_1: |
| 86 | + This tutorial |
57 | 87 |
|
58 | | -Results |
59 | | -------- |
| 88 | + .. grid-item-card:: Read the mesh |
| 89 | + :link: ref_tutorials |
| 90 | + :link-type: ref |
| 91 | + :text-align: center |
60 | 92 |
|
| 93 | + This tutorial |
61 | 94 |
|
| 95 | + .. grid-item-card:: Read a subpart of the mesh |
| 96 | + :link: ref_tutorials |
| 97 | + :link-type: ref |
| 98 | + :text-align: center |
62 | 99 |
|
63 | | -.. _tutorials_other_feature_2: |
| 100 | + This tutorial |
64 | 101 |
|
65 | | -Mesh |
66 | | ----- |
| 102 | + .. grid-item-card:: Split the mesh |
| 103 | + :link: ref_tutorials |
| 104 | + :link-type: ref |
| 105 | + :text-align: center |
67 | 106 |
|
68 | | -.. _tutorials_other_feature_3: |
| 107 | + This tutorial |
69 | 108 |
|
70 | 109 | Transform data |
71 | 110 | -------------- |
72 | 111 |
|
73 | | -.. _tutorials_other_feature_4: |
| 112 | +.. grid:: 2 |
| 113 | + :gutter: 2 |
| 114 | + :padding: 2 |
| 115 | + :margin: 2 |
| 116 | + |
| 117 | + .. grid-item-card:: Using operators |
| 118 | + :link: ref_tutorials |
| 119 | + :link-type: ref |
| 120 | + :text-align: center |
| 121 | + |
| 122 | + This tutorial |
| 123 | + |
| 124 | + .. grid-item-card:: Create a workflow |
| 125 | + :link: ref_tutorials |
| 126 | + :link-type: ref |
| 127 | + :text-align: center |
| 128 | + |
| 129 | + This tutorial |
| 130 | + |
74 | 131 |
|
75 | 132 | Plot |
76 | 133 | ---- |
77 | 134 |
|
78 | | -.. _tutorials_other_feature_5: |
| 135 | +.. grid:: 2 |
| 136 | + :gutter: 2 |
| 137 | + :padding: 2 |
| 138 | + :margin: 2 |
| 139 | + |
| 140 | + .. grid-item-card:: Plotting meshes |
| 141 | + :link: ref_tutorials |
| 142 | + :link-type: ref |
| 143 | + :text-align: center |
| 144 | + |
| 145 | + This tutorial |
| 146 | + |
| 147 | + .. grid-item-card:: Plotting 3D data |
| 148 | + :link: ref_tutorials |
| 149 | + :link-type: ref |
| 150 | + :text-align: center |
| 151 | + |
| 152 | + This tutorial |
| 153 | + |
| 154 | + .. grid-item-card:: Plotting 2D data |
| 155 | + :link: ref_tutorials |
| 156 | + :link-type: ref |
| 157 | + :text-align: center |
| 158 | + |
| 159 | + This tutorial |
| 160 | + |
79 | 161 |
|
80 | 162 | Animate |
81 | 163 | ------- |
82 | 164 |
|
83 | | -.. _tutorials_other_feature_6: |
| 165 | +.. grid:: 2 |
| 166 | + :gutter: 2 |
| 167 | + :padding: 2 |
| 168 | + :margin: 2 |
| 169 | + |
| 170 | + .. grid-item-card:: Animate transient data |
| 171 | + :link: ref_tutorials |
| 172 | + :link-type: ref |
| 173 | + :text-align: center |
| 174 | + |
| 175 | + This tutorial |
| 176 | + |
| 177 | + .. grid-item-card:: Animate modal data |
| 178 | + :link: ref_tutorials |
| 179 | + :link-type: ref |
| 180 | + :text-align: center |
| 181 | + |
| 182 | + This tutorial |
84 | 183 |
|
85 | 184 | Export data |
86 | 185 | ----------- |
87 | 186 |
|
88 | | -.. _tutorials_other_feature_7: |
| 187 | +.. grid:: 2 |
| 188 | + :gutter: 2 |
| 189 | + :padding: 2 |
| 190 | + :margin: 2 |
| 191 | + |
| 192 | + .. grid-item-card:: Export to XXX |
| 193 | + :link: ref_tutorials |
| 194 | + :link-type: ref |
| 195 | + :text-align: center |
| 196 | + |
| 197 | + This tutorial |
| 198 | + |
89 | 199 |
|
90 | 200 | Enriching DPF capabilities |
91 | 201 | -------------------------- |
92 | 202 |
|
93 | | -.. _tutorials_other_feature_8: |
| 203 | +.. grid:: 2 |
| 204 | + :gutter: 2 |
| 205 | + :padding: 2 |
| 206 | + :margin: 2 |
| 207 | + |
| 208 | + .. grid-item-card:: Create custom operators and plugins |
| 209 | + :link: ref_tutorials |
| 210 | + :link-type: ref |
| 211 | + :text-align: center |
| 212 | + |
| 213 | + This tutorial |
| 214 | + |
| 215 | + .. grid-item-card:: Configure DPF plugins load |
| 216 | + :link: ref_tutorials |
| 217 | + :link-type: ref |
| 218 | + :text-align: center |
| 219 | + |
| 220 | + This tutorial |
94 | 221 |
|
95 | 222 | Post-process distributed files |
96 | 223 | ------------------------------ |
97 | 224 |
|
| 225 | +DPF server |
| 226 | +---------- |
| 227 | + |
| 228 | +.. grid:: 2 |
| 229 | + :gutter: 2 |
| 230 | + :padding: 2 |
| 231 | + :margin: 2 |
| 232 | + |
| 233 | + .. grid-item-card:: Switch between local and remote server |
| 234 | + :link: ref_tutorials |
| 235 | + :link-type: ref |
| 236 | + :text-align: center |
| 237 | + |
| 238 | + This tutorial |
| 239 | + |
| 240 | +Licensing |
| 241 | +--------- |
| 242 | + |
| 243 | +.. grid:: 2 |
| 244 | + :gutter: 2 |
| 245 | + :padding: 2 |
| 246 | + :margin: 2 |
| 247 | + |
| 248 | + .. grid-item-card:: Access Entry and Premium Capabilities |
| 249 | + :link: ref_tutorials |
| 250 | + :link-type: ref |
| 251 | + :text-align: center |
| 252 | + |
| 253 | + This tutorial |
0 commit comments