dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #25864
Domains in assembly
The logic around how we handle integration over domains is confusing.
I'm trying to fix a small problem which is opening a can of worms.
Subdomain data can be optionally passed to the assembler, attached to
a Form or attached to a Mesh (the latter being particularly confusing
because it's mixing concepts). I suggest that we have just one to do
things, and I think the most logical and user friendly is to attach
subdomain data to Forms. Opinions?
Garth
Follow ups