diff options
author | wen <wen@FreeBSD.org> | 2012-05-07 14:55:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-05-07 14:55:22 +0800 |
commit | 9701dbbb56327b3440777715f85e92716781f327 (patch) | |
tree | 8aa6c7660a5885ce66d754d926a9e7f20c2130f7 /math/Makefile | |
parent | 9a4398810178f6ec76ec0a52edf246338ed7c307 (diff) | |
download | freebsd-ports-gnome-9701dbbb56327b3440777715f85e92716781f327.tar.gz freebsd-ports-gnome-9701dbbb56327b3440777715f85e92716781f327.tar.zst freebsd-ports-gnome-9701dbbb56327b3440777715f85e92716781f327.zip |
UFC (Unified Form-assembly Code) is a unified framework for finite element
assembly.
WWW: https://launchpad.net/ufc
PR: 167274
Submitted by: Jason Bacon <jwbacon@tds.net>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b7fab930f0c3..fd58f33f5324 100644 --- a/math/Makefile +++ b/math/Makefile @@ -604,6 +604,7 @@ SUBDIR += trlan SUBDIR += truthtable SUBDIR += tvmet + SUBDIR += ufc SUBDIR += umatrix SUBDIR += ump SUBDIR += units |