-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
43 lines (43 loc) · 1.41 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
{
"name": "pu-dwr-combustion",
"@context": "https://w3id.org/codemeta/3.0",
"applicationCategory": "Scientific",
"author": [
{
"affiliation": {
"name": "WIAS Berlin",
"type": "Organization"
},
"familyName": "Thiele",
"id": "_:author_1",
"givenName": "Jan",
"type": "Person"
}
],
"codeRepository": "https://github.com/jpthiele/pu-dwr-combustion",
"dateCreated": "2023-07-14",
"dateModified": "2024-11-08",
"datePublished": "2024-02-09",
"description": "Space-time finite element solver to the low Mach number combustion equations with goal oriented adaptive mesh refinement using the dual-weighted residual method (DWR) with a partition-of-unity localization.",
"developmentStatus": "inactive",
"downloadUrl": "https://github.com/jpthiele/pu-dwr-combustion/releases/tag/v1.0.0",
"identifier": "10.5281/zenodo.14055421",
"issueTracker": "https://github.com/jpthiele/pu-dwr-combustion/issues",
"keywords": [
"dual-weighted residual",
"partition-of-unity-localization",
"space-time finite elements"
],
"license": "https://spdx.org/licenses/LGPL-3.0",
"programmingLanguage": [
"C++",
"CMake"
],
"schema:releaseNotes": "Version used in https://doi.org/10.48550/arXiv.2207.04764",
"softwareRequirements": [
"github.com/dealii/dealii",
"github.com/Trilinos/Trilinos"
],
"version": "1.0.1",
"type": "SoftwareSourceCode"
}