Converts linear interpolation to spline interpolation for automatic differentiation rate coefficients.
Splines have better convergence properties and smooth derivatives. In addition, linear interpolations will throw a standard library error if the sample is out of range. Standard library errors are not caught by MOOSE and will terminate the program rather than simply cutting the timestep.
Converts linear interpolation to spline interpolation for automatic differentiation rate coefficients.
Splines have better convergence properties and smooth derivatives. In addition, linear interpolations will throw a standard library error if the sample is out of range. Standard library errors are not caught by MOOSE and will terminate the program rather than simply cutting the timestep.