Skip to content

Commit

Permalink
Merge branch 'main' into refinement_partitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase authored Sep 27, 2024
2 parents 3b74e49 + 904ff3d commit 82cf5d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/dolfinx/fem/assemble_vector_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ void apply_lifting(
for (const std::shared_ptr<const DirichletBC<T, U>>& bc : bcs1[j])
{
bc->mark_dofs(bc_markers1);
// bc->dof_values(bc_values1);
bc->set(bc_values1, std::nullopt, 1);
}

Expand Down

0 comments on commit 82cf5d7

Please sign in to comment.