We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e8a24 commit 3167aa7Copy full SHA for 3167aa7
source/fe/fe_q_iso_q1.cc
@@ -65,6 +65,7 @@ FE_Q_iso_Q1<dim, spacedim>::FE_Q_iso_Q1(const unsigned int subdivisions)
65
{
66
if (i > 0)
67
local_dof_sparsity_pattern(i, i - 1) = true;
68
+ local_dof_sparsity_pattern(i, i) = true;
69
if (i < N - 1)
70
local_dof_sparsity_pattern(i, i + 1) = true;
71
}
0 commit comments