libmesh
libmesh copied to clipboard
libMesh github repository
In an Abaqus input mesh file, one can create a new nodeset by combining existing nodesets by just specifying the nodeset names. For example, if I have `NodesetA` and `NodesetB`,...
I recently installed with VTK 9.2 on my system, and configure failed due a missing symbols from an unrequested library. I think probably happens when the VTK library being used...
Crouzeix-Raviart sounds like an interesting candidate for solving incompressible Navier-Stokes problems as described briefly [here](https://fenicsproject.org/pub/book/book/fenics-book-2011-06-14.pdf) and in more detail elsewhere
This: ``` // SLEPc default eigenproblem solver this->_eigen_solver_type = KRYLOVSCHUR; ``` in `void SlepcEigenSolver::clear ()` function is giving me a trouble. I've called `void set_eigensolver_type (const EigenSolverType est)` to set...
Here's the error message during libmesh configure (this is through autoibamr but I had the same failure yesterday with manually installed PETSc 3.17 and manually installed libmesh 1.7). ``` ---------------------------------------------...
OpenMPI has a fix for their regression currently posted at https://github.com/open-mpi/ompi/pull/10527, and MPICH seems to already have their git head working again, but in the meantime, not being able to...
A reference for dual mesh construction is [Busto's](https://mdpi-res.com/d_attachment/mathematics/mathematics-09-02972/article_deploy/mathematics-09-02972-v2.pdf?version=1637806891) article, titled "Staggered Semi-Implicit Hybrid Finite Volume/Finite Element Schemes for Turbulent and Non-Newtonian Flows". Cross-referenced on https://github.com/libMesh/libmesh/issues/3318#issuecomment-1154489757. This would obviously be very...
[libmesh-1.6.2.log](https://github.com/libMesh/libmesh/files/7333384/libmesh-1.6.2.log) OS: FreeBSD 13
When bundled metis/parmetis are used this header is installed that causes the conflict. When external nlopt option is chosen this makes it impossible to install libmesh because nlopt itself depends...
--enable-netcdf fails to find netcdf despite it having .pc file installed. libmesh-1.7.0 FreeBSD 13.1