File tree Expand file tree Collapse file tree 11 files changed +367
-264
lines changed
doc/source/user_guide/tutorials
08-enriching_dpf_capabilities Expand file tree Collapse file tree 11 files changed +367
-264
lines changed Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_import_data :
2+
3+ Import Data
4+ -----------
5+
6+ From user input
7+ ***************
8+
9+ .. grid :: 2
10+ :gutter: 2
11+ :padding: 2
12+ :margin: 2
13+
14+ .. grid-item-card :: Import data from csv file
15+ :link: ref_tutorials
16+ :link-type: ref
17+ :text-align: center
18+
19+ This tutorial
20+
21+ .. grid-item-card :: Create a data storage structure from scratch
22+ :link: ref_tutorials
23+ :link-type: ref
24+ :text-align: center
25+
26+ This tutorial
27+
28+ .. grid-item-card :: Create a mesh from scratch
29+ :link: ref_tutorials
30+ :link-type: ref
31+ :text-align: center
32+
33+ This tutorial
34+
35+ From result files
36+ *****************
37+
38+ .. grid :: 2
39+ :gutter: 2
40+ :padding: 2
41+ :margin: 2
42+
43+ .. grid-item-card :: Extract and explore results metadata
44+ :link: ref_tutorials
45+ :link-type: ref
46+ :text-align: center
47+
48+ This tutorial
49+
50+ .. grid-item-card :: Extract and explore results
51+ :link: ref_tutorials
52+ :link-type: ref
53+ :text-align: center
54+
55+ This tutorial
56+
57+ .. grid-item-card :: Narrow down data (scoping tutorial)
58+ :link: ref_tutorials
59+ :link-type: ref
60+ :text-align: center
61+
62+ This tutorial
63+
64+
65+ .. toctree ::
66+ :maxdepth: 2
67+ :hidden:
68+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_mesh :
2+
3+ Mesh
4+ ----
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Read the mesh metadata
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. grid-item-card :: Read the mesh
19+ :link: ref_tutorials
20+ :link-type: ref
21+ :text-align: center
22+
23+ This tutorial
24+
25+ .. grid-item-card :: Read a subpart of the mesh
26+ :link: ref_tutorials
27+ :link-type: ref
28+ :text-align: center
29+
30+ This tutorial
31+
32+ .. grid-item-card :: Split the mesh
33+ :link: ref_tutorials
34+ :link-type: ref
35+ :text-align: center
36+
37+ This tutorial
38+
39+ .. toctree ::
40+ :maxdepth: 2
41+ :hidden:
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_transform_data :
2+
3+ Transform data
4+ --------------
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Using operators
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. grid-item-card :: Create a workflow
19+ :link: ref_tutorials
20+ :link-type: ref
21+ :text-align: center
22+
23+ This tutorial
24+
25+ .. grid-item-card :: Mathematical operations with PyDPF-Core data storage structures
26+ :link: ref_tutorials
27+ :link-type: ref
28+ :text-align: center
29+
30+ This tutorial
31+
32+ .. toctree ::
33+ :maxdepth: 2
34+ :hidden:
35+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_plot :
2+
3+ Plot
4+ ----
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Plotting meshes
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. grid-item-card :: Plotting data on the mesh
19+ :link: ref_tutorials
20+ :link-type: ref
21+ :text-align: center
22+
23+ This tutorial
24+
25+ .. grid-item-card :: Plotting data on specific placements
26+ :link: ref_tutorials
27+ :link-type: ref
28+ :text-align: center
29+
30+ This tutorial
31+
32+ .. grid-item-card :: Plotting a graph
33+ :link: ref_tutorials
34+ :link-type: ref
35+ :text-align: center
36+
37+ This tutorial
38+
39+ .. toctree ::
40+ :maxdepth: 2
41+ :hidden:
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_animate :
2+
3+ Animate
4+ -------
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Animate data
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. toctree ::
19+ :maxdepth: 2
20+ :hidden:
21+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_export_data :
2+
3+ Export data
4+ -----------
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Export to XXX
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. toctree ::
19+ :maxdepth: 2
20+ :hidden:
21+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_enriching :
2+
3+ Enriching DPF capabilities
4+ --------------------------
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Create custom operators and plugins
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. grid-item-card :: Configure DPF plugins load
19+ :link: ref_tutorials
20+ :link-type: ref
21+ :text-align: center
22+
23+ This tutorial
24+
25+ .. grid-item-card :: Create a plug-in package with multiple operators
26+ :link: ref_tutorials
27+ :link-type: ref
28+ :text-align: center
29+
30+ This tutorial
31+
32+ .. grid-item-card :: Create a plug-in package that has third-party dependencies
33+ :link: ref_tutorials
34+ :link-type: ref
35+ :text-align: center
36+
37+ This tutorial
38+
39+ .. toctree ::
40+ :maxdepth: 2
41+ :hidden:
42+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_distributed_files :
2+
3+ Post-process distributed files
4+ ------------------------------
5+
6+ .. grid-item-card :: Post process data on distributed processes
7+ :link: ref_tutorials
8+ :link-type: ref
9+ :text-align: center
10+
11+ This tutorial
12+
13+ .. grid-item-card :: Create a custom workflow on distributed processes
14+ :link: ref_tutorials
15+ :link-type: ref
16+ :text-align: center
17+
18+ This tutorial
19+
20+ .. toctree ::
21+ :maxdepth: 2
22+ :hidden:
23+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_dpf_server :
2+
3+ DPF server
4+ ----------
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Switch between local and remote server
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. toctree ::
19+ :maxdepth: 2
20+ :hidden:
21+
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_others_licensing :
2+
3+ Licensing
4+ ---------
5+
6+ .. grid :: 2
7+ :gutter: 2
8+ :padding: 2
9+ :margin: 2
10+
11+ .. grid-item-card :: Access Entry and Premium Capabilities
12+ :link: ref_tutorials
13+ :link-type: ref
14+ :text-align: center
15+
16+ This tutorial
17+
18+ .. toctree ::
19+ :maxdepth: 2
20+ :hidden:
21+
You can’t perform that action at this time.
0 commit comments