Open conradtchan opened 3 months ago
A solution to #66 is to calculate trig functions in quad precision.
These sections of code should be profiled to determined if the change to quad precision affects performance.
If it does, in most cases the result can be precomputed because the inputs are grid coordinates, which remain constant for all timesteps.
A solution to #66 is to calculate trig functions in quad precision.
These sections of code should be profiled to determined if the change to quad precision affects performance.
If it does, in most cases the result can be precomputed because the inputs are grid coordinates, which remain constant for all timesteps.