libmesh
libmesh copied to clipboard
Don't throw from TypeTensor::solve()
The idea is to keep C++ exceptions support optional; currently they are essential to the way that Elem::contains_point() works so that's not ideal.
See also the discussion on #2717.