-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathau.edu.uq.esys.escript.appdata.xml
64 lines (64 loc) · 3.16 KB
/
au.edu.uq.esys.escript.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Adam Ellery <[email protected]> -->
<component type="console-application">
<id>au.edu.uq.esys.escript</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>Apache-2.0</project_license>
<name>esys-escript</name>
<summary>
Python module for solving partial differential equations using the finite element method
</summary>
<description>
<p>
esys-escript is a programming tool for solving partial differential equations
in python using the finite element method (FEM). It is very easy to use and scripts
can run on desktop computers as well as highly parallel supercomputer without changes.
Scripts are executed in parallel using MPI, OpenMP and hybrid mode processing
over 50 million unknowns on several thousand cores on a parallel computer.
</p>
</description>
<launchable type="desktop-id">au.edu.uq.esys.escript.desktop</launchable>
<url type="homepage">https://github.com/esys-escript/esys-escript.github.io</url>
<releases>
<release date="2022-07-28" version="5.10"></release>
</releases>
<developer_name>University of Queensland</developer_name>
<icon type="stock">au.edu.uq.esys.escript</icon>
<screenshots>
<screenshot type="default">
<image>https://i.imgur.com/loEOeYp.png</image>
</screenshot>
</screenshots>
<categories>
<category>Science</category>
<category>Education</category>
</categories>
<url type="bugtracker">https://github.com/LutzGross/esys-escript.github.io/issues</url>
<update_contact>[email protected]</update_contact>
<translation type="gettext">escript</translation>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<provides>
<binary>run-escript</binary>
</provides>
</component>