Skip to content

Commit d5b83e3

Browse files
committed
Another api change
1 parent 573bd61 commit d5b83e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pulse/problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _init_u_space(self):
118118
family=u_family,
119119
cell=self.geometry.mesh.basix_cell(),
120120
degree=int(u_degree),
121-
shape=(self.geometry.mesh.ufl_cell().topological_dimension(),),
121+
shape=(self.geometry.mesh.basix_cell().value,),
122122
)
123123
self.u_space = dolfinx.fem.functionspace(self.geometry.mesh, u_element)
124124
self.u = dolfinx.fem.Function(self.u_space)

0 commit comments

Comments
 (0)