psurface 2.0.0-2.1 source package in Ubuntu

Changelog

psurface (2.0.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1063293

 -- Benjamin Drung <email address hidden>  Thu, 29 Feb 2024 21:21:04 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
psurface_2.0.0-2.1.dsc 2.2 KiB 29c9abaec06af41c20ec35cf312d04fd21241ef3ee1b3c16dcf56f12132dc379
psurface_2.0.0.orig.tar.xz 126.6 KiB ada88335ea151c7fadf331f02dec27aea35435af1f5168c154600f560e44bed5
psurface_2.0.0-2.1.debian.tar.xz 4.6 KiB 150ebb35cc762f22c7c5a4363c582d60331ad8c1f4a7d8229a556ab59a0b6d42

No changes file available.

Binary packages built by this source

libpsurface-dbg: piecewise linear bijections between triangulated surfaces -- debug symbols

 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.
 .
 This package contains debug symbols.

libpsurface-dev: piecewise linear bijections between triangulated surfaces -- development files

 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.
 .
 Secondly, when doing domain decomposition methods with nonconforming
 interfaces, you need to relate the two interface grids to each
 other. Psurface can do this for you, even if your interfaces do not
 match geometrically. Such is the case, e.g., in contact
 problems. This second functionality is also available for 1d surfaces
 in 2d space.
 .
 The easiest way to use psurface for domain decomposition is to get
 the dune-grid-glue module and use it to drive psurface.
 .
 This package contains the development files.

libpsurface0t64: piecewise linear bijections between triangulated surfaces -- shared library

 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.
 .
 This package contains the shared library.

psurface: piecewise linear bijections between triangulated surfaces -- utilities

 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.
 .
 This package contains several utilities for working with psurface.