Hello everybody,
since DOLFIN and DOLFINx can’t be used together i was wondering if it is possible to do something like
domain_vertices = [Point(2.25, 1.75),
Point(1.0, 3.0),
Point(-1.0, 1.0),
Point(4.0, -4.0),
Point(5.0, -3.0),
Point(2.0, 0.0),
Point(0.5, 0.0)]
domain = Polygon(domain_vertices)
mesh = generate_mesh(domain,20)
from DOLFIN in DOLFINx?
Thank you!
Greetings