Skip to content

Commit 0f75163

Browse files
authored
Updates relating to: FEniCS/dolfinx#3434 (#130)
1 parent c7df86a commit 0f75163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/lifting.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void apply_lifting(
163163
for (const std::shared_ptr<const dolfinx::fem::DirichletBC<T>>& bc : bcs)
164164
{
165165
bc->mark_dofs(bc_markers1);
166-
bc->dof_values(bc_values1);
166+
bc->set(bc_values1, std::nullopt, 1);
167167
}
168168

169169
// Extract dofmaps for columns and rows of a

0 commit comments

Comments
 (0)