← Back to team overview

dolfin team mailing list archive

assembly of whole domain if domain marker = 0 is used

 

Hi!

I am not entirely sure, whether there was a similar discussion about that,
 but I just recognized that using a ufl file like

element = FiniteElement("Lagrange","tetrahedron", 1)
w = Coefficient(element)
M = w*w*dx(0)

and a meshfunction with 0, 1, 2 values
results into the assembly of a function on *entire* domain and not only
cells that a marked with 0.
Can anybody confirm this behaviour?

--
Andre




Follow ups