libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

Don't throw from TypeTensor::solve()

Open jwpeterson opened this issue 5 years ago • 0 comments

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.

jwpeterson avatar Oct 06 '20 18:10 jwpeterson