Registry / other / libmesh

libmesh

JSON →
library1.5.0vcpkgunverified

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.

vcpkg install libmesh
INSTALL
IMPORT
SIG · LIBMESH
L
libmesh
othercppv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libmesh/libmesh.h
#include <libmesh/libmesh.h>

Load a mesh using libMesh

#include "libmesh/libmesh.h" #include <iostream> int main() { LibMeshInit init(0, NULL); Mesh mesh(init.comm()); mesh.read("mesh.e"); std::cout << "Mesh has " << mesh.n_nodes() << " nodes." << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libmesh — pip install libmesh · libregistry