aboutsummaryrefslogtreecommitdiff
blob: 523b25eee9cdc78544fc2b825ea18b08dba61d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci</herd>
	<longdescription lang="en">
		The Unified Form Language (UFL) is a domain specific language for
		declaration of finite element discretizations of variational forms. More
		precisely, it defines a flexible interface for choosing finite element
		spaces and defining expressions for weak forms in a notation close to
		mathematical notation.
	</longdescription>
	<use>
		<flag name="scipy">Adds support for evaluating Bessel functions using <pkg>dev-python/scipy</pkg></flag>
	</use>
	<upstream>
		<remote-id type="bitbucket">fenics-project/ufl</remote-id>
		<remote-id type="launchpad">ufl</remote-id>
	</upstream>
</pkgmetadata>