Skip to content

Commit

Permalink
Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdean committed Jan 9, 2025
1 parent 6798def commit c6f85e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/demo/demo_mixed-topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
a += [(ufl.inner(ufl.grad(u), ufl.grad(v)) - k**2 * u * v) * ufl.dx]

# Compile the form
# FIXME: For the time being, since UFL doesn't understand mixed topology meshes,
# we have to call mixed_topology_form instead of form.
a_form = mixed_topology_form(a)

# Assemble the matrix
Expand Down

0 comments on commit c6f85e4

Please sign in to comment.