-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcodemeta.json
More file actions
90 lines (90 loc) · 2.99 KB
/
codemeta.json
File metadata and controls
90 lines (90 loc) · 2.99 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "INSA Lyon"
},
"email": "Yves.Renard@insa-lyon.fr",
"familyName": "Renard",
"givenName": "Yves"
},
{
"id": "_:author_2",
"type": "Person",
"familyName": "Pommier",
"givenName": "Julien"
},
{
"id": "_:author_3",
"type": "Person",
"familyName": "Poulios",
"givenName": "Konstantinos"
}
],
"codeRepository": "git+https://git.savannah.nongnu.org/git/getfem.git",
"contributor": [
{
"id": "_:contributor_1",
"type": "Person",
"familyName": "Andreikiv",
"givenName": "Andriy"
},
{
"id": "_:contributor_2",
"type": "Person",
"familyName": "LIM",
"givenName": "Liang Jin"
},
{
"id": "_:contributor_3",
"type": "Person",
"familyName": "Ligursky",
"givenName": "Tomas"
},
{
"id": "_:contributor_4",
"type": "Person",
"familyName": "Saavedra",
"givenName": "Luis"
},
{
"id": "_:contributor_5",
"type": "Person",
"familyName": "Colette",
"givenName": "Yann"
}
],
"dateCreated": "1999-01-01",
"dateModified": "2025-01-16",
"datePublished": "2008-06-28",
"description": "GetFEM is an open source library based on collaborative development.\nIt aims to offer the most flexible framework for solving potentially coupled systems of linear and nonlinear partial differential equations with the finite element method. GetFEM is interfaced\nwith some script languages (Python, Octave, Scilab and Matlab) so that almost all of the functionalities can be used just writing scripts. It works in arbitrary dimension and allow to couple 1D, 2D and 3D problems.",
"downloadUrl": "http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.4.tar.gz",
"license": "https://spdx.org/licenses/LGPL-3.0",
"name": "GetFEM",
"programmingLanguage": [
"C++",
"Python",
"Scilab",
"Octave",
"Matlab"
],
"releaseNotes": "This patch version fix a problem in the use of the libtool variable LIBTOOL_VERSION_INFO and reduce code of the superlu and blas interfaces of GMM.",
"softwareRequirements": [
"Python 3.4",
"SuperLu",
"Mumps",
"Blas",
"Lapack",
"qhull"
],
"version": "5.4.4",
"developmentStatus": "active",
"isSourceCodeOf": "no",
"issueTracker": "https://getfem.discourse.group/",
"referencePublication": "https://doi.org/10.1145/3412849"
}