diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-03 19:57:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-03 19:57:24 +0000 |
commit | be07d2f5465ec031fed632e363b23fb11b0dd6cd (patch) | |
tree | a325f114dc21ac183f90638f46a51f35288dd524 /cad/Makefile | |
parent | Update to adzap-20060325 (diff) |
Add feappv 2.0, finite Element Analysis Program "personal version".
This is a FEA program used in a classic FEM book. A complete (commercial)
version is available here:
<http://www.ce.berkeley.edu/~rlt/feap/>
The "personal version" is very limited, but it keeps the same format as
the complete (commercial) version and cad/netgen can produce files for it.
PR: ports/95210
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 9b895a5ca1c5..1f11cc7aa02d 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -18,6 +18,7 @@ SUBDIR += dxf2fig SUBDIR += electric SUBDIR += fandango + SUBDIR += feappv SUBDIR += geda SUBDIR += geda-symbols SUBDIR += geda-symcheck |