dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22700
[Question #153453]: more than 2 subdomains in 2D?
New question #153453 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/153453
is it possible to have more than 2 subdomains in 2D?
it seems that if I mark by a integer label greater or equal 2
subdomains = MeshFunction('uint', mesh, 2)
subdomain0 = Omega0()
subdomain0.mark(subdomains, label)
the integral dx(label) returns just zero.
so the only available labels are 0 and 1.
Is that reasonable?
Hilsen, Achim
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
Follow ups