dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20224
assembly of whole domain if domain marker = 0 is used
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
Andre Massing <massing@xxxxxxxxx>
-
Date:
Mon, 22 Nov 2010 16:36:25 +0100
-
User-agent:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; nb-NO; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
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