From fb450a7e3070bf0b02bee3a302a4aa9ba9e22182 Mon Sep 17 00:00:00 2001 From: Eric Neiva Date: Wed, 22 Jul 2026 19:16:53 +0200 Subject: [PATCH] If Dirichlet DoFs cell_to_DOFs is lazy array --- src/Constraints.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constraints.jl b/src/Constraints.jl index 5e3e1465..691a7b72 100644 --- a/src/Constraints.jl +++ b/src/Constraints.jl @@ -199,7 +199,7 @@ function generate_constraint_gids( end function generate_constraint_gids( - cell_gids::PRange, cell_to_DOFs::AbstractArray{<:Table}, DOF_is_slave, DOF_to_dof + cell_gids::PRange, cell_to_DOFs::AbstractArray, DOF_is_slave, DOF_to_dof ) # Create pos/neg local numberings DOF_to_color = map(DOF_is_slave, DOF_to_dof) do DOF_is_slave, DOF_to_dof