Skip to content

Commit

Permalink
Updates relating to: FEniCS/dolfinx#3434
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Sep 27, 2024
1 parent c7df86a commit 85ed75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/lifting.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void apply_lifting(
for (const std::shared_ptr<const dolfinx::fem::DirichletBC<T>>& bc : bcs)
{
bc->mark_dofs(bc_markers1);
bc->dof_values(bc_values1);
bc->set(bc_values1, std::nullopt, 1);
}

// Extract dofmaps for columns and rows of a
Expand Down

0 comments on commit 85ed75b

Please sign in to comment.