add pdnmesh
A finite element program PR: 30115 Submitted by: Sarod Yatawatta <sarod@cs.pdn.ac.lk>
This commit is contained in:
parent
0bfc62a083
commit
820c87e724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48761
7 changed files with 80 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
SUBDIR += mars
|
||||
SUBDIR += oregano
|
||||
SUBDIR += pcb
|
||||
SUBDIR += pdnmesh
|
||||
SUBDIR += pisces
|
||||
SUBDIR += qcad
|
||||
SUBDIR += sceptre
|
||||
|
|
26
cad/pdnmesh/Makefile
Normal file
26
cad/pdnmesh/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: pdnmesh
|
||||
# Date created: 25 August 2001
|
||||
# Whom: Sarod Yatawatta <sarod@cs.pdn.ac.lk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pdnmesh
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME} science/visualization
|
||||
|
||||
MAINTAINER= sarod@cs.pdn.ac.lk
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_MESA= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
MAN1= pdnmesh.1 d2m.1
|
||||
MAN5= pdnmesh_input.5
|
||||
|
||||
.include <bsd.port.mk>
|
1
cad/pdnmesh/distinfo
Normal file
1
cad/pdnmesh/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pdnmesh-0.1.2.tar.gz) = 7133d9a80861a3f7b42fd7b883430260
|
1
cad/pdnmesh/pkg-comment
Normal file
1
cad/pdnmesh/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A finite element program
|
18
cad/pdnmesh/pkg-descr
Normal file
18
cad/pdnmesh/pkg-descr
Normal file
|
@ -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>
|
3
cad/pdnmesh/pkg-message
Normal file
3
cad/pdnmesh/pkg-message
Normal file
|
@ -0,0 +1,3 @@
|
|||
pdnmesh comes with ABSOLUTELY NO WARRANTY
|
||||
This is free software, and you are welcome to redistribute
|
||||
it under certain conditions given by GNU GENERAL PUBLIC LICENSE
|
30
cad/pdnmesh/pkg-plist
Normal file
30
cad/pdnmesh/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
bin/pdnmesh
|
||||
bin/d2m
|
||||
share/pdnmesh/tutorial/README
|
||||
share/pdnmesh/tutorial/tutorial.tex
|
||||
share/pdnmesh/tutorial/tutorial.dvi
|
||||
share/pdnmesh/tutorial/ex1.eps
|
||||
share/pdnmesh/tutorial/ex2.eps
|
||||
share/pdnmesh/tutorial/exdraw.eps
|
||||
share/pdnmesh/examples/README
|
||||
share/pdnmesh/examples/coords.1
|
||||
share/pdnmesh/examples/coords.10
|
||||
share/pdnmesh/examples/coords.11
|
||||
share/pdnmesh/examples/coords.1a
|
||||
share/pdnmesh/examples/coords.2
|
||||
share/pdnmesh/examples/coords.3
|
||||
share/pdnmesh/examples/coords.4
|
||||
share/pdnmesh/examples/coords.5
|
||||
share/pdnmesh/examples/coords.6
|
||||
share/pdnmesh/examples/coords.7
|
||||
share/pdnmesh/examples/coords.8
|
||||
share/pdnmesh/examples/coords.9
|
||||
share/pdnmesh/examples/heat
|
||||
share/pdnmesh/examples/flow
|
||||
share/pdnmesh/examples/flow.1
|
||||
share/pdnmesh/examples/heart
|
||||
share/pdnmesh/examples/switch
|
||||
share/pdnmesh/examples/trans
|
||||
@dirrm share/pdnmesh/examples
|
||||
@dirrm share/pdnmesh/tutorial
|
||||
@dirrm share/pdnmesh
|
Loading…
Reference in a new issue