cadet / CADET-Julia

CADET-Julia is an implementation of the Discontinuous Galerkin Spectral Element method found in CADET.
GNU General Public License v3.0
9 stars 0 forks source link

Fix allocations for RHS for ODE solver #20

Closed jespfra closed 7 months ago

jespfra commented 7 months ago

Right now, when I run BenchmarkTools, it shows allocations for the RHS evaluation. It should not. Need to fix this for optimal speed.

jespfra commented 7 months ago

Fixed in #21