From 514ae587b5c4b4428bc3c0b5c1e02c258be57024 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Wed, 20 Dec 2023 01:19:00 +1100 Subject: [PATCH] Minor --- src/ODEs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ODEs.jl b/src/ODEs.jl index c7e4f4e..6552177 100644 --- a/src/ODEs.jl +++ b/src/ODEs.jl @@ -1,5 +1,5 @@ -# Distributed FESpace +# Distributed FESpace commons function Arrays.evaluate!(transient_space::DistributedFESpace, space::DistributedFESpace, t::Real) map(local_values(transient_space),local_views(space)) do transient_space, space