aboutsummaryrefslogtreecommitdiff
blob: 5a234191198f784b9b4794f9576c5d68ea594364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci-mathematics</herd>
  <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>