mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
pdnMesh: A finite element program
|
|
=================================
|
|
|
|
Copyright (C) 2001-2005 Sarod Yatawatta
|
|
|
|
pdnMesh is a program that can solve 2D potential problems (Poisson Equation)
|
|
and eigenvalue problems (Helmholtz Equation) using the Finite Element Method.
|
|
Common applications occur in electromagnetics, heat flow and fluid dynamics.
|
|
It can solve problems using both Nodal Based Formulation and Edge Based
|
|
(Vector) Formulation.
|
|
The features of the program are as follows.
|
|
* Automatic mesh generation according to given boundaries.
|
|
* Adaptive and Interactive mesh refinement.
|
|
* Problem solution using Cholesky Decomposition or Conjugate Gradient
|
|
Method with sparse storage.
|
|
* Eigenvalue solution using LAPACK.
|
|
* (Optionally) Eigenvalue solution using QR iteration with shifts.
|
|
* Generating plots of contours, mesh and gradient on screen.
|
|
* Generating Encapsulated Postscript plots of contours and mesh.
|
|
* Generating a data file of the mesh to be used by other solvers.
|
|
* Can import DXF files generated by CAD programs.
|
|
* GUI is available with glut and GTK/GTKGLExt. Needs OpenGL.
|