From 6b3a7df211019827a25f4d00e50a63c0fff09de6 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Wed, 19 Nov 2025 02:13:22 +0200 Subject: [PATCH] deps: Add StaticArrays for zero-allocation block API - Add StaticArrays v1.9.15 for SVector/NTuple support - Required for stack-allocated PreparedElement geometry cache - Enables compile-time sized arrays in block computations --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 3760180..63a58f4 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4" [weakdeps] @@ -24,6 +25,7 @@ BenchmarkTools = "1.6.3" Gmsh = "0.3.1" IterativeSolvers = "0.9.4" LinearOperators = "2.11.0" +StaticArrays = "1.9.15" Tensors = "≥ 1.0.0" julia = "1.9"