Skip to content

Commit

Permalink
Fix edge example
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Nov 20, 2023
1 parent 3c48670 commit c405ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/benchmarks/bench_elasticity_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
from dolfinx import default_scalar_type
from dolfinx.common import Timer, TimingType, list_timings
from dolfinx.fem import (Constant, Function, functionspace, dirichletbc, form,
locate_dofs_topological, set_bc)
locate_dofs_topological)
from dolfinx.fem.petsc import set_bc
from dolfinx.io import XDMFFile
from dolfinx.mesh import (CellType, create_unit_cube, locate_entities_boundary,
meshtags)
Expand Down

0 comments on commit c405ff0

Please sign in to comment.