What is the relationship between this code and libmesh?

I had to get the complex petsc to install which was quite a task and I noticed
libmesh is contained in the 3rd party stuff. I had played with this before
to learn some FEM and thought it was an alrternative that I may revert
to later. Does this use libmesh for the real work? lol.
Thanks.

find -name “libmesh
./src/femlib/libmeshb7.c
./src/femlib/.deps/libmeshb7.Po
./src/femlib/libmeshb7.h
./src/femlib/libmeshb7.o
./src/libMesh/libmeshb7.c
./src/libMesh/.deps/libmeshb7.Po
./src/libMesh/libmeshb7.h
./src/libMesh/libmeshb7.o
./3rdparty/ff-petsc/petsc-3.18.2/config/BuildSystem/config/packages/pycache/libmesh.cpython-35.pyc
./3rdparty/ff-petsc/petsc-3.18.2/config/BuildSystem/config/packages/libmesh.py
./3rdparty/include/libMesh/libmeshb7.h
./3rdparty/mshmet/src/objects/libmeshb7.o
./3rdparty/mshmet/src/sourceslib/libmeshb7.c
./3rdparty/mshmet/src/sourceslib/libmeshb7.h
./3rdparty/yams/freeyams.2012.02.05/sources/libmesh3.c
./3rdparty/yams/freeyams.2012.02.05/sources/libmesh3.h
./3rdparty/yams/freeyams.2012.02.05/objects/libmesh3.o
./3rdparty/yams/freeyams.2012.02.05/sourceslib/libmesh3.c
./3rdparty/yams/freeyams.2012.02.05/sourceslib/libmesh3.h
./plugin/seq/include/libmeshb7.h

This is GitHub - LoicMarechal/libMeshb: A library to handle the *.meshb file format., not https://libmesh.github.io, just look at the files…

Oh, sorry I’ve been looking at too much code… : ) I thought that was libmesh as in this lol,

https://libmesh.github.io/

Thanks.

It does look like there is a libmesh included somewhere but I’ll
need to look later. My cmake was too old and everyone seems to have
a
different MPI - ihave openmpi and mpic++ and probably others…
It looks like it is passing most build tests again but still not out of the woods :slight_smile: