summaryrefslogtreecommitdiff
path: root/cad/pdnmesh/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 17:54:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 17:54:31 +0000
commit820c87e7249eed7d81af7f9c117299f48dba1d12 (patch)
treed66588fde50123e5ecf0fa61fc28a5103392fb1b /cad/pdnmesh/pkg-descr
parentRemove one of the master sites. (diff)
add pdnmesh
A finite element program PR: 30115 Submitted by: Sarod Yatawatta <sarod@cs.pdn.ac.lk>
Notes
Notes: svn path=/head/; revision=48761
Diffstat (limited to 'cad/pdnmesh/pkg-descr')
-rw-r--r--cad/pdnmesh/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr
new file mode 100644
index 000000000000..8429d759cc5f
--- /dev/null
+++ b/cad/pdnmesh/pkg-descr
@@ -0,0 +1,18 @@
+pdnMesh: A finite element program
+=================================
+
+Copyright (c) 2001 Sarod Yatawatta
+
+PdnMesh is a 2D finite element program, especially designed to solve
+electromagnetic, fluid dynamic and heatflow problems. It is written in C and
+uses OpenGL/Mesa and glut for visualization. There is also a script written
+in perl called 'd2m' that can be used to convert DXF files to ones suitable
+for this program.
+
+Apart from producing graphical output, pdnmesh can be run in text mode to
+produce encapsulated postscript files of the solution.
+
+WWW: http://pdnmesh.sourceforge.net/
+
+-sarod-
+<sarod@cs.pdn.ac.lk>