Mark Messner
Mark Messner
### Issue Description When I try to use `HalfNormal` distributions in my model I get the following error ``` File "XX/.local/lib/python3.9/site-packages/torch/distributions/half_normal.py", line 55, in log_prob log_prob[value.expand(log_prob.shape) < 0] = -inf...
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...
### Brief Issue Summary I have a project where I am managing tests through Catch2. The CTest integration can successfully find, run, and display the results from my tests, but...