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