You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GammaCalculator class (Source/CCZ4/GammaCalculator.hpp) uses a m_deriv object to calculate spatial derivatives of the spatial tensor, but declares this m_deriv object as a protected ForthOrderDerivatives object belonging to the class, and does not change the type of the object depending on the max_spatial_derivative_order flag in params, nor does it throw an error if the user requests 6th order derivatives.
I'm happy to write a bit of code to either create this dependence on the max_spatial_derivative_order flag, or throw an error if a larger derivative order is requested.
-- Ericka
The text was updated successfully, but these errors were encountered:
The GammaCalculator class (Source/CCZ4/GammaCalculator.hpp) uses a m_deriv object to calculate spatial derivatives of the spatial tensor, but declares this m_deriv object as a protected ForthOrderDerivatives object belonging to the class, and does not change the type of the object depending on the max_spatial_derivative_order flag in params, nor does it throw an error if the user requests 6th order derivatives.
I'm happy to write a bit of code to either create this dependence on the max_spatial_derivative_order flag, or throw an error if a larger derivative order is requested.
-- Ericka
The text was updated successfully, but these errors were encountered: