How to Install and Uninstall libpsurface-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libpsurface-dev" package

This is a short guide on how to install libpsurface-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpsurface-dev

2. Uninstall "libpsurface-dev" package

This guide covers the steps necessary to uninstall libpsurface-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpsurface-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpsurface-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpsurface-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 2039
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: psurface
Version: 2.0.0-1.1
Depends: libpsurface0v5 (= 2.0.0-1.1)
Suggests: libpsurface-dbg (= 2.0.0-1.1), psurface (= 2.0.0-1.1)
Filename: pool/universe/p/psurface/libpsurface-dev_2.0.0-1.1_amd64.deb
Size: 318900
MD5sum: 0da1ee5c402e6260d5a36b1536c43d6a
SHA1: 0d300c1eb41b64f0124767fd495a7057fdc8bfe8
SHA256: d8854a8638fa3205743ec98fe3a122250074024724560fb0fe6004fbfd32e73d
Description-en: 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.
Description-md5: 316a40ae2f948cbae4a8d50e913a833d
Multi-Arch: same
Homepage: http://numerik.mi.fu-berlin.de/dune/psurface
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu