mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8b0a8fa46c
- GUI support with GTK and GTKGLExt - New triangulation routine - Interactive refinement of mesh - Importing DXF files natively - Eigensolver for Wave Equation type problems Minor port cleanup. PR: 65471 Submitted by: Sarod Yatawatta (maintainer) Approved by: linimon (mentor)
17 lines
551 B
Plaintext
17 lines
551 B
Plaintext
pdnMesh: A finite element program
|
|
=================================
|
|
|
|
Copyright (C) 2001-2004 Sarod Yatawatta
|
|
|
|
PdnMesh is a 2D mesh generator and Finite Element program,
|
|
especially designed to solve field problems.
|
|
It is written in C and uses OpenGL/Mesa
|
|
and GTK/GTKGLExt for visualization. It can import DXF
|
|
files created by CAD programs and convert them as input to
|
|
be used in the program itself.
|
|
|
|
Apart from producing graphical output, pdnmesh can
|
|
produce encapsulated postscript files of the solution.
|
|
|
|
WWW: http://pdnmesh.sourceforge.net/
|