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
Using StaticArrays with the DFBDF solver makes the allocations of my test case increase from 87 bytes to 2714 bytes per iteration, even though it should be supported and there is even a test case for this
Expected behavior
No increase in allocations, preferably a decrease to zero.
Describe the bug 🐞
Using StaticArrays with the DFBDF solver makes the allocations of my test case increase from 87 bytes to 2714 bytes per iteration, even though it should be supported and there is even a test case for this
Expected behavior
No increase in allocations, preferably a decrease to zero.
Minimal Reproducible Example 👇
If I run it, it gives me 2714 bytes per iteration with STATIC_ARRAYS=true and 87 bytes per iteration with STATIC_ARRAYS=false.
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Same problem with other solvers like
DImplicitEuler
.The text was updated successfully, but these errors were encountered: