-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathworkflow_nfdi.json
More file actions
24 lines (24 loc) · 1.25 KB
/
workflow_nfdi.json
File metadata and controls
24 lines (24 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"nodes": {
"0": "nfdi_ing_workflow.generate_mesh",
"1": "nfdi_ing_workflow.convert_to_xdmf",
"2": "nfdi_ing_workflow.poisson",
"3": "nfdi_ing_workflow.plot_over_line",
"4": "nfdi_ing_workflow.substitute_macros",
"5": "nfdi_ing_workflow.compile_paper",
"6": 2.0
},
"edges": [
{"target": 0, "targetPort": "domain_size", "source": 6, "sourcePort": null},
{"target": 1, "targetPort": "gmsh_output_file", "source": 0, "sourcePort": null},
{"target": 2, "targetPort": "meshio_output_xdmf", "source": 1, "sourcePort": "xdmf_file"},
{"target": 2, "targetPort": "meshio_output_h5", "source": 1, "sourcePort": "h5_file"},
{"target": 3, "targetPort": "poisson_output_pvd_file", "source": 2, "sourcePort": "pvd_file"},
{"target": 3, "targetPort": "poisson_output_vtu_file", "source": 2, "sourcePort": "vtu_file"},
{"target": 4, "targetPort": "pvbatch_output_file", "source": 3, "sourcePort": null},
{"target": 4, "targetPort": "ndofs", "source": 2, "sourcePort": "numdofs"},
{"target": 4, "targetPort": "domain_size", "source": 6, "sourcePort": null},
{"target": 5, "targetPort": "macros_tex", "source": 4, "sourcePort": null},
{"target": 5, "targetPort": "plot_file", "source": 3, "sourcePort": null}
]
}