summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /cad/pdnmesh
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadfreebsd-ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r--cad/pdnmesh/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr
index b74caf9d06f1..6abd3d2c987e 100644
--- a/cad/pdnmesh/pkg-descr
+++ b/cad/pdnmesh/pkg-descr
@@ -3,15 +3,15 @@ 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.
+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
+ * Problem solution using Cholesky Decomposition or Conjugate Gradient
Method with sparse storage.
* Eigenvalue solution using LAPACK.
* (Optionally) Eigenvalue solution using QR iteration with shifts.