-
See [here](https://github.com/libqueso/queso/pull/262#discussion_r17497882) for details.
-
@roystgnr we have this in `compare_types`:
```c++
// We can define CompareTypes template specializations with user types
// asymmetrically, to assist in disambiguation of templated functions
// or…
-
Dear all,
I'm building Libmesh in Windows 10 and when I type make I get the following error:
memio.c:153:7: error: unknown type name 'SYSTEM_INFO'
How to fix this?
-
### Description of the enhancement or error report
A simple test using tensor_mechanics and heat_conduction fails when run as
moose/modules/combined/modules-oprof -i debugThreads.i --n-threads=2
Th…
-
I am coming back to libmesh after a while and was playing around with the LAGRANGE_VEC examples. I was a little unclear about whether DirichletBoundary allow the application of boundary conditions on…
-
error: no matching function for call to ‘libMesh::Parallel::Communicator::broadcast(std::string&) const
I use gcc 6.2 or 9.3 on the centos7 and the kernel is 3.10.0-957.el7.x86_64
-
LibMesh mesh smoothers do not touch boundary nodes or nodes at the interface between subdomains. We could allow those nodes to move parallel to the boundary if - for example - the local curvature of t…
-
## Bug Description
A three-dimensional problem with second-order tets results in segmentation fault when the bodies come into contact, as reported in #16773.
## Steps to Reproduce
The problem bui…
-
The `realpath` posix system call is used in some places (e.g. netcdf). PETSc actually has a config test for it and a utility function `PetscGetRealPath` to workaround a missing realpath implementation…
-
## Bug description
Taking the norm of an ADVariableValue near 0 returns the message in the Discussion below. This is not ideal for user-facing output
## Steps to reproduce
ADRealVectorValue(0).no…