Skip to content

Commit 3167aa7

Browse files
committed
fix
1 parent 80e8a24 commit 3167aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/fe/fe_q_iso_q1.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ FE_Q_iso_Q1<dim, spacedim>::FE_Q_iso_Q1(const unsigned int subdivisions)
6565
{
6666
if (i > 0)
6767
local_dof_sparsity_pattern(i, i - 1) = true;
68+
local_dof_sparsity_pattern(i, i) = true;
6869
if (i < N - 1)
6970
local_dof_sparsity_pattern(i, i + 1) = true;
7071
}

0 commit comments

Comments
 (0)