forked from choras-org/simulation-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmethods-config.json
More file actions
52 lines (52 loc) · 2.03 KB
/
Copy pathmethods-config.json
File metadata and controls
52 lines (52 loc) · 2.03 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"simulationType": "DG",
"containerImage": "dg_image:latest",
"envVars": {"CUDA_VISIBLE_DEVICES": "0"},
"label": "Discontinuous Galerkin method",
"settings":"dg_setting.json",
"entryFile":"DGinterface.py",
"repositoryURL":"https://github.com/Building-acoustics-TU-Eindhoven/edg-acoustics/",
"documentationURL":"https://dg-roomacoustics.readthedocs.io/en/latest/"
},
{
"simulationType": "DE",
"containerImage": "de_image:latest",
"envVars": {},
"label": "Diffusion Equation method",
"settings":"de_setting.json",
"entryFile":"DEinterface.py",
"repositoryURL":"https://github.com/Building-acoustics-TU-Eindhoven/acousticDE/",
"documentationURL":"https://building-acoustics-tu-eindhoven.github.io/acousticDE/index.html"
},
{
"simulationType": "Pyroomacoustics",
"containerImage": "pyroomacoustics_image:latest",
"envVars": {},
"label": "Pyroomacoustics",
"settings": "pyroomacoustics_setting.json",
"entryFile": "__main__.py",
"repositoryURL": "https://github.com/LCAV/pyroomacoustics",
"documentationURL": "https://pyroomacoustics.readthedocs.io"
},
{
"simulationType": "misuka",
"containerImage": "misuka_image:latest",
"envVars": {},
"label": "misuka",
"entryFile":"misukaInterface.py",
"settings":"misuka_setting.json",
"repositoryURL":"https://github.com/misuka-renderer/misuka.git",
"documentationURL":"https://www.tu.berlin/en/ak/research/projects/differentiable-acoustic-path-tracing"
},
{
"simulationType": "sparrowpy",
"containerImage": "sparrowpy_image:latest",
"envVars": {},
"label": "sparrowpy",
"settings":"sparrowpy_setting.json",
"entryFile":"sparrowpy_interface.py",
"repositoryURL":"https://github.com/sparrow-acoustics/sparrowpy",
"documentationURL":"https://sparrowpy.readthedocs.io/en/stable"
}
]