mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +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)
11 lines
591 B
Plaintext
11 lines
591 B
Plaintext
Psurface is a C++ library that handles piecewise linear bijections between
|
|
triangulated surfaces. These surfaces can be of arbitrary shape and need not
|
|
even be manifolds.
|
|
|
|
There are two main uses for psurface. When doing adaptive finite element
|
|
simulations on grids with parametrized boundaries, psurface can store the
|
|
parametrization. Boundary parametrizations are practically mappings from the
|
|
coarse grid boundary to the actual boundary, and if that actual boundary is a
|
|
triangulated surface then psurface can handle it. This is implemented, for
|
|
example, in the dune-grid module of Dune.
|