forked from christophmschaefer/miluphcuda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
73 lines (73 loc) · 3 KB
/
codemeta.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "miluphcuda: Smooth particle hydrodynamics code",
"description": "miluphcuda is the CUDA port of the original miluph code; it runs on single Nvidia GPUs with compute capability 5.0 and higher and provides fast and efficient computation. The code can be used for hydrodynamical simulations and collision and impact physics, and features self-gravity via Barnes-Hut trees and porosity models such as P-alpha and epsilon-alpha. It can model solid bodies, including ductile and brittle materials, as well as non-viscous fluids, granular media, and porous continua.",
"identifier": "ascl:1911.023",
"author": [
{
"@type": "Person",
"givenName": "Christoph M.",
"familyName": "Schaefer",
"@id": "https://orcid.org/0000-0002-0341-3738"
},
{
"@type": "Person",
"givenName": "Sven",
"familyName": "Riecker",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
},
{
"@type": "Person",
"givenName": "Oliver",
"familyName": "Wandel",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
},
{
"@type": "Person",
"givenName": "Thomas I.",
"familyName": "Maindl",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
},
{
"@type": "Person",
"givenName": "Samuel",
"familyName": "Scherrer",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
},
{
"@type": "Person",
"givenName": "Janka",
"familyName": "Werner",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
},
{
"@type": "Person",
"givenName": "Christoph",
"familyName": "Burger",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
},
{
"@type": "Person",
"givenName": "Marius",
"familyName": "Morlock",
"@id": "PLACEHOLDER: Add ORCID (https://orcid.org/xxxxxx) here"
}
],
"citation": "https://ui.adsabs.harvard.edu/abs/2019ascl.soft11023S",
"relatedLink": [
"PLACEHOLDER: Add related links (if any) here"
],
"codeRepository": [
"https://github.com/christophmschaefer/miluphcuda"
],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"url": "https://ui.adsabs.harvard.edu/abs/2016A%26A...590A..19S",
"@id": "PLACEHOLDER: Add DOI (https://doi.org/xxxxxx) here"
}
],
"version": "PLACEHOLDER: Add version here",
"license": "PLACEHOLDER: Add license (ideally as a URL to the SPDX page - e.g. https://spdx.org/licenses/MIT.html) here"
}