|
NAMEpdnmesh - A 2D finite element mesh generator and solverSYNOPSISpdnmesh [options] [-i input file]DESCRIPTIONpdnmesh is a 2D finite element problem solver. It generates the Delaunay triangulation of an input point set and afterwards, it will solve the problem. Apart from the points, the set of edges and the boundaries should be specified in the input file.This is a beta release. Most of the options can now be changed using the GUI. So do not expect the command line options to work properly. Please report bugs to pdnmesh-bugs@lists.sourceforge.net. OUTPUTThe program can generate Encapsulated Postscript files of the mesh, contours of potential and gradient and ASCII files of the mesh.In text only mode, by default it will generate the mesh and contour files. If a display is available, the program can also display its results on the screen. It can display the equipotential contours as well as the gradient. OPTIONSpdnmesh accepts the following options:
poisson : Poisson Equation. helmholtz : Homogeneous Helmholtz Equation. helmin : Inhomogeneous Helmholtz Equation (using edge elements). helmk : Find cutoff frequency given propagation constant. helmbeta : Find propagation constant given cutoff frequency.
SEE ALSOpdnmesh_input(5)COPYRIGHTCopyright © 2001-2005 Sarod YatawattaPermission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both copyright notice and this permission notice appear in supporting documentation.
Visit the GSP FreeBSD Man Page Interface. |