aboutsummaryrefslogtreecommitdiff
blob: 631c5c68ac9b96baeee83673f2fe4972cb5025ca (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>
  </upstream>
</pkgmetadata>