./wip/libpsurface, Library that handles piecewise linear bijections

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.1, Package name: libpsurface-1.3.1, Maintainer: jihbed.research

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 209f3eec25bc984786908548b4bf5a9e384dfa02
Filesize: 127.377 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-16 01:45:18 by Kamel Derouiche | Files touched by this commit (1)
Log message:
using buildlink3.mk

   2012-09-15 23:58:24 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import libpsurface-1.3.1 as wip/libpsurface.

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.