ufc 2.3.0-1 source package in Ubuntu

Changelog

ufc (2.3.0-1) unstable; urgency=low


  * New upstream release.
  * debian/watch: Update URL for move to Bitbucket.
  * debian/docs: README -> README.rst
  * Remove debian/ufc-doc.docs and ufc-doc.doc-base.
  * debian/control: Remove binary package ufc-doc.

 -- Johannes Ring <email address hidden>  Wed, 26 Jun 2013 12:01:15 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe math
Trusty release universe math

Downloads

File Size SHA-256 Checksum
ufc_2.3.0-1.dsc 2.0 KiB 4c461bff04423ec591b49b731c87ba552be564457e806f13342fe6a29a4aabe2
ufc_2.3.0.orig.tar.gz 91.6 KiB e58c0033c2f4977613ab8597c6eb900fde793c22e60621cf9444d38447ee2e89
ufc_2.3.0-1.debian.tar.gz 4.0 KiB ffa61e17705eeabb609ddb7ca71501fb1b79b5041b3b9a8c2fdab415da0c9195

Available diffs

No changes file available.

Binary packages built by this source

python-ufc: Python utilities (templates) for generating UFC code

 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. Examples of form compilers that support the UFC
 interface are FFC and SyFi.
 .
 This package contains Python utilities for generating UFC code.

ufc: unified code generation interface for form-compilers

 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. Examples of form compilers that support the UFC
 interface are FFC and SyFi.