aboutsummaryrefslogtreecommitdiff
blob: b3a913d46fd280674a725995a4ed5f961e9c9b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci-mathematics@gentoo.org</email>
    <name>Gentoo Mathematics Project</name>
  </maintainer>
  <longdescription lang="en">
UFC (Unified Form-assembly Code) is a unified framework for finite element assembly. More precisely, it defines a fixed interface for communicating low level routines (functions) for evaluating and assembling finite element variational forms. The UFC interface consists of a single header file ufc.h that specifies a C++ interface that must be implemented by code that complies with the UFC specification.
  </longdescription>
  <upstream>
    <remote-id type="bitbucket">fenics-project/ufc-deprecated</remote-id>
    <remote-id type="launchpad">ufc</remote-id>
  </upstream>
</pkgmetadata>