psurface 2.0.0-2.1build1 source package in Ubuntu

Changelog

psurface (2.0.0-2.1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:41:28 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
psurface_2.0.0.orig.tar.xz 126.6 KiB ada88335ea151c7fadf331f02dec27aea35435af1f5168c154600f560e44bed5
psurface_2.0.0-2.1build1.debian.tar.xz 4.7 KiB 5166d47f2c92e3bbace59b0f6e57c9e47b18c1a1107ad935de0a717c54a17f43
psurface_2.0.0-2.1build1.dsc 2.3 KiB 815f3d0295f10375233e4d5e910f625839d49b98b13c09fde8f5b579cc98f782

View changes file

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.