diff --git a/uv2000.csv b/uv2000.csv index d62c3d2641c5d033d01429ddf2214f660354c7e0..25a8f83b60fb67278311ce16f6444ed771769a4e 100644 --- a/uv2000.csv +++ b/uv2000.csv @@ -116,6 +116,7 @@ libffi/3.0.13,4 libffi/3.2.1,4 libffi/3.2.1-GCCcore-8.2.0,4 libGLU/9.0.0,4 +libMesh/1.4.1-intel-2017c,4 libpciaccess/0.14-GCCcore-8.2.0,4 libpng/1.6.29,4 libpng/1.6.34,4 diff --git a/uv2000.md b/uv2000.md index c302e26a0e0bf83b8765bce8c3705d89fe563010..b3682e1ed9ef61dbc8dba29d90e7999ff9149b17 100644 --- a/uv2000.md +++ b/uv2000.md @@ -60,6 +60,7 @@ | ------ | ----------- | | [libdrm](http://dri.freedesktop.org) | Direct Rendering Manager runtime library. | | [libffi](http://sourceware.org/libffi/) | The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. | +| [libMesh](http://libmesh.github.io/) | The libMesh library provides a framework for the numerical simulation of partial differential equations using arbitrary unstructured discretizations on serial and parallel platforms. A major goal of the library is to provide support for adaptive mesh refinement (AMR) computations in parallel while allowing a research scientist to focus on the physics they are modeling. | | [libpng](http://www.libpng.org/pub/png/libpng.html) | libpng is the official PNG reference library | | [libreadline](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) | The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. | | [LibTIFF](http://download.osgeo.org/libtiff/) | tiff: Library and tools for reading and writing TIFF data files |