-
Notifications
You must be signed in to change notification settings - Fork 23
/
codemeta.json
30 lines (30 loc) · 944 Bytes
/
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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-6330-2709",
"@type": "Person",
"email": "[email protected]",
"name": "Pi-Yueh Chuang",
"affiliation": "The George Washington University"
},
{
"@id": "0000-0001-5812-2711",
"@type": "Person",
"email": "[email protected]",
"name": "Lorena A. Barba",
"affiliation": "The George Washington University"
}
],
"identifier": "https://doi.org/10.6084/m9.figshare.5018774.v1",
"codeRepository": "https://github.com/barbagroup/AmgXWrapper",
"datePublished": "2017-06-02",
"dateModified": "2017-06-02",
"dateCreated": "2017-06-02",
"description": "A wrapper for using AmgX in PETSc applications",
"keywords": "PETSc, AmgX, multigrid, multi-GPU computing",
"license": "MIT",
"title": "AmgXWrapper",
"version": ""
}