diff options
author | will <will@FreeBSD.org> | 2001-06-11 11:01:32 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-06-11 11:01:32 +0800 |
commit | 5a9312e21c8ca4e3ccd299ac6a935302198fdadd (patch) | |
tree | 45222d95f555cb6737fa8c1b48260153f27af90a /math/Makefile | |
parent | 3e17e4b65407a73f426d42e6fdbed1423e53d38f (diff) | |
download | freebsd-ports-graphics-5a9312e21c8ca4e3ccd299ac6a935302198fdadd.tar.gz freebsd-ports-graphics-5a9312e21c8ca4e3ccd299ac6a935302198fdadd.tar.zst freebsd-ports-graphics-5a9312e21c8ca4e3ccd299ac6a935302198fdadd.zip |
Add vecfem 3, a program to solve non-linear boundary value problems.
PR: 24459
Submitted by: Ralf Becker <ralf@akk.org>
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 43a7afb1ce0..42f1e238990 100644 --- a/math/Makefile +++ b/math/Makefile @@ -109,6 +109,7 @@ SUBDIR += topaz SUBDIR += umatrix SUBDIR += umfpack + SUBDIR += vecfem SUBDIR += vtk SUBDIR += wingz SUBDIR += wingz3 |