ryosuke-hirai / HORMONE

Repository for hydrodynamical code HORMONE
GNU General Public License v3.0
1 stars 1 forks source link

Precomputing trig functions in quad precision #69

Open conradtchan opened 3 months ago

conradtchan commented 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.