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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Adam Ellery <a.ellery@uq.edu.au> -->
<application>
<id type="desktop">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>
esys-escript is a python module for implementing mathematical models using the finite element method
</summary>
<description>
<p>
esys-escript is a programming tool for implementing mathematical models in python using the finite element method (FEM). As users do not access the data structures 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://launchpad.net/escript-finley/</url>
<releases>
<release date="2019-01-01" version="5.5">
<description>
<p>
This release contains eScript version 5.5.
</p>
</description>
</release>
</releases>
<developer_name>University of Queensland</developer_name>
<screenshots>
<screenshot>
<image type="source">https://i.imgur.com/loEOeYp.png</image>
</screenshot>
</screenshots>
<url type="bugtracker">https://launchpad.net/escript-finley/</url>
<url type="help">https://launchpad.net/escript-finley/</url>
<update_contact>a.ellery@uq.edu.au</update_contact>
<translation>EN</translation>
<content_rating type="oars-1.0">
<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>
</application>
|