libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

libMesh github repository

Results 222 libmesh issues
Sort by recently updated
recently updated
newest added

```--enable-nlopt``` fails to find nlopt despite it having .pc file installed: ```/usr/local/libdata/pkgconfig/nlopt.pc```. libmesh-1.7.0 FreeBSD 13.1

This PR aims to condense and organize the different integrate_xyz_timestep methods currently present in TimeSolver. The scattered integrate_xyz_timestep implementations will be consolidated into a single advance_postprocessing_timestep method. TS::integrate_qoi_timestep, integrate_adjoint_sensitivity and...

Use case: moving boundary with AMR. Boundary needs to be defined on child elements

do not merge

Petsc supports reusing the preconditioner between iterations in a nonlinear solve and even in between multiple timesteps (i.e. repeat calls to solve a new nonlinear system using the same SNES...

Currently the function directly sets a member variable. It may create unexpected problems when this variables names are used. My suggestion is that whenever the names are used, we check...

I was hitting an error which is caused by `Elem::contains_point` function. The mesh I was using contains a HEX 3D element, from which I build a side element in type...

Detect a system wide installed netcdf using pkgconfig and use it, in case --enable-netcdf=system is specified. Fixes #1542.

See the discussion in #2812 related to new compilation warnings related to clang 11.0.0. New warnings are now seen in: - netcdf3 - exodusii - tecplot / tecio (related to...

Just switched libmesh to use new cloning methods, which sandbox things a bit more. Testing the changes.

do not merge